summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc/conf/GENERIC
diff options
context:
space:
mode:
authorMatthew Dempsky <matthew@cvs.openbsd.org>2011-06-29 20:52:10 +0000
committerMatthew Dempsky <matthew@cvs.openbsd.org>2011-06-29 20:52:10 +0000
commit1c63422424678d077b8f6207ad065ce1012cd7ec (patch)
treef06aa763bb28acf5e131818fd79869e578f2addd /sys/arch/mvmeppc/conf/GENERIC
parentad0b39e32d3724d10b4909d983b7289f9f4d7874 (diff)
Replace all instances of "scsibus* at hba?" with a single "scsibus* at
scsi?" rule, similar to how ethernet PHY drivers attach at mii. Discussed on icb.
Diffstat (limited to 'sys/arch/mvmeppc/conf/GENERIC')
-rw-r--r--sys/arch/mvmeppc/conf/GENERIC5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/mvmeppc/conf/GENERIC b/sys/arch/mvmeppc/conf/GENERIC
index 8aec953ebfc..fbe5bd94032 100644
--- a/sys/arch/mvmeppc/conf/GENERIC
+++ b/sys/arch/mvmeppc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.12 2010/09/26 20:39:08 miod Exp $
+# $OpenBSD: GENERIC,v 1.13 2011/06/29 20:52:09 matthew Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -68,7 +68,6 @@ isa* at pcib?
#### SCSI attachment points
-scsibus* at siop?
#wdc* at mainbus? flags 0x0
#wd* at wdc? flags 0x0000
@@ -76,10 +75,10 @@ scsibus* at siop?
#atapiscsi* at wdc? flags 0x0000
# ATAPI<->SCSI
-#scsibus* at atapiscsi?
#### SCSI Bus devices
+scsibus* at scsi?
sd0 at scsibus? target 0 lun 0
#st* at scsibus?
#cd* at scsibus?