aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/if_fwe.c
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete compatibility glue and improve firewire code readability.Alexander Kabaev2014-09-271-12/+11
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-6/+6
* Start the process of cleaning up FreeBSD's firewire driver.Will Andrews2014-09-181-91/+0
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-8/+4
* Revert r267961, r267973:Glen Barber2014-06-271-4/+8
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-8/+4
* Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway.Alexander V. Chernikov2014-01-071-7/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-2/+5
* Do not self-initialize a variable.Max Khon2009-02-091-1/+1
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-12/+4
* MFp4: MPSAFE firewire stack.Hidetoshi Shimokawa2007-06-061-24/+30
* Replace xfer->act.hand with xfer->hand.Hidetoshi Shimokawa2007-03-161-1/+1
* * Remove xfer->retry_req.Hidetoshi Shimokawa2007-03-161-1/+0
* Fix typo.Gleb Smirnoff2005-10-111-2/+1
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceGleb Smirnoff2005-10-051-0/+3
* Big polling(4) cleanup.Gleb Smirnoff2005-10-011-29/+40
* 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/+24
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Assert Giant in fwe_start(), as it is not yet MPSAFE.Robert Watson2004-08-181-0/+2
* Set IFF_NEEDSGIANT for fwe network interface since the firewireRobert Watson2004-08-121-1/+2
* Initialize ifp->if_output for FreeBSD-4.Hidetoshi Shimokawa2004-07-201-0/+3
* Adjust packet length correctly for FreeBSD-4.Hidetoshi Shimokawa2004-07-201-2/+4
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's toDoug Rabson2004-05-221-1/+1
* Mark the capability of this driver to receive VLAN frames >1500 bytesYaroslav Tykhiy2004-05-211-0/+1
* MFp4: FireWireHidetoshi Shimokawa2004-03-261-21/+31
* * firewireHidetoshi Shimokawa2004-01-081-0/+3
* Remove __P().Hidetoshi Shimokawa2004-01-061-6/+6
* Add tunables.Hidetoshi Shimokawa2003-11-131-4/+10
* Add compatibility for 4-stable.Hidetoshi Shimokawa2003-11-071-0/+5
* Use if_printf() for FWEDEBUG.Hidetoshi Shimokawa2003-11-061-7/+7
* - Change driver name to fix if_xname breakage in the previous revision.Hidetoshi Shimokawa2003-11-031-3/+3
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-6/+5
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.Hidetoshi Shimokawa2003-10-021-6/+4
* Drop too short packets.Hidetoshi Shimokawa2003-08-191-4/+8
* Workaround for gcc on alpha/ia64.Hidetoshi Shimokawa2003-08-011-6/+4
* - Detect full of DMA channel correctly.Hidetoshi Shimokawa2003-08-011-2/+1
* Clean up include files.Hidetoshi Shimokawa2003-07-181-4/+0
* Add tx_speed sysctl variable.Hidetoshi Shimokawa2003-06-101-1/+4
* MFp4(simokawa_firewire):Hidetoshi Shimokawa2003-04-171-66/+31
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-3/+3
* Clear channel and tag bits before set them.Hidetoshi Shimokawa2003-03-191-0/+1
* MFp4(simokawa_sbp)Hidetoshi Shimokawa2003-03-061-84/+143