Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code. | 2005-03-05 | 7 | -3785/+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 | |
| | |||||
* | Cleaner equivalent to p1212_calc_crc() + some param shortcuts. | 2003-01-12 | 1 | -36/+26 | |
| | |||||
* | 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 | 3 | -177/+473 | |
| | | | | | | | 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. | ||||
* | Some devices have bad ConfigROM crc, but contain valid Unit entries. | 2002-12-30 | 1 | -1/+3 | |
| | | | | So just ignore, and continue the auto-configuration. | ||||
* | Malloc debug cleaning (MPRINTF). | 2002-12-13 | 2 | -111/+117 | |
| | | | | Uses option FW_MALLOC_DEBUG. | ||||
* | Add preliminary support for the Serial Bus Protocol II (SBP-2) standard. | 2002-12-13 | 4 | -0/+1520 | |
| | | | | | As well as a first rough implementation of a SCSI over FireWire support, following the SBP-2 standard. | ||||
* | Better memory balancing (between alloc/free), | 2002-12-13 | 3 | -283/+423 | |
| | | | | some enhancements, lots of debugging, KNF... | ||||
* | pointer safeguards + some KNF | 2002-06-26 | 1 | -55/+92 | |
| | | | | ok itojun@ | ||||
* | IEEE1394 infrastructure part. | 2002-06-25 | 3 | -0/+1792 | |
IP-over-FW and SCSI over FW are being worked on. |