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