kern/93230: usbd source issue
Ceri Davies
ceri at FreeBSD.org
Sun Feb 12 15:54:28 PST 2006
Synopsis: usbd source issue
State-Changed-From-To: open->feedback
State-Changed-By: ceri
State-Changed-When: Sun Feb 12 23:53:32 UTC 2006
State-Changed-Why:
There doesn't seem to be anything wrong with the code:
if (modfind(USB_UHUB) < 0) {
if (kldload(USB_KLD) < 0 || modfind(USB_UHUB) < 0) {
perror(USB_KLD ": Kernel module not available");
return 1;
}
}
What exactly do you perceive to be the issue?
http://www.freebsd.org/cgi/query-pr.cgi?pr=93230
More information about the freebsd-bugs
mailing list