summaryrefslogtreecommitdiffstats
path: root/sys/dev/nge/if_ngereg.h
Commit message (Expand)AuthorAgeFilesLines
* - Import the common MII bitbang'ing code from NetBSD and convert drivers tomarius2011-11-011-20/+4
* bus_dma(9) conversion and make nge(4) work on all architectures.yongari2009-05-211-105/+113
* Remove extra parenthesis used in macros. These macros are not usedyongari2009-05-181-2/+2
* Consistently use tab characters instead of spaces.yongari2009-05-181-18/+18
* s/u_int8_t/uint8_t/gyongari2009-05-181-26/+26
* Remove trailling whitespaces.yongari2009-05-181-2/+2
* - Consistently use if_printf() only in interface methods: if_start(),glebius2006-09-151-0/+1
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-5/+0
* Minor tweaks and fixups:jhb2005-10-131-1/+0
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Fix a typo that affects !i386.alc2004-09-151-1/+1
* Make two major changes to this code to address some stability/corruptionwpaul2004-09-141-49/+67
* network interface driver changes:sam2002-11-141-1/+0
* Add support for DEVICE_POLLING.simokawa2002-11-061-0/+3
* Add support for SX cards using TBI such as Netgear GA621.ambrisko2002-08-081-1/+8
* If the receiver runs out of space for an received frame in the internalphk2002-04-131-1/+2
* Handle the RX FIFO overflow condition with the rxeof handler insteadwpaul2001-09-191-1/+1
* Fix some memory bugs with regard to jumbo buffers. I made a mistake whenwpaul2001-06-181-1/+0
* - Remember to set the 'extsts enable' bit in the CFG register to enable thewpaul2001-06-061-14/+12
* Adjust the descriptor structures a little by making the software partswpaul2001-05-151-4/+12
* Add support for gigabit ethernet cards based on the NatSemi DP83820wpaul2001-05-111-0/+706
OpenPOWER on IntegriCloud