summaryrefslogtreecommitdiff
path: root/sys/dev/ieee1394/if_fwip.c
AgeCommit message (Expand)Author
2022-08-20fwip_async_output(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2020-01-29Adopt <net/if_stats.h>.thorpej
2018-11-15Remove the 't' argument from m_tag_find().maxv
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2012-04-29Change to consistently use M_FW for all malloc/free.dsl
2010-05-23Revert all previous kmem_ commits. This needs to be done in a different waychristos
2010-05-10Use kmem(9) instead of malloc(9).kiyohara
2010-03-29Bye-bye fw_port.h.kiyohara
2010-03-11various aprint_* fixes.mrg
2009-12-06Simplify device-activation hook.dyoung
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-18bzero -> memsetcegger
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-11-07*** Summary ***dyoung
2008-06-24Replace gcc extension of comma-elimination variadic macros with aprint_debug_...gmcgarry
2008-03-29Split device_t/softc.kiyohara
2008-02-07Start patching up the kernel so that a network driver always hasdyoung
2007-12-11use __KERNEL_RCSID()lukem
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-11-05+ Sync to FreeBSD.kiyohara
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-04-21firewire.c sync to Rev.1.86 for FreeBSD.kiyohara
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-07-23Since fwip_unicast_input_recycle() is called from interrupt context, onekiyohara
2005-07-11ieee1394 import from FreeBSD.kiyohara