summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_mskvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* rework the transmit and receive paths to address reliability issues.dlg2018-01-061-32/+17
* only update the tx descriptors high address if it changes.dlg2017-06-021-2/+3
* Use a macro for the Tx timeout value.visa2017-01-081-2/+4
* cut things that relied on mclgeti for rx ring accounting/restriction overdlg2014-07-081-3/+5
* Rewrite the receive filter handling code and cleanup the ioctl bits.brad2013-02-011-3/+2
* Stop doing shutdown hooks in network drivers where possible. We alreadyderaadt2010-09-201-3/+2
* Switch msk(4) over to using MCLGETI when allocating mbufs for the RX ring.kettenis2009-03-231-14/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-9/+2
* Make msk(4) detachable.kettenis2007-11-251-2/+9
* Take alignment restrictions into account when setting up RAM buffer addresses.kettenis2007-05-121-3/+2
* Add support for fiber on 88E8021/22.kettenis2007-02-111-2/+3
* Remove useless code dealing with media type. Simplify PHY reset code.kettenis2006-12-281-4/+2
* Remove code that deals with sk(4) specific phy's that breaks certain msk(4)kettenis2006-11-171-4/+2
* Enter msk(4), an initial stab at a driver for the Marvell Yukon-2 Gigabitkettenis2006-08-161-0/+246