summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k/conf
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/luna88k/conf
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/luna88k/conf')
-rw-r--r--sys/arch/luna88k/conf/GENERIC4
-rw-r--r--sys/arch/luna88k/conf/RAMDISK4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/luna88k/conf/GENERIC b/sys/arch/luna88k/conf/GENERIC
index 166406e3b17..280a99477af 100644
--- a/sys/arch/luna88k/conf/GENERIC
+++ b/sys/arch/luna88k/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.14 2010/07/03 03:59:16 krw Exp $
+# $OpenBSD: GENERIC,v 1.15 2011/06/29 20:52:09 matthew Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -46,9 +46,9 @@ wskbd* at ws?
wsmouse* at ws?
# SCSI bus support
-scsibus* at spc?
# SCSI devices
+scsibus* at scsi?
sd* at scsibus?
st* at scsibus?
cd* at scsibus?
diff --git a/sys/arch/luna88k/conf/RAMDISK b/sys/arch/luna88k/conf/RAMDISK
index e88a58fa626..28756370ddd 100644
--- a/sys/arch/luna88k/conf/RAMDISK
+++ b/sys/arch/luna88k/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.9 2008/06/08 20:37:39 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.10 2011/06/29 20:52:09 matthew Exp $
machine luna88k m88k
@@ -51,9 +51,9 @@ wskbd* at ws?
wsmouse* at ws?
# SCSI bus support
-scsibus* at spc?
# SCSI devices
+scsibus* at scsi?
sd* at scsibus? # SCSI disks
st* at scsibus? # SCSI tapes
cd* at scsibus? # SCSI CD-ROM