summaryrefslogtreecommitdiffstats
path: root/sys/dev/std (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code.tdeval2005-03-057-3785/+0
* swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSDhenning2004-04-081-4/+4
* 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
* Some devices have bad ConfigROM crc, but contain valid Unit entries.tdeval2002-12-301-1/+3
* Malloc debug cleaning (MPRINTF).tdeval2002-12-132-111/+117
* Add preliminary support for the Serial Bus Protocol II (SBP-2) standard.tdeval2002-12-134-0/+1520
* Better memory balancing (between alloc/free),tdeval2002-12-133-283/+423
* pointer safeguards + some KNFtdeval2002-06-261-55/+92
* IEEE1394 infrastructure part.itojun2002-06-253-0/+1792