DragonFly kernel List (threaded) for 2003-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: iPaq IA-1 issues...
: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@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]