cvs commit: src/sys/dev/firewire firewire.c if_fwe.c sbp.c
Hidetoshi Shimokawa
simokawa at FreeBSD.org
Thu Jan 8 06:58:11 PST 2004
simokawa 2004/01/08 06:58:09 PST
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c if_fwe.c sbp.c
Log:
* firewire
Add tcode_str[] and improve debug message.
* sbp
If max_speed is negative, use the maximum speed which the
ohci chip supports. The default max_speed is -1.
* if_fwe
If tx_speed is negative, use the maximum speed which the
ohci chip supports. The default tx_speed is 2.
Revision Changes Path
1.68 +26 -17 src/sys/dev/firewire/firewire.c
1.27 +3 -0 src/sys/dev/firewire/if_fwe.c
1.74 +5 -1 src/sys/dev/firewire/sbp.c
More information about the cvs-src
mailing list