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