aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ste/if_stereg.h
Commit message (Expand)AuthorAgeFilesLines
* - Import the common MII bitbang'ing code from NetBSD and convert drivers toMarius Strobl2011-11-011-18/+4
* Implement RX interrupt moderation using one-shot timer interrupt.Pyun YongHyeon2009-12-241-1/+11
* We don't need to generate DMA complete interrupt for everyPyun YongHyeon2009-12-231-0/+6
* Correct STE_COUNTDOWN register offset. The datasheet was wrong.Pyun YongHyeon2009-12-231-1/+1
* Remove unused duplicated register definition. It seems thePyun YongHyeon2009-12-231-12/+0
* Implement hardware MAC statistics counter support. The countersPyun YongHyeon2009-12-231-22/+36
* Reimplement Tx status error handler as recommended by datasheet.Pyun YongHyeon2009-12-221-0/+5
* Prefer bus_write_{1,2,4}/bus_read_{1,2,4} toPyun YongHyeon2009-12-221-8/+6
* Prefer memory space register mapping over io space. If memory spacePyun YongHyeon2009-12-221-0/+2
* Reimplement miibus_statchg method. Don't rely on link state changePyun YongHyeon2009-12-221-4/+3
* Introduce sc_flags member variable and use it to keep track ofPyun YongHyeon2009-12-221-2/+3
* Add bus_dma(9) and endianness support to ste(4).Pyun YongHyeon2009-12-221-12/+47
* Remove trailing white spaces.Pyun YongHyeon2009-12-211-1/+1
* s/u_intXX_t/uintXX_t/gPyun YongHyeon2009-12-211-33/+33
* - Add a private timer to drive the transmit watchdog instead of usingJohn Baldwin2009-11-191-0/+1
* Move the ste driver from sys/pci to sys/dev/ste.Warner Losh2008-08-141-0/+550