aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nge/if_ngereg.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Mechanically convert nge(4) to IfAPIJustin Hibbits2023-02-061-1/+1
* nge: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* - Import the common MII bitbang'ing code from NetBSD and convert drivers toMarius Strobl2011-11-011-20/+4
* bus_dma(9) conversion and make nge(4) work on all architectures.Pyun YongHyeon2009-05-211-105/+113
* Remove extra parenthesis used in macros. These macros are not usedPyun YongHyeon2009-05-181-2/+2
* Consistently use tab characters instead of spaces.Pyun YongHyeon2009-05-181-18/+18
* s/u_int8_t/uint8_t/gPyun YongHyeon2009-05-181-26/+26
* Remove trailling whitespaces.Pyun YongHyeon2009-05-181-2/+2
* - Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff2006-09-151-0/+1
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-5/+0
* Minor tweaks and fixups:John Baldwin2005-10-131-1/+0
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Fix a typo that affects !i386.Alan Cox2004-09-151-1/+1
* Make two major changes to this code to address some stability/corruptionBill Paul2004-09-141-49/+67
* network interface driver changes:Sam Leffler2002-11-141-1/+0
* Add support for DEVICE_POLLING.Hidetoshi Shimokawa2002-11-061-0/+3
* Add support for SX cards using TBI such as Netgear GA621.Doug Ambrisko2002-08-081-1/+8
* If the receiver runs out of space for an received frame in the internalPoul-Henning Kamp2002-04-131-1/+2
* Handle the RX FIFO overflow condition with the rxeof handler insteadBill Paul2001-09-191-1/+1
* Fix some memory bugs with regard to jumbo buffers. I made a mistake whenBill Paul2001-06-181-1/+0
* - Remember to set the 'extsts enable' bit in the CFG register to enable theBill Paul2001-06-061-14/+12
* Adjust the descriptor structures a little by making the software partsBill Paul2001-05-151-4/+12
* Add support for gigabit ethernet cards based on the NatSemi DP83820Bill Paul2001-05-111-0/+706