From 40dc0ad0703ccca4e61a6a731ed284dd1c18bf61 Mon Sep 17 00:00:00 2001 From: scottl Date: Fri, 29 Apr 2005 02:59:19 +0000 Subject: For whatever reason, we don't allow USB on PAE. Since it's a dependency for EHCI, exclude that driver also. --- sys/i386/conf/PAE | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/i386/conf/PAE') diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE index fd552b0..2272e88 100644 --- a/sys/i386/conf/PAE +++ b/sys/i386/conf/PAE @@ -83,6 +83,7 @@ nodevice wi nodevice uhci nodevice ohci +nodevice ehci nodevice usb nodevice ugen nodevice uhid -- cgit v1.1