summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtl81x9reg.h
AgeCommit message (Collapse)Author
2002-06-09a step towards consistancy; in general:Todd T. Fries
'struct arpcom foo' -> 'struct arpcom sc_arpcom' ok itojun@
2002-06-08Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD.Aaron Campbell
deraadt@, jasoni@ ok. Thanks to niklas@ for donating a card for testing.
2002-03-14First round of __P removal in sysTodd C. Miller
2001-06-23More constants cleaning.Federico G. Schwindt
2001-05-22support for D-Link DFE-530TX and DFE-530TX+; from Maxim Tsyplakov ↵Michael Shalayeff
<tm@oganer.net>
2001-04-10Split RealTek 8129/8139 driver into bus-dependent and bus-independent parts;Aaron Campbell
prep for an rl CardBus attachment.