diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-03-19 04:30:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-03-19 04:30:57 +0000 |
commit | dc0f5060937260bdbc547882bb9386b98be0ea01 (patch) | |
tree | e174ded164d2831e853e42e6991acdf7fc9ffd16 /sys/arch | |
parent | fba2609ce2709f0c1a34876176c8c20e1a0b2995 (diff) |
another unfortunate action to cope with relentless kernel growth
Diffstat (limited to 'sys/arch')
-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 |