summaryrefslogtreecommitdiff
path: root/sys/dev/dc
AgeCommit message (Expand)Author
2005-11-11- Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov
2005-10-18Make dc compile after repo-copy.Warner Losh
2005-10-05- Don't pollute opt_global.h with DEVICE_POLLING and introduceGleb Smirnoff
2005-10-01Big polling(4) cleanup.Gleb Smirnoff
2005-09-30Use ansi function definitions in preference to K&R to reduce diffsWarner Losh
2005-09-16Fix "struct ifnet" leaks when attach() fails in the middle, e.g.Ruslan Ermilov
2005-09-15When bus_alloc_resource_any() fails, dc_detach() is called and itGiorgos Keramidas
2005-08-29Better commentWarner Losh
2005-08-29Fix another instance of old info re: miibusWarner Losh
2005-08-18Fixup locking and mark MPSAFE:John Baldwin
2005-08-10Use device_printf() and if_printf() and remove dc_unit from softc.John Baldwin
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-08-03Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-04-18Fix newer Xircom CBE2-100 cards that were reportingWarner Losh
2005-03-09Bugger, wiped out a needed comma in the previous commit.Scott Long
2005-03-08The DC driver asks for an alignment of PAGE_SIZE for data buffers, but alsoScott Long
2005-02-24Fix style(9) issues with __P removal.Warner Losh
2005-02-24Return BUS_PROBE_DEFAULT instead of 0.Warner Losh
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-10-01Read the MAC address in the EEPROM in the correct byte order. ThisMaxime Henrion
2004-10-01Add ALTQ support for dc(4), based upon a mostly-working patch from mlaier.Brian Feldman
2004-10-01Conditionalize IFF_NEEDSGIANT, like everything else here, on IS_MPSAFE.Brian Feldman
2004-08-25if_dc includes locking, but that locking is disabled by a #ifdefRobert Watson
2004-08-14- Make OF_getetheraddr() honour the "local-mac-address?" system configMarius Strobl
2004-07-05Whitespace nitsBruce M Simpson
2004-06-29Remove saved_* from dc_softc. They are now no longer needed.Warner Losh
2004-06-28Remove burn bridges code that saved/restored the pci config registersWarner Losh
2004-06-09Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-05-29Spelling fix in a comment.Marius Strobl
2004-05-29Remove double __FBSDID and move the remaining one into a common place afterMarius Strobl
2004-05-23A handler for ioctl(SIOCSIFCAP) should not alter a bit inYaroslav Tykhiy
2004-05-03Correct the phy_service() routine case MII_TICK to correctly trackAndre Oppermann
2004-04-11First driver with user-configurable polling(4).Ruslan Ermilov
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-14Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd
2004-01-08Some integrated Davicom cards in sparc64 boxes have an all zerosMaxime Henrion
2004-01-08The transmit frame status is stored in the last transmit descriptor for theDon Lewis
2003-12-06Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA)MIHIRA Sanpei Yoshiro
2003-11-28Sometimes cardbus attachments don't attach, so while we track downWarner Losh
2003-11-14Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler
2003-11-14Remove duplicate FBSDID's, move others to their right place.David E. O'Brien
2003-11-14reconst poisonWarner Losh
2003-11-13Try to create some sort of consistency in how the routings to find theDavid E. O'Brien
2003-11-03Remove explicit cardbus attachments from drivers where this is identicalDoug Rabson
2003-11-02Correct the spelling of m_devget() in the sysctl variable description.Ruslan Ermilov
2003-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis