diff options
author | 2011-09-21 16:59:27 +0000 | |
---|---|---|
committer | 2011-09-21 16:59:27 +0000 | |
commit | bc1876330d027cb3e42e25e29c4a75e20998d63c (patch) | |
tree | 8414f23668eb5c5aa3316e3f2dfaea710946243d | |
parent | fix the two most offensive indentation violations in here. (diff) | |
download | wireguard-openbsd-bc1876330d027cb3e42e25e29c4a75e20998d63c.tar.xz wireguard-openbsd-bc1876330d027cb3e42e25e29c4a75e20998d63c.zip |
disable st*, since we doubt anyone uses it. suggested by jsing in
response to some i386 ramdiskA bloat that has struck unexpectedly.
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 96edbe36afd..eb145976ac0 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.177 2011/06/29 20:52:09 matthew Exp $ +# $OpenBSD: RAMDISK,v 1.178 2011/09/21 16:59:27 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -153,7 +153,7 @@ siop* at pci? # NCR 538XX SCSI controllers(new) scsibus* at scsi? sd* at scsibus? # SCSI disk drives -st* at scsibus? # SCSI tape drives +#st* at scsibus? # SCSI tape drives cd* at scsibus? # SCSI CD-ROM drives #ch* at scsibus? # SCSI autochangers #uk* at scsibus? # SCSI unknown devices |