From owner-cvs-all Fri Nov 19 5:13:37 1999 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 5AB8014EBA; Fri, 19 Nov 1999 05:13:29 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA06268; Fri, 19 Nov 1999 05:13:29 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199911191313.FAA06268@freefall.freebsd.org> From: Nick Hibma Date: Fri, 19 Nov 1999 05:13:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/11/19 05:13:29 PST Modified files: sys/dev/usb usb.c Log: Make the event creation work - Create the /dev/usb event queue device node. - Add usbread to the cdevsw. - Also hide the many minor() behind a USBUNIT macro. Revision Changes Path 1.21 +27 -17 src/sys/dev/usb/usb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message