Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/conf Back out the previous change after dis...



details:   https://anonhg.NetBSD.org/src/rev/aa95249d5436
branches:  trunk
changeset: 500018:aa95249d5436
user:      scw <scw%NetBSD.org@localhost>
date:      Sun Dec 03 15:38:30 2000 +0000

description:
Back out the previous change after discussion with thorpej and cgd.

diffstat:

 sys/arch/mvme68k/conf/files.mvme68k |  26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diffs (93 lines):

diff -r 4a891d753a6c -r aa95249d5436 sys/arch/mvme68k/conf/files.mvme68k
--- a/sys/arch/mvme68k/conf/files.mvme68k       Sun Dec 03 15:37:46 2000 +0000
+++ b/sys/arch/mvme68k/conf/files.mvme68k       Sun Dec 03 15:38:30 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.mvme68k,v 1.39 2000/11/30 22:54:31 scw Exp $
+#      $NetBSD: files.mvme68k,v 1.40 2000/12/03 15:38:30 scw Exp $
 
 # config file for mvme68k
 
@@ -9,17 +9,17 @@
 
 device mainbus { }
 attach mainbus at root
-file arch/mvme68k/dev/mainbus.c                        mainbus
+file arch/mvme68k/dev/mainbus.c                mainbus
 
 # MVME-147 Peripheral Channel Controller
 device pcc { [ ipl = -1 ] }
 attach pcc at mainbus
-file arch/mvme68k/dev/pcc.c                    pcc
+file arch/mvme68k/dev/pcc.c                    pcc needs-flag
 
 # MVME-166,167 and 177 Peripheral Channel Controller Chip2
 device pcctwo { [ ipl = -1 ] }
 attach pcctwo at mainbus
-file arch/mvme68k/dev/pcctwo.c                 pcctwo
+file arch/mvme68k/dev/pcctwo.c                 pcctwo needs-flag
 
 # Grab the MD VMEbus goop
 include "dev/vme/files.vme"
@@ -31,12 +31,12 @@
 # MVME-147 VME controller chip
 device vmepcc: mvmebus, vmebus
 attach vmepcc at pcc
-file   arch/mvme68k/dev/vme_pcc.c              vmepcc needs-flag
+file   arch/mvme68k/dev/vme_pcc.c              vmepcc
 
 # MVME-1[67]7 VME controller chip
 device vmetwo: mvmebus, vmebus
 attach vmetwo at mainbus
-file   arch/mvme68k/dev/vme_two.c              vmetwo needs-flag
+file   arch/mvme68k/dev/vme_two.c              vmetwo
 
 device clock
 attach clock at pcc with clock_pcc
@@ -63,16 +63,16 @@
 attach lpt at pcc with lpt_pcc
 attach lpt at pcctwo with lpt_pcctwo
 file arch/mvme68k/dev/lpt.c                    lpt needs-flag
-file arch/mvme68k/dev/lpt_pcc.c                        lpt_pcc needs-flag
-file arch/mvme68k/dev/lpt_pcctwo.c             lpt_pcctwo needs-flag
+file arch/mvme68k/dev/lpt_pcc.c                        lpt_pcc
+file arch/mvme68k/dev/lpt_pcctwo.c             lpt_pcctwo
 
 # device defined in sys/conf/files
 attach le at pcc with le_pcc: le24
-file arch/mvme68k/dev/if_le.c                  le_pcc needs-flag
+file arch/mvme68k/dev/if_le.c                  le_pcc
 
 # i82596 Ethernet Interface on MVME1[67]7
 attach ie at pcctwo with ie_pcctwo
-file arch/mvme68k/dev/if_ie.c                  ie_pcctwo needs-flag
+file arch/mvme68k/dev/if_ie.c                  ie_pcctwo
 
 # CD2401 Quad Serial Controller
 attach clmpcc at pcctwo with clmpcc_pcctwo
@@ -81,7 +81,7 @@
 # MVME16x and MVME17x Memory Controller ASICs
 device memc
 attach memc at pcctwo
-file arch/mvme68k/dev/memc.c                   memc needs-flag
+file arch/mvme68k/dev/memc.c                   memc
 
 # Memory disk for boot tape
 file dev/md_root.c                             memory_disk_hooks
@@ -102,7 +102,7 @@
 # ... on the MVME-147
 device wdsc: sbic, scsi
 attach wdsc at pcc with wdsc_pcc
-file arch/mvme68k/dev/wdsc.c                   wdsc_pcc needs-flag
+file arch/mvme68k/dev/wdsc.c                   wdsc_pcc
 
 # NCR53C710 SCSI ...
 define msiop
@@ -111,7 +111,7 @@
 # ... on everything else
 device ncrsc: msiop, scsi
 attach ncrsc at pcctwo with ncrsc_pcctwo
-file arch/mvme68k/dev/ncrsc_pcctwo.c           ncrsc_pcctwo needs-flag
+file arch/mvme68k/dev/ncrsc_pcctwo.c           ncrsc_pcctwo
 
 file arch/mvme68k/mvme68k/autoconf.c
 file arch/mvme68k/mvme68k/bus_dma.c



Home | Main Index | Thread Index | Old Index