summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_dc.c
Commit message (Expand)AuthorAgeFilesLines
* Add ADMtek ADM9511 and ADM9513 device ID's.mbr2003-06-081-0/+6
* Change a :mux2003-06-011-1/+1
* - Style(9) fixes, most notably :mux2003-06-011-535/+365
* Only use a SIA/SYM media info block if no MII block is detected.mbr2003-05-151-2/+26
* Add support for 3Com OfficeConnect 10/100B.mbr2003-05-121-0/+4
* Use only a 64bit hash filter table for ADM-Centaur cards like thembr2003-05-011-1/+5
* Use newly minted device_is_attached rather than device_is_alive to seeimp2003-04-211-1/+1
* Add support for Planex FNW-3602-T(CardBus 100M/10M).sanpei2003-04-181-0/+2
* Revise attach/detach resource cleanupnjl2003-04-171-2/+12
* Revert part of revision 1.97 by calling dc_stop() unconditionallyiedowse2003-04-171-2/+1
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-17/+0
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-2/+4
* Use __FBSDID rather than rcsid[].obrien2003-04-031-7/+3
* Add missing ()'s so that these drivers all compile again.jhb2003-03-311-1/+1
* Clean up locking and resource management for pci/if_*njl2003-03-311-33/+32
* Update if_dc to use m_defrag, removing the semi-duplicate dc_coalsilby2003-03-291-35/+30
* - Use if_broadcastaddr from struct ifnet rather than relying onmdodd2003-03-211-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* 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 bogus locking from dc(4). Instead, move interrupt allocationnjl2003-01-141-42/+34
* Add preliminary support for the Hawking PN672TX CardBus cards.imp2003-01-101-0/+3
* Add support for the Davicom DM9009 chipset.trhodes2003-01-091-0/+3
* 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
* 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-071-14/+104
* 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-201-0/+3
* 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-061-0/+81
* Don't grab the lock until somewhat later in attach to avoid a lockphk2002-05-031-6/+7
* Move us yet closer to IFM_* definitions in NetBSD.phk2002-04-291-6/+6
* 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
OpenPOWER on IntegriCloud