From 073441170d1d59a4ba5d4bcbb13296cf714f1249 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 24 Jul 2020 14:46:07 +0000 Subject: Remove bge(4) and brgphy(4) as the bootloader doesn't include network support of any kind. Speeds up booting a bit. --- sys/arch/powerpc64/conf/BOOT | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys') diff --git a/sys/arch/powerpc64/conf/BOOT b/sys/arch/powerpc64/conf/BOOT index 6d9a3615744..adf23feca47 100644 --- a/sys/arch/powerpc64/conf/BOOT +++ b/sys/arch/powerpc64/conf/BOOT @@ -1,4 +1,4 @@ -# $OpenBSD: BOOT,v 1.3 2020/07/24 14:27:47 kettenis Exp $ +# $OpenBSD: BOOT,v 1.4 2020/07/24 14:46:06 kettenis Exp $ machine powerpc64 maxusers 4 @@ -37,7 +37,6 @@ xive* at fdt? ppb* at pci? pci* at ppb? ahci* at pci? -bge* at pci? nvme* at pci? xhci* at pci? usb* at xhci? @@ -50,8 +49,6 @@ uhub* at usb? # USB Hubs uhub* at uhub? # USB Hubs umass* at uhub? # USB Mass Storage devices -brgphy* at mii? - pseudo-device loop 1 pseudo-device vlan pseudo-device trunk -- cgit v1.2.3