From owner-cvs-all Mon May 8 8:10: 8 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 EC88937B527; Mon, 8 May 2000 08:10:05 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA14599; Mon, 8 May 2000 08:10:05 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200005081510.IAA14599@freefall.freebsd.org> From: Nick Hibma Date: Mon, 8 May 2000 08:10:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb.c usb_port.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/05/08 08:10:05 PDT Modified files: sys/dev/usb usb.c usb_port.h Log: Use the new and shiny module versioning. This enables you to load the ums driver (mouse) and get the usb driver at the same time. This also shows that MODULE_VERSION(usb, 1); MODULE_DEPEND(usb, usb, 1, 1, 1); in the same module in one source file works. Revision Changes Path 1.29 +3 -1 src/sys/dev/usb/usb.c 1.28 +4 -2 src/sys/dev/usb/usb_port.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message