summaryrefslogtreecommitdiff
path: root/sys/dev/dc
AgeCommit message (Expand)Author
2001-01-20Silence compiler warnings.Bill Paul
2001-01-19Bug fixes that I've put together while working on a project in the office:Bill Paul
2001-01-19Implement MTX_RECURSE flag for mtx_init().Bosko Milekic
2000-12-18Use pci_get_powerstate()/pci_set_powerstate() which now exists in theBill Paul
2000-12-04Initialize/grab the mutex earlier in the attach phase, so thatBill Paul
2000-11-25Change the driver to allocate its own callout structure, and modifyJonathan Lemon
2000-11-14Add support for the Accton EN2242 MiniPCI adapter. This is just anBill Paul
2000-11-03Grrrr. Remember to bzero() the mediainfo structures after we allocateBill Paul
2000-10-31Call dc_apply_fixup() in dc_setcfg() for the MII case.Bill Paul
2000-10-30Grrr. The 'reg' variable in dc_apply_fixup() needs to be a u_int32_t, notBill Paul
2000-10-28Fix typo s/DE_DEVICEID_FE2500/DC_DEVICEID_FE2500/Peter Wemm
2000-10-28Add PCI IDs for some additional cardbus cards. Yes, there really isBill Paul
2000-10-27Yet another bug fix/optimization for the Davicom DM9100/9102: increaseBill Paul
2000-10-25Set the DC_TX_INTR_ALWAYS and DC_TX_STORENFWD flags for the DavicomBill Paul
2000-10-20Catch up to moving headers:John Baldwin
2000-10-20Remove unnecessary machine/mutex.h include.John Baldwin
2000-10-19NEWCARD/Cardbus -Jonathan Chen
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-10-14Clean up a few things in dc_setcfg() pointed out to be me byBill Paul
2000-10-13Add #include <machine/mutex.h> since these files need it and don'tBill Paul
2000-10-13Use device_get_nameunit(dev) as the mutex string when callingBill Paul
2000-10-13First round of converting network drivers from spls to mutexes. ThisBill Paul
2000-10-05Add support for parsing the media blocks from the SROM on 21143Bill Paul
2000-09-20If this is a Davicom DM9102A and we're enabling the homePNA link, forceBill Paul
2000-09-07Special-case the LED twiddling code so that it doesn't do anythingBill Paul
2000-09-02Define some more bits in CSR15 needed for previous change.Bill Paul
2000-09-01Make the blinkylights on non-MII 21143 cards work. We need to enableBill Paul
2000-08-07Close PR 20438. Make fix for preserving LED settings conditional onBill Paul
2000-08-02Grrrr. Add definition for DC_WDOG_CTLWREN. I made this change yesterdayBill Paul
2000-08-01Apply patch supplied by John Hood <jhood@sitaranetworks.com> to fix problemsBill Paul
2000-07-17Add the PCI IDs for the Macronix 98727 and 98732 parts. These areBill Paul
2000-07-15Apply patch to the dc driver to handle Macronix MX98715AEC-C/D/E chips,Bill Paul
2000-07-13Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs
2000-06-11Add support for the Accton EN1217.Jeroen Ruigrok van der Werven
2000-06-07When I tweaked if_dc.c to alter the polling interval for non-MIIBill Paul
2000-06-05Don't bother checking the link state in dcphy_status() if the interfaceBill Paul
2000-05-31Rework the support for the internal autonegotiation on the 21143 andBill Paul
2000-05-28Use the correct register names. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/Peter Wemm
2000-05-14Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs
2000-04-29Depend on miibus.Peter Wemm
2000-04-19Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp
2000-03-11Teach the 'dc' driver how to pick up settings left over by theMike Smith
2000-03-09Introduce ethernet bridge support for if_dcRobert Watson
2000-01-24Add support for DM9102A boards with Davicom DM9801 HomePNA PHYs.Bill Paul
2000-01-19Add support for the Davicom DM9102A 10/100 ethernet controller chip.Bill Paul
2000-01-12Reintroduce the dc_coal() workaround routine for coalescing outboundBill Paul
2000-01-03It appears that under certain circumstances that I still can't quite pinBill Paul
1999-12-13Fix some problems reported by Mike Pritchard:Bill Paul
1999-12-07Tweak the DC_REDUCED_MII_POLL code in dc_mii_tick() for the DC_IS_INTEL()Bill Paul
1999-12-04Add the if_dc driver and remove all of the al, ax, dm, pn and mx driversBill Paul