From owner-cvs-all Sat Apr 1 22:28:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A3BB37BCD3; Sat, 1 Apr 2000 22:28:47 -0800 (PST) (envelope-from jmb@FreeBSD.org) Received: (from jmb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA97325; Sat, 1 Apr 2000 22:28:45 -0800 (PST) (envelope-from jmb@FreeBSD.org) Message-Id: <200004020628.WAA97325@freefall.freebsd.org> From: "Jonathan M. Bresler" Date: Sat, 1 Apr 2000 22:28:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb.h src/usr.sbin/usbd usbd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmb 2000/04/01 22:28:43 PST Modified files: sys/dev/usb usb.h usr.sbin/usbd usbd.c Log: if USB support is not compiled into the kernel, and has not been loaded via a kldload, running usbd(8) will autoload the "usb.ko" kld. thanks to Peter Wemm for enlightening me on the differences between kldfind(2) and modfind(2). Revision Changes Path 1.19 +5 -1 src/sys/dev/usb/usb.h 1.11 +9 -1 src/usr.sbin/usbd/usbd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message