diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-08-12 18:43:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-08-12 18:43:42 +0000 |
commit | 638fcecb2f523587b795cb53cdb22b002c9e6fd9 (patch) | |
tree | e453abf7996a4de4760733b201c6a56fcb63fb51 /sys/arch | |
parent | ca08bbfa84ca5db9d3c30b18a04866ae8cab009f (diff) |
other growth has happened and I'm out of current culling options,
so mpi(4) gets removed from the floppy.
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 a9d324d9b9b..b8745e04dbe 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.86 2023/07/20 02:26:24 yasuoka Exp $ +# $OpenBSD: RAMDISK,v 1.87 2024/08/12 18:43:41 deraadt Exp $ machine amd64 maxusers 4 @@ -79,7 +79,7 @@ wsdisplay0 at vga? console 1 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 +#mpi* at pci? # LSI Logic Message Passing Interface #mfi* at pci? # LSI MegaRAID SAS controllers scsibus* at scsi? |