From ca36210afeefa934601791a998f2891dbf9db9e9 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 17 Apr 2026 19:34:37 +0000 Subject: [PATCH] If you use the floppy, fw_update for some drivers will not work, you will have to figure out the names of the missing firmwares and request them manually. The pci strings in the kernel have become too large, and I'm being told I may not shorten them. --- 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 d3575d321a8..79ff299dd49 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.89 2025/05/18 05:28:47 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.90 2026/04/17 19:34:37 deraadt Exp $ machine amd64 maxusers 4 @@ -10,7 +10,7 @@ option BOOT_CONFIG option RAMDISK_HOOKS option MINIROOTSIZE=4480 -option PCIVERBOSE +#option PCIVERBOSE option SCSITERSE option FFS