diff options
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? |