Date: Mon, 08 May 2000 10:54:48 -0700 From: Peter Wemm <peter@netplex.com.au> To: Nick Hibma <n_hibma@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usb.c usb_port.h Message-ID: <20000508175448.EE5081CE3@overcee.netplex.com.au> In-Reply-To: Message from Nick Hibma <n_hibma@FreeBSD.org> of "Mon, 08 May 2000 08:10:05 PDT." <200005081510.IAA14599@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Nick Hibma wrote: > 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. Incidently, this should not be needed except that we use usbd_* calls to usbdi.c rather than newbus-style method calls up the stack. The USB stack isn't a good example of a newbusified driver for that reason. But I guess that is a result of it's NetBSD heritage. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 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?20000508175448.EE5081CE3>