summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_skvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use a macro for the Tx timeout value.visa2017-01-081-2/+4
* replace sks jumbo allocator with MCLGETI. the system provides jumbos indlg2014-08-201-15/+3
* Rewrite the receive filter handling code and cleanup the ioctl bits.brad2013-03-071-3/+2
* Stop doing shutdown hooks in network drivers where possible. We alreadyderaadt2010-09-201-3/+2
* Merge over a bunch of detach logic from msk(4) so that this driver canderaadt2009-10-041-2/+7
* revert MCLGETI for sk(4) for now. commit requested by deraadt@sthen2009-07-081-2/+14
* Switch sk(4) over to using MCLGETI when allocating mbufs for the RX ring.kettenis2009-03-301-14/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-9/+2
* re-work PHY setup, media handling and dual-port detection.brad2005-12-221-4/+6
* shuffle some stuff from skreg to skvarbrad2005-09-201-0/+239