aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dc
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Accton EN1217.Jeroen Ruigrok van der Werven2000-06-112-0/+14
* When I tweaked if_dc.c to alter the polling interval for non-MIIBill Paul2000-06-071-7/+12
* Don't bother checking the link state in dcphy_status() if the interfaceBill Paul2000-06-051-0/+3
* Rework the support for the internal autonegotiation on the 21143 andBill Paul2000-05-313-75/+59
* Use the correct register names. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/Peter Wemm2000-05-281-3/+3
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-40/+0
* Depend on miibus.Peter Wemm2000-04-291-0/+2
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-192-2/+0
* Teach the 'dc' driver how to pick up settings left over by theMike Smith2000-03-112-0/+43
* Introduce ethernet bridge support for if_dcRobert Watson2000-03-091-4/+25
* Add support for DM9102A boards with Davicom DM9801 HomePNA PHYs.Bill Paul2000-01-241-7/+77
* Add support for the Davicom DM9102A 10/100 ethernet controller chip.Bill Paul2000-01-192-5/+23
* Reintroduce the dc_coal() workaround routine for coalescing outboundBill Paul2000-01-121-1/+43
* It appears that under certain circumstances that I still can't quite pinBill Paul2000-01-031-2/+53
* Fix some problems reported by Mike Pritchard:Bill Paul1999-12-133-10/+37
* Tweak the DC_REDUCED_MII_POLL code in dc_mii_tick() for the DC_IS_INTEL()Bill Paul1999-12-071-2/+2
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driversBill Paul1999-12-044-0/+4431