aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/if_fwip.c
Commit message (Expand)AuthorAgeFilesLines
* MFp4: MPSAFE firewire stack.Hidetoshi Shimokawa2007-06-061-37/+31
* MFp4: Fix broken userland API for async packets.Hidetoshi Shimokawa2007-04-301-1/+0
* Replace xfer->act.hand with xfer->hand.Hidetoshi Shimokawa2007-03-161-2/+2
* * Remove xfer->retry_req.Hidetoshi Shimokawa2007-03-161-1/+0
* Various bpf(4) related fixes to catch places up to the new bpf(4)John Baldwin2006-12-291-2/+2
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceGleb Smirnoff2005-10-051-0/+3
* Big polling(4) cleanup.Gleb Smirnoff2005-10-011-30/+46
* Remove an unnecessicary bzero that was zeroing the softc's struct ifnetBrooks Davis2005-08-171-1/+0
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-0/+25
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-9/+13
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Since if_fwip doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Temporary fix for interoperability with Windows and OS X. A more completeDoug Rabson2004-07-201-1/+1
* If we run out of transmission labels, just re-queue the packet for laterDoug Rabson2004-06-141-1/+13
* Add configuration rom entries for IP over firewire.Doug Rabson2004-06-131-0/+22
* Add a new driver to support IP over firewire. This driver is intended toDoug Rabson2004-06-131-0/+917