diff options
author | 2021-03-19 04:30:56 +0000 | |
---|---|---|
committer | 2021-03-19 04:30:56 +0000 | |
commit | 38c12d68c127995c7ac992225b26048cabbdbb91 (patch) | |
tree | ed3de1ccebc781292afd6cddd974d944984a809a | |
parent | add a test for misc.c:argv_split(), currently fails (diff) | |
download | wireguard-openbsd-38c12d68c127995c7ac992225b26048cabbdbb91.tar.xz wireguard-openbsd-38c12d68c127995c7ac992225b26048cabbdbb91.zip |
another unfortunate action to cope with relentless kernel growth
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index a2a3e70b7b0..6041293b287 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.82 2020/12/27 23:05:37 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.83 2021/03/19 04:30:56 deraadt Exp $ machine amd64 maxusers 4 @@ -77,7 +77,7 @@ com0 at isa? port 0x3f8 irq 4 # standard PC serial ports com1 at isa? port 0x2f8 irq 3 mpi* at pci? # LSI Logic Message Passing Interface -mfi* at pci? # LSI MegaRAID SAS controllers +#mfi* at pci? # LSI MegaRAID SAS controllers scsibus* at scsi? sd* at scsibus? # SCSI disk drives |