From 3fd768790fbdb430282c735d5e0bc6e62d4ac4ea Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 8 Jan 2014 02:18:06 +0100 Subject: [PATCH] Document usb4bsd build instructions for 32 bit users, too. --- sys/config/GENERIC | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/config/GENERIC b/sys/config/GENERIC index e8f5c020a7..634b3ac1d0 100644 --- a/sys/config/GENERIC +++ b/sys/config/GENERIC @@ -333,6 +333,11 @@ pseudo-device crypto # core crypto support, used by wlan pseudo-device cryptodev # USB support +# +# NOTE: If you enable 'usb4bsd' you must also disable 'usb' and rebuild +# the world with WANT_USB4BSD=true in /etc/make.conf, in addition +# to rebuilding the kernel. +# device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) -- 2.41.0