summaryrefslogtreecommitdiff
path: root/sys/dev/ic/dc.c
AgeCommit message (Expand)Author
2000-11-16Note support for Accton EN1217 and EN2242 Ethernet adapters.Aaron Campbell
2000-10-30Match the Macronix 98727/98732 chips.Aaron Campbell
2000-10-26Add support for Xircom X3201-based CardBus Ethernet cards. Tested successfullyAaron Campbell
2000-10-18Sigh. According to the ASIX data sheets, these boards don't even have RXAaron Campbell
2000-10-17Undo the incorrect fix for my ASIX 88141. Instead of just relying on tx_cnt,Aaron Campbell
2000-10-16Use mii_attach() directly instead of mii_phy_probe().Aaron Campbell
2000-10-11For some reason, with the eeprom width detection code mickey added awhile ago,Aaron Campbell
2000-09-28If this is a Davicom DM9102A and we're enabling the homePNA link, forceAaron Campbell
2000-09-13Sync with FreeBSD. Finally make the OpenBSD-specific changes necessary to makeAaron Campbell
2000-09-07Indentation fix.Aaron Campbell
2000-08-26Revert a minor FreeBSD tweak that tends to freeze my machine solid afterAaron Campbell
2000-08-08Make fix for preserving LED settings conditional on presence of an IntelAaron Campbell
2000-08-02Sync with FreeBSD. Summary of changes:Aaron Campbell
2000-08-02Don't print out the eeprom width.Aaron Campbell
2000-08-02Add support for accepting packets up to 4 octets larger than thePeter Galbavy
2000-07-21convert to new timeouts; art@ okMichael Shalayeff
2000-06-12remove debugging prom dump, sorryMichael Shalayeff
2000-06-12eeprom width detection code.Michael Shalayeff
2000-06-12Fix ADMtek identity crisis.Aaron Campbell
2000-04-18split dc driver into bus dependent and bus independent (pci) partsJason Wright