diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-06-29 20:52:10 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-06-29 20:52:10 +0000 |
commit | 1c63422424678d077b8f6207ad065ce1012cd7ec (patch) | |
tree | f06aa763bb28acf5e131818fd79869e578f2addd /sys/arch/vax/conf | |
parent | ad0b39e32d3724d10b4909d983b7289f9f4d7874 (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/vax/conf')
-rw-r--r-- | sys/arch/vax/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/vax/conf/RAMDISK | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index 7461b7fbdf0..a78ad9f8f6a 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.54 2011/06/27 03:27:07 tedu Exp $ +# $OpenBSD: GENERIC,v 1.55 2011/06/29 20:52:09 matthew Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -137,10 +137,8 @@ rx* at mscpbus? drive? # MSCP floppy mt* at mscpbus? drive? # MSCP tape # SCSI devices -scsibus* at asc? -scsibus* at ncr? -scsibus* at sii? +scsibus* at scsi? sd* at scsibus? st* at scsibus? cd* at scsibus? diff --git a/sys/arch/vax/conf/RAMDISK b/sys/arch/vax/conf/RAMDISK index 71f87ff9375..1db39e23642 100644 --- a/sys/arch/vax/conf/RAMDISK +++ b/sys/arch/vax/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.34 2011/06/27 03:27:07 tedu Exp $ +# $OpenBSD: RAMDISK,v 1.35 2011/06/29 20:52:09 matthew Exp $ machine vax # machine type @@ -144,10 +144,8 @@ rx* at mscpbus? drive? # MSCP floppy mt* at mscpbus? drive? # MSCP tape # SCSI devices -scsibus* at asc? -scsibus* at ncr? -scsibus* at sii? +scsibus* at scsi? sd* at scsibus? st* at scsibus? cd* at scsibus? |