Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/arch/alpha/conf Pullup rev 1.192 (requested by fair...



details:   https://anonhg.NetBSD.org/src/rev/bef0388c45c1
branches:  netbsd-2-0
changeset: 560706:bef0388c45c1
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu Apr 29 21:42:10 2004 +0000

description:
Pullup rev 1.192 (requested by fair in ticket #232)

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

scsibus* at scsi?

diffstat:

 sys/arch/alpha/conf/ALPHA |  20 +++-----------------
 1 files changed, 3 insertions(+), 17 deletions(-)

diffs (41 lines):

diff -r 8a4ffdf903fa -r bef0388c45c1 sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Thu Apr 29 21:42:06 2004 +0000
+++ b/sys/arch/alpha/conf/ALPHA Thu Apr 29 21:42:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.191 2004/02/13 10:05:49 wiz Exp $
+# $NetBSD: ALPHA,v 1.191.2.1 2004/04/29 21:42:10 jmc 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.191.2.1 $"
 
 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



Home | Main Index | Thread Index | Old Index