From 854263511b38a73704a930589338644cc33d5008 Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 12 Aug 2024 18:43:41 +0000 Subject: [PATCH] other growth has happened and I'm out of current culling options, so mpi(4) gets removed from the floppy. --- sys/arch/amd64/conf/RAMDISK | 4 ++-- 1 file 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? -- 2.20.1