summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ngereg.h
AgeCommit message (Collapse)Author
2004-09-28cleanup NGE_RXLENBrad Smith
2004-08-05remove some separate per driver constants and useBrad Smith
ETHER_MAX_LEN_JUMBO/ETHERMTU_JUMBO where appropriate. ok mcbride@ henning@ mickey@
2004-05-19remove duplication, use ETHER_ALIGN from if_ether.hBrad Smith
2002-09-21Add support for TBI mode in fiber based cards (heavily inspired by FreeBSD)Nathan Binkert
Clean up debugging printfs Remove some old debugging code that shouldn't be there. More changes from FreeBSD: - ignore alignment problem on x86 platforms and don't copy. - increase receive list to 128 to match transmit - change a bit in the interrupt handling
2001-07-02Add TBI_EN config bit. Also add GPIOR location in EEPROMNathan Binkert
2001-06-08Initial cut at a driver for the National Semiconductor DP83820 and DP83821Nathan Binkert
gigabit macs. (Not working for me yet.) From FreeBSD