summaryrefslogtreecommitdiff
path: root/sys/dev/dc
Commit message (Expand)AuthorAgeFilesLines
* Add ADMtek ADM9511 and ADM9513 device ID's.Martin Blapp2003-06-082-0/+8
* Change a :Maxime Henrion2003-06-011-1/+1
* - Style(9) fixes, most notably :Maxime Henrion2003-06-011-535/+365
* Remove unnecessary breaks.Poul-Henning Kamp2003-05-312-7/+0
* Only use a SIA/SYM media info block if no MII block is detected.Martin Blapp2003-05-151-2/+26
* Add support for 3Com OfficeConnect 10/100B.Martin Blapp2003-05-122-0/+14
* Use only a 64bit hash filter table for ADM-Centaur cards like theMartin Blapp2003-05-011-1/+5
* Use newly minted device_is_attached rather than device_is_alive to seeWarner Losh2003-04-211-1/+1
* Add support for Planex FNW-3602-T(CardBus 100M/10M).MIHIRA Sanpei Yoshiro2003-04-182-0/+12
* Revise attach/detach resource cleanupNate Lawson2003-04-171-2/+12
* Revert part of revision 1.97 by calling dc_stop() unconditionallyIan Dowse2003-04-171-2/+1
* - Don't call pci_enable_io() in drivers (unless needed for resume).Matthew N. Dodd2003-04-161-17/+0
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-2/+4
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-033-21/+9
* Add missing ()'s so that these drivers all compile again.John Baldwin2003-03-311-1/+1
* Clean up locking and resource management for pci/if_*Nate Lawson2003-03-311-33/+32
* Update if_dc to use m_defrag, removing the semi-duplicate dc_coalMike Silbersack2003-03-291-35/+30
* - Use if_broadcastaddr from struct ifnet rather than relying onMatthew N. Dodd2003-03-211-2/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-4/+4
* Minor correction to comment: PNIC and XIRCOM have eeprom, its justWarner Losh2003-02-121-1/+1
* Fix the breakage resulting from Rev. 1.80. Get the eeprom widthMartin Blapp2003-02-071-4/+5
* Add missing braces.Martin Blapp2003-02-071-1/+2
* Move the DC_SETBIT to the attach function.Martin Blapp2003-02-051-3/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-4/+4
* Remove miidevs.h and generate it from miidevs at compile time.David E. O'Brien2003-01-192-2/+2
* Remove bogus locking from dc(4). Instead, move interrupt allocationNate Lawson2003-01-141-42/+34
* Add preliminary support for the Hawking PN672TX CardBus cards.Warner Losh2003-01-102-0/+15
* Add support for the Davicom DM9009 chipset.Tom Rhodes2003-01-092-0/+4
* Fix the missspelt letter in DC_CTYPE_PUP_AUTOSENSe define.Semen Ustimenko2002-12-181-1/+1
* Xircom cards store the MAC address in the CIS, so get it from the newWarner Losh2002-11-271-2/+8
* Fix handling of IFF_ALLMULTI. The same bug in various forms affectsLuigi Rizzo2002-11-251-9/+7
* o track either_ifattach/ether_ifdetach API changesSam Leffler2002-11-141-16/+6
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-6/+8
* Put function return types on a line by themselves.Alfred Perlstein2002-10-142-8/+12
* Ooops. Need to free dc_srom on detach to not leak memory.Warner Losh2002-10-071-0/+1
* Dynamically configure the width of the srom. This code comes fromWarner Losh2002-10-072-15/+106
* Fix the support for the AN985/983 chips, which do not set theMartin Blapp2002-09-201-1/+2
* Enable the automatic TX underrun recovery for the ADMtek chips.Martin Blapp2002-09-202-0/+5
* Make consistent; turn spaces into tabs where there is a mixture.Mark Murray2002-09-041-21/+21
* style:Alfred Perlstein2002-08-231-58/+116
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-181-3/+3
* Fix if_timer logic to make sure that there is always a timeoutLuigi Rizzo2002-06-301-6/+6
* Add suspend/resume code mostly merged from fxp/rl driver.Mitsuru IWASAKI2002-05-062-0/+88
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyPoul-Henning Kamp2002-05-041-45/+14
* Don't grab the lock until somewhat later in attach to avoid a lockPoul-Henning Kamp2002-05-031-6/+7
* Make one generic mii_phy_detach() to replace 19 slightly different ones.Poul-Henning Kamp2002-04-292-32/+2
* Move us yet closer to IFM_* definitions in NetBSD.Poul-Henning Kamp2002-04-291-6/+6
* Don't pass three args when one will do just fine, and even preventPoul-Henning Kamp2002-04-282-2/+2
* Improve an API by about 4 lines per driver.Poul-Henning Kamp2002-04-282-8/+2
* Work around an Intel 21143 chip bug.Stephen McKay2002-04-181-7/+10