aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dc
Commit message (Expand)AuthorAgeFilesLines
* Deal with the condition where we lose link in the middle of transmittingBill Paul2001-07-121-1/+1
* Apply patch supplied by Jonathan Chen: use the correct arguments toBill Paul2001-07-091-2/+2
* Change m_devget()'s outdated and unused `offset' argument to actually meanBosko Milekic2001-06-201-3/+2
* Catch up to header include changes:John Baldwin2001-03-282-0/+2
* Apply patch to allow TX underrun handling without issuing a completeBill Paul2001-02-222-26/+64
* Big round of minor updates:Bill Paul2001-02-211-3/+3
* Take luigi's suggestion and move the check for nothing to do to before theWarner Losh2001-02-201-5/+4
* Add DC_UNLOCK before first return. This caused returns when dc was onWarner Losh2001-02-201-1/+3
* Add a check in the interrupt service routine to return quickly inLuigi Rizzo2001-02-181-1/+4
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-4/+4
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofPoul-Henning Kamp2001-02-031-8/+4
* Silence compiler warnings.Bill Paul2001-01-201-2/+2
* Bug fixes that I've put together while working on a project in the office:Bill Paul2001-01-191-6/+12
* Implement MTX_RECURSE flag for mtx_init().Bosko Milekic2001-01-191-1/+1
* Use pci_get_powerstate()/pci_set_powerstate() which now exists in theBill Paul2000-12-181-24/+16
* Initialize/grab the mutex earlier in the attach phase, so thatBill Paul2000-12-041-2/+3
* Change the driver to allocate its own callout structure, and modifyJonathan Lemon2000-11-252-8/+12
* Add support for the Accton EN2242 MiniPCI adapter. This is just anBill Paul2000-11-142-0/+4
* Grrrr. Remember to bzero() the mediainfo structures after we allocateBill Paul2000-11-031-0/+3
* Call dc_apply_fixup() in dc_setcfg() for the MII case.Bill Paul2000-10-311-0/+4
* Grrr. The 'reg' variable in dc_apply_fixup() needs to be a u_int32_t, notBill Paul2000-10-301-1/+1
* Fix typo s/DE_DEVICEID_FE2500/DC_DEVICEID_FE2500/Peter Wemm2000-10-281-1/+1
* Add PCI IDs for some additional cardbus cards. Yes, there really isBill Paul2000-10-282-2/+17
* Yet another bug fix/optimization for the Davicom DM9100/9102: increaseBill Paul2000-10-271-0/+5
* Set the DC_TX_INTR_ALWAYS and DC_TX_STORENFWD flags for the DavicomBill Paul2000-10-251-2/+2
* Catch up to moving headers:John Baldwin2000-10-202-2/+2
* Remove unnecessary machine/mutex.h include.John Baldwin2000-10-201-1/+0
* NEWCARD/Cardbus -Jonathan Chen2000-10-192-9/+207
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-153-3/+0
* Clean up a few things in dc_setcfg() pointed out to be me byBill Paul2000-10-141-4/+9
* Add #include <machine/mutex.h> since these files need it and don'tBill Paul2000-10-132-0/+2
* Use device_get_nameunit(dev) as the mutex string when callingBill Paul2000-10-131-1/+1
* First round of converting network drivers from spls to mutexes. ThisBill Paul2000-10-132-31/+54
* Add support for parsing the media blocks from the SROM on 21143Bill Paul2000-10-053-65/+355
* If this is a Davicom DM9102A and we're enabling the homePNA link, forceBill Paul2000-09-201-4/+9
* Special-case the LED twiddling code so that it doesn't do anythingBill Paul2000-09-072-2/+12
* Define some more bits in CSR15 needed for previous change.Bill Paul2000-09-021-0/+4
* Make the blinkylights on non-MII 21143 cards work. We need to enableBill Paul2000-09-011-0/+11
* Close PR 20438. Make fix for preserving LED settings conditional onBill Paul2000-08-071-3/+7
* Grrrr. Add definition for DC_WDOG_CTLWREN. I made this change yesterdayBill Paul2000-08-021-0/+1
* Apply patch supplied by John Hood <jhood@sitaranetworks.com> to fix problemsBill Paul2000-08-011-2/+13
* Add the PCI IDs for the Macronix 98727 and 98732 parts. These areBill Paul2000-07-172-1/+10
* Apply patch to the dc driver to handle Macronix MX98715AEC-C/D/E chips,Bill Paul2000-07-152-7/+33
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-6/+3
* 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