K 10 svn:author V 8 simokawa K 8 svn:date V 27 2004-01-26T04:51:15.000000Z K 7 svn:log V 712 Sync with -current * firewire - Remove pending list. - Ignore timeout for the FWXF_START state. - Define M_FWMEM for debugging. - Comment out DELAY() in fw_asybusy(). - Improve debugging messages. - Fix register mis-alignment introduced in rev1.12. - Add missing free() in exception handlers. - Add tcode_str[] and improve debug message. * sbp - Freeze simq while bus reset. - If max_speed is negative, use the maximum speed which the ohci chip supports. The default max_speed is -1. * sbp_targ.c - Add speed in struct sbp_targ_login. - Remove unnecessary htonl(). * if_fwe - If tx_speed is negative, use the maximum speed which the ohci chip supports. The default tx_speed is 2. * all - Remove __P(). END