aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/et/if_etvar.h
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD driver does not require arpcom structure in softc.Pyun YongHyeon2011-12-091-1/+0
* Consistently use a tab character instead of using either a space orPyun YongHyeon2011-12-071-83/+83
* Implement hardware MAC statistics counter. Counters could bePyun YongHyeon2011-12-071-0/+51
* Rework link state tracking and TX/RX MAC configuration.Pyun YongHyeon2011-12-071-0/+2
* Controller does not require TX start command for every frame. SoPyun YongHyeon2011-12-071-1/+1
* Overhaul bus_dma(9) usage in et(4) and clean up TX/RX path. ThisPyun YongHyeon2011-12-071-42/+41
* Change copyright holder to author. We prefer using a real legalXin LI2010-07-301-1/+1
* Add IPv4/TCP/UDP Tx checksum offloading support. It seems thePyun YongHyeon2009-11-201-0/+12
* Remove unnecessary structure packing.Pyun YongHyeon2009-11-201-4/+4
* Use bus_{read,write}_4 rather than bus_space_{read,write}_4.Pyun YongHyeon2009-11-191-4/+2
* Remove extra spce at the EOL.Pyun YongHyeon2009-11-191-6/+6
* Add MSI support.Pyun YongHyeon2009-11-191-2/+5
* Remove complex macros that were used to compute bits values.Pyun YongHyeon2009-11-191-10/+14
* Add et(4), a port of DragonFly's Agere ET1310 10/100/GigabitXin LI2008-06-201-0/+279