aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dc
Commit message (Expand)AuthorAgeFilesLines
* Whitespace nitsBruce M Simpson2004-07-051-6/+6
* Remove saved_* from dc_softc. They are now no longer needed.Warner Losh2004-06-291-5/+0
* Remove burn bridges code that saved/restored the pci config registersWarner Losh2004-06-281-63/+3
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-23/+3
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Spelling fix in a comment.Marius Strobl2004-05-291-1/+1
* Remove double __FBSDID and move the remaining one into a common place afterMarius Strobl2004-05-292-6/+0
* A handler for ioctl(SIOCSIFCAP) should not alter a bit inYaroslav Tykhiy2004-05-231-1/+2
* Correct the phy_service() routine case MII_TICK to correctly trackAndre Oppermann2004-05-031-1/+1
* First driver with user-configurable polling(4).Ruslan Ermilov2004-04-111-1/+13
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+2
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-5/+0
* 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-082-3/+5
* Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA)MIHIRA Sanpei Yoshiro2003-12-062-0/+3
* 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-142-1/+10
* 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-052-12/+37
* 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
* Use __FBSDID().David E. O'Brien2003-08-242-0/+6
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-1/+1
* 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-192-0/+5
* Add support for a bunch of Microsoft networking products:Bill Paul2003-07-102-0/+34
* Make the dc(4) driver endian-clean, so to that it works on sparc64.Maxime Henrion2003-07-092-45/+56
* Convert the dc(4) driver to the busdma API. This is a necessary stepMaxime Henrion2003-07-062-116/+303
* 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-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