summaryrefslogtreecommitdiffstats
path: root/sys/dev/std/ieee1212.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code.tdeval2005-03-051-1593/+0
| | | | Ok deraadt@, miod@
* Cleaner equivalent to p1212_calc_crc() + some param shortcuts.tdeval2003-01-121-36/+26
|
* 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-131-47/+51
| | | | Uses option FW_MALLOC_DEBUG.
* Better memory balancing (between alloc/free),tdeval2002-12-131-225/+358
| | | | some enhancements, lots of debugging, KNF...
* pointer safeguards + some KNFtdeval2002-06-261-55/+92
| | | | ok itojun@
* IEEE1394 infrastructure part.itojun2002-06-251-0/+1427
IP-over-FW and SCSI over FW are being worked on.