summaryrefslogtreecommitdiffstats
path: root/sys/dev/dc
Commit message (Expand)AuthorAgeFilesLines
* Minor correction to comment: PNIC and XIRCOM have eeprom, its justimp2003-02-121-1/+1
* Fix the breakage resulting from Rev. 1.80. Get the eeprom widthmbr2003-02-071-4/+5
* Add missing braces.mbr2003-02-071-1/+2
* Move the DC_SETBIT to the attach function.mbr2003-02-051-3/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* Remove miidevs.h and generate it from miidevs at compile time.obrien2003-01-192-2/+2
* Remove bogus locking from dc(4). Instead, move interrupt allocationnjl2003-01-141-42/+34
* Add preliminary support for the Hawking PN672TX CardBus cards.imp2003-01-102-0/+15
* Add support for the Davicom DM9009 chipset.trhodes2003-01-092-0/+4
* Fix the missspelt letter in DC_CTYPE_PUP_AUTOSENSe define.semenu2002-12-181-1/+1
* Xircom cards store the MAC address in the CIS, so get it from the newimp2002-11-271-2/+8
* Fix handling of IFF_ALLMULTI. The same bug in various forms affectsluigi2002-11-251-9/+7
* o track either_ifattach/ether_ifdetach API changessam2002-11-141-16/+6
* Be consistent about functions being static.phk2002-10-161-6/+8
* Put function return types on a line by themselves.alfred2002-10-142-8/+12
* Ooops. Need to free dc_srom on detach to not leak memory.imp2002-10-071-0/+1
* Dynamically configure the width of the srom. This code comes fromimp2002-10-072-15/+106
* Fix the support for the AN985/983 chips, which do not set thembr2002-09-201-1/+2
* Enable the automatic TX underrun recovery for the ADMtek chips.mbr2002-09-202-0/+5
* Make consistent; turn spaces into tabs where there is a mixture.markm2002-09-041-21/+21
* style:alfred2002-08-231-58/+116
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-3/+3
* Fix if_timer logic to make sure that there is always a timeoutluigi2002-06-301-6/+6
* Add suspend/resume code mostly merged from fxp/rl driver.iwasaki2002-05-062-0/+88
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyphk2002-05-041-45/+14
* Don't grab the lock until somewhat later in attach to avoid a lockphk2002-05-031-6/+7
* Make one generic mii_phy_detach() to replace 19 slightly different ones.phk2002-04-292-32/+2
* Move us yet closer to IFM_* definitions in NetBSD.phk2002-04-291-6/+6
* Don't pass three args when one will do just fine, and even preventphk2002-04-282-2/+2
* Improve an API by about 4 lines per driver.phk2002-04-282-8/+2
* Work around an Intel 21143 chip bug.mckay2002-04-181-7/+10
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+2
* Remove __P.alfred2002-03-203-79/+74
* Forgot one part of the VLAN support for the dc(4) driver.ambrisko2002-01-161-0/+2
* Add VLAN for the dc(4) driver (ie long frame). The patch is 2 parts.ambrisko2002-01-161-12/+26
* Fix the "conexant chips don't work in full duplexmode" problem. Accordingwpaul2001-12-191-4/+8
* Fix compiler warning in dc_intr(): if the only code that does a "goto"wpaul2001-12-191-0/+3
* Patch up some existing style bugs and some that crept in with thepeter2001-12-151-7/+7
* Device Polling code for -current.luigi2001-12-142-0/+90
* Avoid an unnecessary copy of a packet if it is already in a single mbuf.luigi2001-12-112-2/+7
* MFS (merge from stable): rev 1.9.2.28, fix ordering of IFF_RUNNING mods.peter2001-12-071-2/+2
* Remove error messages on mbuf allocation failures, nowluigi2001-12-041-10/+2
* Per jlemon request, reintroduce some printf() when anluigi2001-11-291-3/+8
* For i386 architecture, remove an expensive m_devget() (and theluigi2001-11-291-31/+40
* Remove ifnet.if_mpsafe for now. If this is needed, it won't be neededjhb2001-11-141-1/+0
* Enable round-robin arbitration between transmit and receive unitluigi2001-10-271-0/+5
* Defs for three (unused so far) bits in PCI command/status registerluigi2001-10-251-3/+3
* Do not call mii_pollstat() from within device tick routines; the statusjlemon2001-09-291-8/+5
* Cleanup pass for mii drivers.jlemon2001-09-292-31/+19
* Add support for Conexant LANfinity miniPCI controllers. People who havewpaul2001-09-042-3/+49
OpenPOWER on IntegriCloud