Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 May 2000 13:36:28 -0600
From:      Warner Losh <imp@village.org>
To:        Peter Wemm <peter@netplex.com.au>
Cc:        Nick Hibma <n_hibma@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/dev/usb usb.c usb_port.h 
Message-ID:  <200005081936.NAA79111@harmony.village.org>
In-Reply-To: Your message of "Mon, 08 May 2000 10:54:48 PDT." <20000508175448.EE5081CE3@overcee.netplex.com.au> 
References:  <20000508175448.EE5081CE3@overcee.netplex.com.au>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <20000508175448.EE5081CE3@overcee.netplex.com.au> Peter Wemm writes:
: 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.

This, indicentally, is why the newcard stuff is taking so long.  I
have had to convert all the function pointer tables and other API
interfaces into kobj and as I've done so I've broken things in subtle
ways...

Warner


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?200005081936.NAA79111>