aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/if_dc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove dc after repo copy.Warner Losh2005-10-181-3863/+0
* In detach method, move if_free() after bus_teardown_intr().Ruslan Ermilov2005-10-131-2/+3
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceGleb Smirnoff2005-10-051-0/+4
* Big polling(4) cleanup.Gleb Smirnoff2005-10-011-28/+41
* Fix "struct ifnet" leaks when attach() fails in the middle, e.g.Ruslan Ermilov2005-09-161-2/+2
* When bus_alloc_resource_any() fails, dc_detach() is called and itGiorgos Keramidas2005-09-151-5/+11
* Better commentWarner Losh2005-08-291-1/+4
* Fix another instance of old info re: miibusWarner Losh2005-08-291-1/+1
* Fixup locking and mark MPSAFE:John Baldwin2005-08-181-70/+77
* Use device_printf() and if_printf() and remove dc_unit from softc.John Baldwin2005-08-101-35/+31
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-12/+13
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-24/+30
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Fix newer Xircom CBE2-100 cards that were reportingWarner Losh2005-04-181-13/+14
* Bugger, wiped out a needed comma in the previous commit.Scott Long2005-03-091-1/+1
* The DC driver asks for an alignment of PAGE_SIZE for data buffers, but alsoScott Long2005-03-081-3/+3
* Fix style(9) issues with __P removal.Warner Losh2005-02-241-64/+60
* Return BUS_PROBE_DEFAULT instead of 0.Warner Losh2005-02-241-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Read the MAC address in the EEPROM in the correct byte order. ThisMaxime Henrion2004-10-011-4/+4
* Add ALTQ support for dc(4), based upon a mostly-working patch from mlaier.Brian Feldman2004-10-011-15/+21
* Conditionalize IFF_NEEDSGIANT, like everything else here, on IS_MPSAFE.Brian Feldman2004-10-011-2/+3
* if_dc includes locking, but that locking is disabled by a #ifdefRobert Watson2004-08-251-1/+2
* - Make OF_getetheraddr() honour the "local-mac-address?" system configMarius Strobl2004-08-141-1/+1
* Whitespace nitsBruce M Simpson2004-07-051-6/+6
* 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
* A handler for ioctl(SIOCSIFCAP) should not alter a bit inYaroslav Tykhiy2004-05-231-1/+2
* 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-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