summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/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/hp300/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/hp300/conf')
-rw-r--r--sys/arch/hp300/conf/GENERIC4
-rw-r--r--sys/arch/hp300/conf/RAMDISK4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC
index 0e4187c53a2..e410009217e 100644
--- a/sys/arch/hp300/conf/GENERIC
+++ b/sys/arch/hp300/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.51 2010/11/19 20:52:39 miod Exp $
+# $OpenBSD: GENERIC,v 1.52 2011/06/29 20:52:09 matthew Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -119,8 +119,8 @@ mt* at hpibbus? # HP-IB 9-track tape
ppi0 at hpibbus0 slave 5 punit 0 # HP-IB plotter
spc* at dio? flags 0x00 # SCSI controller
-scsibus* at spc?
+scsibus* at scsi?
sd* at scsibus? # SCSI disks
st* at scsibus? # SCSI tapes
cd* at scsibus? # SCSI CD-ROMs
diff --git a/sys/arch/hp300/conf/RAMDISK b/sys/arch/hp300/conf/RAMDISK
index 5ce9535eb5e..39835a9cf1f 100644
--- a/sys/arch/hp300/conf/RAMDISK
+++ b/sys/arch/hp300/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.30 2008/06/08 20:37:39 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.31 2011/06/29 20:52:09 matthew Exp $
#
# Ram disk kernel.
#
@@ -128,8 +128,8 @@ ct* at hpibbus? # HP-IB cartridge tapes
mt* at hpibbus? # HP-IB 9-track tape
spc* at dio? flags 0x00 # SCSI controller
-scsibus* at spc?
+scsibus* at scsi?
sd* at scsibus? # SCSI disks
st* at scsibus? # SCSI tapes
cd* at scsibus? # SCSI CD-ROMs