summaryrefslogtreecommitdiffstats
path: root/sys/dev/dc
Commit message (Expand)AuthorAgeFilesLines
* Grrrr. Remember to bzero() the mediainfo structures after we allocatewpaul2000-11-031-0/+3
* Call dc_apply_fixup() in dc_setcfg() for the MII case.wpaul2000-10-311-0/+4
* Grrr. The 'reg' variable in dc_apply_fixup() needs to be a u_int32_t, notwpaul2000-10-301-1/+1
* Fix typo s/DE_DEVICEID_FE2500/DC_DEVICEID_FE2500/peter2000-10-281-1/+1
* Add PCI IDs for some additional cardbus cards. Yes, there really iswpaul2000-10-282-2/+17
* Yet another bug fix/optimization for the Davicom DM9100/9102: increasewpaul2000-10-271-0/+5
* Set the DC_TX_INTR_ALWAYS and DC_TX_STORENFWD flags for the Davicomwpaul2000-10-251-2/+2
* Catch up to moving headers:jhb2000-10-202-2/+2
* Remove unnecessary machine/mutex.h include.jhb2000-10-201-1/+0
* NEWCARD/Cardbus -jon2000-10-192-9/+207
* Remove unneeded #include <machine/clock.h>phk2000-10-153-3/+0
* Clean up a few things in dc_setcfg() pointed out to be me bywpaul2000-10-141-4/+9
* Add #include <machine/mutex.h> since these files need it and don'twpaul2000-10-132-0/+2
* Use device_get_nameunit(dev) as the mutex string when callingwpaul2000-10-131-1/+1
* First round of converting network drivers from spls to mutexes. Thiswpaul2000-10-132-31/+54
* Add support for parsing the media blocks from the SROM on 21143wpaul2000-10-053-66/+356
* If this is a Davicom DM9102A and we're enabling the homePNA link, forcewpaul2000-09-201-4/+9
* Special-case the LED twiddling code so that it doesn't do anythingwpaul2000-09-072-2/+12
* Define some more bits in CSR15 needed for previous change.wpaul2000-09-021-0/+4
* Make the blinkylights on non-MII 21143 cards work. We need to enablewpaul2000-09-011-0/+11
* Close PR 20438. Make fix for preserving LED settings conditional onwpaul2000-08-071-3/+7
* Grrrr. Add definition for DC_WDOG_CTLWREN. I made this change yesterdaywpaul2000-08-021-0/+1
* Apply patch supplied by John Hood <jhood@sitaranetworks.com> to fix problemswpaul2000-08-011-2/+13
* Add the PCI IDs for the Macronix 98727 and 98732 parts. These arewpaul2000-07-172-1/+10
* Apply patch to the dc driver to handle Macronix MX98715AEC-C/D/E chips,wpaul2000-07-152-7/+33
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-6/+3
* Add support for the Accton EN1217.asmodai2000-06-112-0/+14
* When I tweaked if_dc.c to alter the polling interval for non-MIIwpaul2000-06-071-7/+12
* Don't bother checking the link state in dcphy_status() if the interfacewpaul2000-06-051-0/+3
* Rework the support for the internal autonegotiation on the 21143 andwpaul2000-05-313-75/+59
* Use the correct register names. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/peter2000-05-281-3/+3
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-40/+0
* Depend on miibus.peter2000-04-291-0/+2
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-192-2/+0
* Teach the 'dc' driver how to pick up settings left over by themsmith2000-03-112-0/+43
* Introduce ethernet bridge support for if_dcrwatson2000-03-091-4/+25
* Add support for DM9102A boards with Davicom DM9801 HomePNA PHYs.wpaul2000-01-241-7/+77
* Add support for the Davicom DM9102A 10/100 ethernet controller chip.wpaul2000-01-192-5/+23
* Reintroduce the dc_coal() workaround routine for coalescing outboundwpaul2000-01-121-1/+43
* It appears that under certain circumstances that I still can't quite pinwpaul2000-01-031-2/+53
* Fix some problems reported by Mike Pritchard:wpaul1999-12-133-10/+37
* Tweak the DC_REDUCED_MII_POLL code in dc_mii_tick() for the DC_IS_INTEL()wpaul1999-12-071-2/+2
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driverswpaul1999-12-044-0/+4431
OpenPOWER on IntegriCloud