Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Feb 2006 23:54:27 GMT
From:      Ceri Davies <ceri@FreeBSD.org>
To:        start_3.1415926@163.com, ceri@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: kern/93230: usbd source issue
Message-ID:  <200602122354.k1CNsRmE015840@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602122354.k1CNsRmE015840>