From 40a86cd8b03007098031e2179063cb97e6842efe Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 18 Oct 2012 09:14:53 +0200 Subject: [PATCH] usb4bsd: Add a commented out line to our configs for enabling usb4bsd. In addition to this, WANT_USB4BSD needs to be put into /etc/make.conf for the userland part. --- sys/config/GENERIC | 1 + sys/config/LINT | 2 ++ sys/config/LINT64 | 2 ++ sys/config/SOEKRIS | 1 + sys/config/X86_64_GENERIC | 1 + 5 files changed, 7 insertions(+) diff --git a/sys/config/GENERIC b/sys/config/GENERIC index 7e92bcaa90..626b4fb092 100644 --- a/sys/config/GENERIC +++ b/sys/config/GENERIC @@ -330,6 +330,7 @@ pseudo-device cryptodev device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) +#device "usb4bsd" # use this instead of usb for the new stack device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard diff --git a/sys/config/LINT b/sys/config/LINT index f0d72bed70..08aba7b801 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -2260,6 +2260,8 @@ device ohci device ehci # General USB code (mandatory for USB) device usb +# Use this instead of usb for the new stack +#device "usb4bsd" # # USB Bluetooth device ubt diff --git a/sys/config/LINT64 b/sys/config/LINT64 index 4364bb7c28..b338eca1c0 100644 --- a/sys/config/LINT64 +++ b/sys/config/LINT64 @@ -2026,6 +2026,8 @@ device ohci device ehci # General USB code (mandatory for USB) device usb +# Use this instead of usb for the new stack +#device "usb4bsd" # # USB Bluetooth device ubt diff --git a/sys/config/SOEKRIS b/sys/config/SOEKRIS index 7617fc2a5b..182e871c83 100644 --- a/sys/config/SOEKRIS +++ b/sys/config/SOEKRIS @@ -178,6 +178,7 @@ device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface #device ehci # EHCI interface device usb # USB Bus (required) +#device "usb4bsd" # use this instead of usb for the new stack device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard diff --git a/sys/config/X86_64_GENERIC b/sys/config/X86_64_GENERIC index 69c804ba01..032911685e 100644 --- a/sys/config/X86_64_GENERIC +++ b/sys/config/X86_64_GENERIC @@ -308,6 +308,7 @@ pseudo-device crypto # core crypto support, used by wlan device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) +#device "usb4bsd" # use this instead of usb for the new stack device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard -- 2.41.0