iPaq IA-1 issues...

Matthew Dillon dillon at apollo.backplane.com
Sun Nov 30 17:00:22 PST 2003


:Bah, looks like it's a lot more than just munching include paths to
:sync up DF's usb support using FBSD 4.9-Rel.  The USB interfaces are
:pretty much direct conversions.  The base USB drivers however
:refrence PRIBIO which is no longer present in DF.
:
:Guess I get to learn C and stop hacking blindly.
:
:Joshua Coombs

    The PRIxxxx portions of any tsleep() calls can be removed (made equivalent
    to 0).  So, for example:

    PCATCH|PRIBIO -> PCATCH
    PRIBIO 	  -> 0

    This is because threads operating in the kernel no longer need to be
    associated with a user priority... they already have a fixed kernel
    priority appropriate for their purpose.

					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>





More information about the Kernel mailing list