aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/if_dc.c
Commit message (Expand)AuthorAgeFilesLines
* Some integrated Davicom cards in sparc64 boxes have an all zerosMaxime Henrion2004-01-081-0/+18
* The transmit frame status is stored in the last transmit descriptor for theDon Lewis2004-01-081-3/+4
* Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA)MIHIRA Sanpei Yoshiro2003-12-061-0/+2
* Sometimes cardbus attachments don't attach, so while we track downWarner Losh2003-11-281-0/+1
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-141-1/+9
* Remove duplicate FBSDID's, move others to their right place.David E. O'Brien2003-11-141-4/+3
* reconst poisonWarner Losh2003-11-141-10/+10
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-131-20/+23
* Remove explicit cardbus attachments from drivers where this is identicalDoug Rabson2003-11-031-1/+0
* Correct the spelling of m_devget() in the sysctl variable description.Ruslan Ermilov2003-11-021-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Const poison crc routines (why these aren't centralized, I'm not sure).Warner Losh2003-10-231-9/+9
* Fix a problem where m_defrag would allocate a new mbuf to replace theMike Silbersack2003-10-191-8/+8
* Ignore CSR13, CSR14, CSR15 'Media Specific Data' registersMartin Blapp2003-10-051-9/+26
* Don't read the MAC address from a copy of the EEPROM in the softcMartin Blapp2003-09-161-4/+3
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-2/+2
* All davicom cards seem to need DC_TX_ALIGN.Martin Blapp2003-08-271-2/+1
* Make TX on davicom 9102A working again. This chip needsMartin Blapp2003-08-241-0/+2
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Change instances of callout_init that specify MPSAFE behaviour toSam Leffler2003-08-191-1/+1
* Use the BUS_DMA_ZERO flag.Maxime Henrion2003-07-271-2/+1
* Add support for FA-511; Submitted by: Kenneth P. Stox; Pr 42858Warner Losh2003-07-191-0/+4
* Add support for a bunch of Microsoft networking products:Bill Paul2003-07-101-0/+20
* Make the dc(4) driver endian-clean, so to that it works on sparc64.Maxime Henrion2003-07-091-45/+50
* Convert the dc(4) driver to the busdma API. This is a necessary stepMaxime Henrion2003-07-061-109/+282
* Fix a bug that could cause dc(4) to m_freem() an already freedMaxime Henrion2003-07-061-1/+2
* Various style(9) and readability fixes.Maxime Henrion2003-07-061-14/+22
* Due to extreme bogusness in the pci bus layer, these drivers wereWarner Losh2003-07-031-4/+8
* Add ADMtek ADM9511 and ADM9513 device ID's.Martin Blapp2003-06-081-0/+6
* Change a :Maxime Henrion2003-06-011-1/+1
* - Style(9) fixes, most notably :Maxime Henrion2003-06-011-535/+365
* 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-121-0/+4
* 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-181-0/+2
* 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-031-7/+3
* 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