summaryrefslogtreecommitdiffstats
path: root/sys/dev/std (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code.tdeval2005-03-057-3785/+0
| | | | Ok deraadt@, miod@
* swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSDhenning2004-04-081-4/+4
| | | | | and NetBSD do. ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@
* break in default switch casestedu2004-02-151-1/+3
|
* Cleaner equivalent to p1212_calc_crc() + some param shortcuts.tdeval2003-01-121-36/+26
|
* Sync debug info with code.tdeval2003-01-081-3/+3
|
* Implement the reconnect callback. This will be called whenever an SBP2 node'stdeval2002-12-303-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.tdeval2002-12-301-1/+3
| | | | So just ignore, and continue the auto-configuration.
* Malloc debug cleaning (MPRINTF).tdeval2002-12-132-111/+117
| | | | Uses option FW_MALLOC_DEBUG.
* Add preliminary support for the Serial Bus Protocol II (SBP-2) standard.tdeval2002-12-134-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),tdeval2002-12-133-283/+423
| | | | some enhancements, lots of debugging, KNF...
* pointer safeguards + some KNFtdeval2002-06-261-55/+92
| | | | ok itojun@
* IEEE1394 infrastructure part.itojun2002-06-253-0/+1792
IP-over-FW and SCSI over FW are being worked on.