Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf Remove specific scsibus* at (hba device)...



details:   https://anonhg.NetBSD.org/src/rev/59d4ee27affc
branches:  trunk
changeset: 566156:59d4ee27affc
user:      fair <fair%NetBSD.org@localhost>
date:      Thu Apr 29 07:13:03 2004 +0000

description:
Remove specific scsibus* at (hba device)? declarations for the new,
simple:

scsibus* at scsi?

diffstat:

 sys/arch/alpha/conf/ALPHA   |  20 +++-----------------
 sys/arch/alpha/conf/GENERIC |  20 +++-----------------
 2 files changed, 6 insertions(+), 34 deletions(-)

diffs (82 lines):

diff -r 2808576832d2 -r 59d4ee27affc sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Thu Apr 29 06:08:34 2004 +0000
+++ b/sys/arch/alpha/conf/ALPHA Thu Apr 29 07:13:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.191 2004/02/13 10:05:49 wiz Exp $
+# $NetBSD: ALPHA,v 1.192 2004/04/29 07:13:03 fair Exp $
 #
 # Alpha kernel with all the options you'd want, and more.
 
@@ -6,7 +6,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "ALPHA-$Revision: 1.191 $"
+ident          "ALPHA-$Revision: 1.192 $"
 
 maxusers 32
 
@@ -452,21 +452,7 @@
 lpt*   at puc? port ?                  # || ports on "universal" comm boards
 
 # SCSI bus support
-scsibus* at    adv?
-scsibus* at    adw?
-scsibus* at    aha?
-scsibus* at    ahb?
-scsibus* at    ahc?
-scsibus* at    aic?
-scsibus* at    asc?
-scsibus* at    bha?
-scsibus* at    dpt?
-scsibus* at    iha?
-scsibus* at    isp?
-scsibus* at    siop?
-scsibus* at    esiop?
-scsibus* at    pcscp?
-scsibus* at    uha?
+scsibus* at    scsi?
 
 # SCSI devices
 cd*    at      scsibus? target ? lun ?         # SCSI CD-ROM drives
diff -r 2808576832d2 -r 59d4ee27affc sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Thu Apr 29 06:08:34 2004 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Thu Apr 29 07:13:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.240 2004/02/13 10:05:49 wiz Exp $
+# $NetBSD: GENERIC,v 1.241 2004/04/29 07:13:03 fair Exp $
 #
 # GENERIC machine description file
 #
@@ -25,7 +25,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.240 $"
+#ident                 "GENERIC-$Revision: 1.241 $"
 
 maxusers 32
 
@@ -450,21 +450,7 @@
 wi*    at      pcmcia? function ?              # Lucent/Intersil WaveLAN/IEEE
 
 # SCSI bus support
-scsibus* at    adv?
-scsibus* at    adw?
-scsibus* at    aha?
-scsibus* at    ahb?
-scsibus* at    ahc?
-scsibus* at    aic?
-scsibus* at    asc?
-scsibus* at    bha?
-scsibus* at    dpt?
-scsibus* at    iha?
-scsibus* at    isp?
-scsibus* at    siop?
-scsibus* at    esiop?
-scsibus* at    pcscp?
-scsibus* at    uha?
+scsibus* at    scsi?
 
 # SCSI devices
 cd*    at      scsibus? target ? lun ?         # SCSI CD-ROM drives



Home | Main Index | Thread Index | Old Index