aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dc
Commit message (Expand)AuthorAgeFilesLines
...
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-10/+10
* Make dc compile after repo-copy.Warner Losh2005-10-183-5/+6
* - 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
* Use ansi function definitions in preference to K&R to reduce diffsWarner Losh2005-09-302-24/+10
* 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-102-36/+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-102-25/+31
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-293-6/+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-072-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-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 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