K 10 svn:author V 8 simokawa K 8 svn:date V 27 2003-02-03T08:12:28.000000Z K 7 svn:log V 690 Sync with -current: - Probe number of IT/IR DMA contexts as specified in OHCI spec. - Restart cycle master after bus manager election. - Change some function names. - Sort device list by eui64 in acendent order correctly. - Replace timeout with callout_*. - Replace TAILQ with STAILQ for device list. - Define new malloc type. - Fix overwrite problem of freed buffers. - Drain AT queues and pend AR queues on SID. * sbp - Handle SCSI_STATUS_BUSY case. - Set dual phase retry BUSY_TIMEOUT. - Improve error/debug messages. - Issue LOGOUT command on detach and shutdown. - Add basic support for device wiring down. - Do agent reset in sbp_timeout(). * fwcontrol - Fix alignment in printf(). END