Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code. | 2005-03-05 | 1 | -1358/+0 | |
| | | | | Ok deraadt@, miod@ | ||||
* | swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD | 2004-04-08 | 1 | -4/+4 | |
| | | | | | and NetBSD do. ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@ | ||||
* | break in default switch cases | 2004-02-15 | 1 | -1/+3 | |
| | |||||
* | Sync debug info with code. | 2003-01-08 | 1 | -3/+3 | |
| | |||||
* | Implement the reconnect callback. This will be called whenever an SBP2 node's | 2002-12-30 | 1 | -167/+440 | |
| | | | | | | | node_id changes, following a BusReset (happens when you add/remove a device to/from the FireWire chain). Re-work the ORB management to support concurrent node accesses. | ||||
* | Malloc debug cleaning (MPRINTF). | 2002-12-13 | 1 | -64/+66 | |
| | | | | Uses option FW_MALLOC_DEBUG. | ||||
* | Add preliminary support for the Serial Bus Protocol II (SBP-2) standard. | 2002-12-13 | 1 | -0/+1081 | |
As well as a first rough implementation of a SCSI over FireWire support, following the SBP-2 standard. |