On Tuesday 31 May 2005 06:54 pm, Singh, Vijay wrote: > Hi, sorry for the trouble, but even after commenting the USB lines from > GENERIC, and a "make buildkernel" I see the following in dmesg: > > usb0: OHCI version 1.0, legacy support > usb0: SMM does not respond, resetting > usb0: <OHCI (generic) USB controller> on ohci0 > usb0: USB revision 1.0 > uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 4 ports with 4 removable, self powered > > Is there something else I need to do to disable USB support in the > kernel?
Turn off 'usbd_enable=YES' in your /etc/rc.conf so that it doesn't try to autoload the USB kernel modules during boot as well. -- John Baldwin <[EMAIL PROTECTED]> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-smp To unsubscribe, send any mail to "[EMAIL PROTECTED]"
