Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf add more spdmem instances for HP xw-serie...



details:   https://anonhg.NetBSD.org/src/rev/389ce3b4e165
branches:  trunk
changeset: 756974:389ce3b4e165
user:      chs <chs%NetBSD.org@localhost>
date:      Sun Aug 08 20:04:54 2010 +0000

description:
add more spdmem instances for HP xw-series workstations.
add se (scsi ethernet).

diffstat:

 sys/arch/i386/conf/ALL |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r 29d4cd5c2f08 -r 389ce3b4e165 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sun Aug 08 20:04:24 2010 +0000
+++ b/sys/arch/i386/conf/ALL    Sun Aug 08 20:04:54 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.264 2010/08/07 09:55:59 jruoho Exp $
+# $NetBSD: ALL,v 1.265 2010/08/08 20:04:54 chs Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.264 $"
+#ident                 "ALL-$Revision: 1.265 $"
 
 maxusers       64              # estimated number of users
 
@@ -740,6 +740,10 @@
 spdmem* at iic? addr 0x51
 spdmem* at iic? addr 0x52
 spdmem* at iic? addr 0x53
+spdmem* at iic? addr 0x54
+spdmem* at iic? addr 0x55
+spdmem* at iic? addr 0x56
+spdmem* at iic? addr 0x57
 sdtemp* at iic? addr 0x18
 
 # I2O devices
@@ -840,6 +844,7 @@
 ch*    at scsibus? target ? lun ?      # SCSI autochangers
 ses*   at scsibus? target ? lun ?      # SCSI Enclosure Services devices
 ss*    at scsibus? target ? lun ?      # SCSI scanners
+se*    at scsibus? target ? lun ?      # SCSI ethernet adapters
 uk*    at scsibus? target ? lun ?      # SCSI unknown
 
 # SCSI NIC



Home | Main Index | Thread Index | Old Index