diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-07-24 14:46:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-07-24 14:46:07 +0000 |
commit | 073441170d1d59a4ba5d4bcbb13296cf714f1249 (patch) | |
tree | 667606022560dbbbff386a7be293acdfc4b3a958 | |
parent | b8de4248ff36eb6a9aaed3c1d5b60fcc2dc84c14 (diff) |
Remove bge(4) and brgphy(4) as the bootloader doesn't include network support
of any kind. Speeds up booting a bit.
-rw-r--r-- | sys/arch/powerpc64/conf/BOOT | 5 |
1 files changed, 1 insertions, 4 deletions
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 |