summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_dc.c
Commit message (Expand)AuthorAgeFilesLines
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+2
* Remove __P.alfred2002-03-201-67/+62
* 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-141-0/+83
* Avoid an unnecessary copy of a packet if it is already in a single mbuf.luigi2001-12-111-2/+6
* 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
* Do not call mii_pollstat() from within device tick routines; the statusjlemon2001-09-291-8/+5
* Add support for Conexant LANfinity miniPCI controllers. People who havewpaul2001-09-041-3/+27
* Deal with the condition where we lose link in the middle of transmittingwpaul2001-07-121-1/+1
* Apply patch supplied by Jonathan Chen: use the correct arguments towpaul2001-07-091-2/+2
* Change m_devget()'s outdated and unused `offset' argument to actually meanbmilekic2001-06-201-3/+2
* Apply patch to allow TX underrun handling without issuing a completewpaul2001-02-221-26/+58
* Big round of minor updates:wpaul2001-02-211-3/+3
* Take luigi's suggestion and move the check for nothing to do to before theimp2001-02-201-5/+4
* Add DC_UNLOCK before first return. This caused returns when dc was onimp2001-02-201-1/+3
* Add a check in the interrupt service routine to return quickly inluigi2001-02-181-1/+4
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-4/+4
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-031-8/+4
* Silence compiler warnings.wpaul2001-01-201-2/+2
* Bug fixes that I've put together while working on a project in the office:wpaul2001-01-191-6/+12
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-1/+1
* Use pci_get_powerstate()/pci_set_powerstate() which now exists in thewpaul2000-12-181-24/+16
* Initialize/grab the mutex earlier in the attach phase, so thatwpaul2000-12-041-2/+3
* Change the driver to allocate its own callout structure, and modifyjlemon2000-11-251-7/+11
* Add support for the Accton EN2242 MiniPCI adapter. This is just anwpaul2000-11-141-0/+3
* 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-281-2/+8
* 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
* Remove unnecessary machine/mutex.h include.jhb2000-10-201-1/+0
* NEWCARD/Cardbus -jon2000-10-191-9/+174
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Clean up a few things in dc_setcfg() pointed out to be me bywpaul2000-10-141-4/+9
* 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-131-31/+49
* Add support for parsing the media blocks from the SROM on 21143wpaul2000-10-051-56/+222
* 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-071-2/+11
* Make the blinkylights on non-MII 21143 cards work. We need to enablewpaul2000-09-011-0/+11
OpenPOWER on IntegriCloud