summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_mskvar.h
AgeCommit message (Expand)Author
2022-01-10provide access to the hardware counters (MIB counters in the doc) via kstatDavid Gwynne
2022-01-10handle the status ring entries as 64bit words instead of a struct.David Gwynne
2018-01-06rework the transmit and receive paths to address reliability issues.David Gwynne
2017-06-02only update the tx descriptors high address if it changes.David Gwynne
2017-01-08Use a macro for the Tx timeout value.Visa Hankala
2014-07-08cut things that relied on mclgeti for rx ring accounting/restriction overDavid Gwynne
2013-02-01Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2010-09-20Stop doing shutdown hooks in network drivers where possible. We alreadyTheo de Raadt
2009-03-23Switch msk(4) over to using MCLGETI when allocating mbufs for the RX ring.Mark Kettenis
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-11-25Make msk(4) detachable.Mark Kettenis
2007-05-12Take alignment restrictions into account when setting up RAM buffer addresses.Mark Kettenis
2007-02-11Add support for fiber on 88E8021/22.Mark Kettenis
2006-12-28Remove useless code dealing with media type. Simplify PHY reset code.Mark Kettenis
2006-11-17Remove code that deals with sk(4) specific phy's that breaks certain msk(4)Mark Kettenis
2006-08-16Enter msk(4), an initial stab at a driver for the Marvell Yukon-2 GigabitMark Kettenis