Date: Mon, 8 May 2000 08:10:05 -0700 (PDT) From: Nick Hibma <n_hibma@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb.c usb_port.h Message-ID: <200005081510.IAA14599@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005081510.IAA14599>