diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-05-15 12:13:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-05-15 12:13:36 +0000 |
commit | d65299a98e09590a03ca3bc78fb056699ef33ed0 (patch) | |
tree | a3c0aa3897e1c059e2de2ea1875cb451bf322611 /sys/arch | |
parent | 21c37a077993e8e04341e683d64f6bbbb77dc960 (diff) |
disable ohci to compensate for bloat.
sad
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index d94340db5b1..1d690a0e6d2 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.78 2020/05/14 13:07:11 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.79 2020/05/15 12:13:35 deraadt Exp $ machine amd64 maxusers 4 @@ -53,11 +53,11 @@ pci* at pchb? xhci* at pci? ehci* at pci? uhci* at pci? -ohci* at pci? +#ohci* at pci? usb* at xhci? usb* at ehci? usb* at uhci? -usb* at ohci? +#usb* at ohci? uhub* at usb? uhub* at uhub? |