Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm26/conf Add hcsc, scsibus and some SCSI devices.



details:   https://anonhg.NetBSD.org/src/rev/57b7b56da2ee
branches:  trunk
changeset: 510597:57b7b56da2ee
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sat Jun 02 10:47:55 2001 +0000

description:
Add hcsc, scsibus and some SCSI devices.
Also, add some useful compiler options to FOURMEG.

diffstat:

 sys/arch/arm26/conf/FOURMEG |  14 +++++++++++++-
 sys/arch/arm26/conf/GENERIC |  12 +++++++++++-
 2 files changed, 24 insertions(+), 2 deletions(-)

diffs (75 lines):

diff -r 6283af69214c -r 57b7b56da2ee sys/arch/arm26/conf/FOURMEG
--- a/sys/arch/arm26/conf/FOURMEG       Sat Jun 02 10:45:43 2001 +0000
+++ b/sys/arch/arm26/conf/FOURMEG       Sat Jun 02 10:47:55 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: FOURMEG,v 1.14 2001/04/22 00:26:35 bjh21 Exp $
+# $NetBSD: FOURMEG,v 1.15 2001/06/02 10:47:55 bjh21 Exp $
 
 # FOURMEG arm26 configuration -- something small
 
@@ -23,6 +23,8 @@
 ## such that gdb(1) can be used on a kernel coredump.
 #makeoptions   DEBUG="-g"
 
+makeoptions    COPTS="-Os -fno-inline"
+
 # File systems
 file-system    FFS             # Fast file system
 #file-system   LFS             # log-structured file system
@@ -142,6 +144,9 @@
 #dtide*                at podulebus0 slot ?    # D.T. Software IDE interface
 #wd*           at dtide? channel ? drive ?
 
+hcsc*          at podulebus0 slot ?    # HCCS 8-bit SCSI interface
+scsibus*       at hcsc?
+
 upc0           at iobus0 base 0x010000 # I/O chip on IOEB machines
 #com0          at upc0                 # Serial port
 #lpt0          at upc0                 # Parallel port
@@ -153,6 +158,13 @@
 #sd*           at atapibus? drive ?    # ATAPI disk drives
 #uk*           at atapibus? drive ?    # ATAPI unknown
 
+sd*            at scsibus? target ? lun ?      # SCSI disk drives
+#st*           at scsibus? target ? lun ?      # SCSI tape drives
+cd*            at scsibus? target ? lun ?      # SCSI CD-ROM drives
+#ch*           at scsibus? target ? lun ?      # SCSI auto-changers
+#uk*           at scsibus? target ? lun ?      # SCSI unknown device
+#ss*           at scsibus? target ? lun ?      # SCSI scanner
+
 arcvideo0      at root                 # On-board video
 wsdisplay0     at arcvideo0
 
diff -r 6283af69214c -r 57b7b56da2ee sys/arch/arm26/conf/GENERIC
--- a/sys/arch/arm26/conf/GENERIC       Sat Jun 02 10:45:43 2001 +0000
+++ b/sys/arch/arm26/conf/GENERIC       Sat Jun 02 10:47:55 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.20 2001/04/22 00:26:35 bjh21 Exp $
+# $NetBSD: GENERIC,v 1.21 2001/06/02 10:47:55 bjh21 Exp $
 
 # GENERIC arm26 configuration -- everything I've implemented so far
 
@@ -139,6 +139,9 @@
 #dtide*                at podulebus0 slot ?    # D.T. Software IDE interface
 #wd*           at dtide? channel ? drive ?
 
+hcsc*          at podulebus0 slot ?    # HCCS 8-bit SCSI interface
+scsibus*       at hcsc?
+
 upc0           at iobus0 base 0x010000 # I/O chip on IOEB machines
 com0           at upc0                 # Serial port
 lpt0           at upc0                 # Parallel port
@@ -150,6 +153,13 @@
 #sd*           at atapibus? drive ?    # ATAPI disk drives
 #uk*           at atapibus? drive ?    # ATAPI unknown
 
+sd*            at scsibus? target ? lun ?      # SCSI disk drives
+st*            at scsibus? target ? lun ?      # SCSI tape drives
+cd*            at scsibus? target ? lun ?      # SCSI CD-ROM drives
+ch*            at scsibus? target ? lun ?      # SCSI auto-changers
+uk*            at scsibus? target ? lun ?      # SCSI unknown device
+ss*            at scsibus? target ? lun ?      # SCSI scanner
+
 arcvideo0      at root                 # On-board video
 wsdisplay0     at arcvideo0
 



Home | Main Index | Thread Index | Old Index