Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/conf Group and reorder old SCSI driver descrip...



details:   https://anonhg.NetBSD.org/src/rev/4b9dde6f8047
branches:  trunk
changeset: 482647:4b9dde6f8047
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Fri Feb 18 08:41:21 2000 +0000

description:
Group and reorder old SCSI driver descriptions into a single
location.   Nuke files.scsipi inclusion which has never been useful.

diffstat:

 sys/arch/pmax/conf/files.pmax |  22 ++++------------------
 1 files changed, 4 insertions(+), 18 deletions(-)

diffs (66 lines):

diff -r 59d4757df0ce -r 4b9dde6f8047 sys/arch/pmax/conf/files.pmax
--- a/sys/arch/pmax/conf/files.pmax     Fri Feb 18 08:26:01 2000 +0000
+++ b/sys/arch/pmax/conf/files.pmax     Fri Feb 18 08:41:21 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pmax,v 1.79 2000/02/03 04:20:05 nisimura Exp $
+#      $NetBSD: files.pmax,v 1.80 2000/02/18 08:41:21 nisimura Exp $
 # DECstation-specific configuration info
 
 # maxpartitions must be first item in files.${ARCH}.
@@ -88,13 +88,6 @@
 file   arch/pmax/tc/mcclock_ioasic.c   mcclock_ioasic
 file   arch/pmax/ibus/mcclock_ibus.c   mcclock_ibus
 
-#
-# Machine-independent SCSI driver.
-#
-
-include "dev/scsipi/files.scsipi"
-#major { cd = 3 }
-#major { sd = 21 }
 major { tz = 10 }
 major { rz = 21 }
 
@@ -108,19 +101,18 @@
 define oldscsi {}
 device oldscsibus {target = -1, drive = -1}
 attach oldscsibus at oldscsi
+file   arch/pmax/dev/scsi.c
+file   arch/pmax/pmax/conf-glue.c
 
 # asc: SCSI interface in TC option slot or in IOASIC slot
-#device asc: oldscsi,scsi
 device asc: oldscsi
+file   dev/tc/asc.c                    asc needs-flag
 attach asc at ioasic with asc_ioasic
 file   dev/tc/asc_ioasic.c             asc_ioasic
 attach asc at tc with asc_tc
 file   dev/tc/asc_tc.c                 asc_tc
 
-file   dev/tc/asc.c                    asc needs-flag
-
 # sii: kn01 SCSI interface
-#device sii: scsi,oldscsi
 device sii: oldscsi
 file   arch/pmax/dev/sii.c             sii needs-flag
 attach sii at ibus with sii_ds
@@ -205,9 +197,6 @@
 attach tt at tc
 file   arch/pmax/dev/if_tt.c           tt needs-count
 
-## bogus pmax-specific SCSI code. Leave in until new-style config done.
-file   arch/pmax/dev/scsi.c
-
 file   arch/pmax/pmax/autoconf.c
 file   arch/pmax/pmax/bus_dma.c
 file   arch/pmax/pmax/bus_space.c
@@ -248,9 +237,6 @@
 defpseudo      fb
 file   arch/pmax/dev/fb.c              fb needs-count
 
-# Glue for old-style config
-file   arch/pmax/pmax/conf-glue.c
-
 # Ultrix Binary Compatibility (COMPAT_ULTRIX)
 include "compat/ultrix/files.ultrix"
 



Home | Main Index | Thread Index | Old Index