Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch/macppc/conf Pull up revision 1.196 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/1425975fc578
branches:  netbsd-3
changeset: 576073:1425975fc578
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Jun 09 18:14:11 2005 +0000

description:
Pull up revision 1.196 (requested by tron in ticket #427):
Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.

diffstat:

 sys/arch/macppc/conf/GENERIC |  17 +++--------------
 1 files changed, 3 insertions(+), 14 deletions(-)

diffs (38 lines):

diff -r d0b70a57ec3a -r 1425975fc578 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Thu Jun 09 18:14:09 2005 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Thu Jun 09 18:14:11 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.194.4.3 2005/06/09 18:03:22 snj Exp $
+# $NetBSD: GENERIC,v 1.194.4.4 2005/06/09 18:14:11 snj Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.194.4.3 $"
+#ident                 "GENERIC-$Revision: 1.194.4.4 $"
 
 maxusers       32
 
@@ -357,18 +357,7 @@
 #ubsec*        at pci? dev ? function ?        # Broadcom 5501/5601/580x/582x
 
 
-scsibus* at adv?
-scsibus* at adw?
-scsibus* at ahc?
-scsibus* at bha?
-scsibus* at iha?
-scsibus* at isp?
-scsibus* at esp?
-scsibus* at mesh?
-scsibus* at pcscp?
-scsibus* at siop?
-scsibus* at esiop?
-scsibus* at trm?
+scsibus* at scsi?
 
 sd*    at scsibus? target ? lun ?      # SCSI disks
 st*    at scsibus? target ? lun ?      # SCSI tape drives



Home | Main Index | Thread Index | Old Index