aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bfe/if_bfereg.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new sysctl node 'dev.bfe.N.stats' that shows various MACPyun YongHyeon2008-08-221-19/+99
* Remove bfe_link in softc and introduce two new flags to markPyun YongHyeon2008-08-221-1/+2
* o Sort includes and add <endian.h> to support endianness.Pyun YongHyeon2008-08-211-17/+20
* s/printf/device_printf/gPyun YongHyeon2008-07-291-1/+0
* Fix link state handling in bfe(4).Pyun YongHyeon2008-01-291-1/+6
* Re-revert back to rev 1.8:Mike Silbersack2006-05-281-2/+2
* Revert if_bfereg.h rev 1.8; restore the RX and TX list sizes to 511.Mike Silbersack2006-05-111-2/+2
* Fix three more bugs in bfe:Mike Silbersack2006-05-041-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-2/+3
* Locking cleanups to remove the need for a recursive mutexMike Makonnen2004-10-231-2/+3
* Add PCI ID for the BCM4401-B0.Dag-Erling Smørgrav2004-09-011-0/+1
* The whitespace crusader strikes!Dag-Erling Smørgrav2004-08-071-9/+9
* Added BSD license, as requested by author.Wes Peters2004-04-041-0/+22
* Add a device driver for the Broadcom BCM4401 ethernet controller,Bill Paul2003-09-091-0/+512