summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ti.c
AgeCommit message (Expand)Author
2014-08-20replace the custom jumbo allocator with MCLGETI.David Gwynne
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-10-01Use %z* for size_tStefan Fritsch
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2011-06-21remove some unnecessary casts. ok blambert deraadt kettenis matthewTed Unangst
2010-09-20Stop doing shutdown hooks in network drivers where possible. We alreadyTheo de Raadt
2009-12-13Cleanup promiscuous mode and multicast handling. From Brad.Mark Kettenis
2009-08-29Split the ti(4) driver into mostly bus-agnostic code and PCI-specificMark Kettenis