aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dc
Commit message (Expand)AuthorAgeFilesLines
* Fix function prototype for device_shutdown method.Pyun YongHyeon2007-11-221-2/+4
* IEEE 802.3 Annex 28B.3 explicitly specifies the following relativePyun YongHyeon2007-11-161-4/+4
* o In order to reduce bug and code duplication fold handling of NICsMarius Strobl2007-08-052-69/+31
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Fix a bug originally introduced in rev. 1.74; don't reloaded theMarius Strobl2006-12-201-1/+2
* - Use our own callout (the dc_tick() callout uses varying periodsMarius Strobl2006-12-062-27/+35
* Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h>Marius Strobl2006-11-021-1/+0
* - Wrap code optimized for architectures without alignment constraintsMarius Strobl2006-10-291-16/+22
* - Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff2006-09-152-6/+8
* Replace hard-coded magic constants to system defined constantsPyun YongHyeon2006-08-022-2/+2
* Fix the last commit.Gleb Smirnoff2006-06-082-3/+8
* Add device IDs for Linksys PCMPC200 Cardbus card.Gleb Smirnoff2006-06-072-0/+12
* - Switch on the full 32-bit device ID to avoid collisions between theJohn Baldwin2006-06-032-205/+94
* Use PCI bus accessors rather than reading config registers directly toJohn Baldwin2006-06-031-2/+3
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-48/+1
* Add device-id for the Neteasy DRP-32TXD cardbus 10/100 card. It's anotherJohn Baldwin2006-03-162-0/+13
* Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff2006-02-141-1/+0
* Add missing parens.Gleb Smirnoff2005-12-281-1/+1
* Check for IFF_DRV_RUNNING in the interrupt loop.Gleb Smirnoff2005-12-281-2/+3
* - Rev. 1.175 fixed compilation on sparc64 but also backed out zeroing ofMarius Strobl2005-12-051-5/+2
* Fix on sparc64.Ruslan Ermilov2005-12-041-6/+2
* Fix the misalignment bugs differently than was done in the previousMarcel Moolenaar2005-12-022-23/+33
* Resolve misalignment traps caused by changes to IF_LLADDR().Marcel Moolenaar2005-11-222-8/+8
* - 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-71/+67
* 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