summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtl80x9.c
AgeCommit message (Collapse)Author
2001-03-12Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.Aaron Campbell
The dp8390_softc now has media_init and media_fini function pointers that do the work. fgsch@ ok
2000-06-20remove NetBSD ifdefs. indent.Federico G. Schwindt
2000-06-11apparently in order to write to config registers 1-3 you need to enable itFederico G. Schwindt
first, so do it. also set the default media based on what's on the regs >from NetBSD. Someone with one of these please test the changes.
1999-08-15media information shows up in ifconfig -m, does not need to show up in dmesgTheo de Raadt
1998-11-28Remove unused headers.Federico G. Schwindt
1998-11-06Support for RealTek 8019 and 8029 NE2000-compatible network interfaces.Federico G. Schwindt