summaryrefslogtreecommitdiffstats
path: root/sys/dev/dc
Commit message (Expand)AuthorAgeFilesLines
...
* cosmetic changes and style fixesmarius2008-09-302-47/+33
* For chips with a broken DC_ISR_RX_STATE which f.e. never signalsmarius2008-08-292-5/+11
* - Use m_collapse(9) instead of m_defrag(9) if possible. This resultsmarius2008-08-231-18/+27
* Ethernet hardware address stored in DC_AL_PAR0/DC_AL_PAR1 registeryongari2008-06-081-6/+14
* - Const'ify the dc_devs array.marius2008-03-242-85/+84
* Fix function prototype for device_shutdown method.yongari2007-11-221-2/+4
* IEEE 802.3 Annex 28B.3 explicitly specifies the following relativeyongari2007-11-161-4/+4
* o In order to reduce bug and code duplication fold handling of NICsmarius2007-08-052-69/+31
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Fix a bug originally introduced in rev. 1.74; don't reloaded themarius2006-12-201-1/+2
* - Use our own callout (the dc_tick() callout uses varying periodsmarius2006-12-062-27/+35
* Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h>marius2006-11-021-1/+0
* - Wrap code optimized for architectures without alignment constraintsmarius2006-10-291-16/+22
* - Consistently use if_printf() only in interface methods: if_start(),glebius2006-09-152-6/+8
* Replace hard-coded magic constants to system defined constantsyongari2006-08-022-2/+2
* Fix the last commit.glebius2006-06-082-3/+8
* Add device IDs for Linksys PCMPC200 Cardbus card.glebius2006-06-072-0/+12
* - Switch on the full 32-bit device ID to avoid collisions between thejhb2006-06-032-205/+94
* Use PCI bus accessors rather than reading config registers directly tojhb2006-06-031-2/+3
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-48/+1
* Add device-id for the Neteasy DRP-32TXD cardbus 10/100 card. It's anotherjhb2006-03-162-0/+13
* Do not touch ifp->if_baudrate in miibus aware drivers.glebius2006-02-141-1/+0
* Add missing parens.glebius2005-12-281-1/+1
* Check for IFF_DRV_RUNNING in the interrupt loop.glebius2005-12-281-2/+3
* - Rev. 1.175 fixed compilation on sparc64 but also backed out zeroing ofmarius2005-12-051-5/+2
* Fix on sparc64.ru2005-12-041-6/+2
* Fix the misalignment bugs differently than was done in the previousmarcel2005-12-022-23/+33
* Resolve misalignment traps caused by changes to IF_LLADDR().marcel2005-11-222-8/+8
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-10/+10
* Make dc compile after repo-copy.imp2005-10-183-5/+6
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-051-0/+4
* Big polling(4) cleanup.glebius2005-10-011-28/+41
* Use ansi function definitions in preference to K&R to reduce diffsimp2005-09-302-24/+10
* Fix "struct ifnet" leaks when attach() fails in the middle, e.g.ru2005-09-161-2/+2
* When bus_alloc_resource_any() fails, dc_detach() is called and itkeramida2005-09-151-5/+11
* Better commentimp2005-08-291-1/+4
* Fix another instance of old info re: miibusimp2005-08-291-1/+1
* Fixup locking and mark MPSAFE:jhb2005-08-181-70/+77
* Use device_printf() and if_printf() and remove dc_unit from softc.jhb2005-08-102-36/+31
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-12/+13
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-25/+31
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-293-6/+0
* Fix newer Xircom CBE2-100 cards that were reportingimp2005-04-181-13/+14
* Bugger, wiped out a needed comma in the previous commit.scottl2005-03-091-1/+1
* The DC driver asks for an alignment of PAGE_SIZE for data buffers, but alsoscottl2005-03-081-3/+3
* Fix style(9) issues with __P removal.imp2005-02-241-71/+67
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-072-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
OpenPOWER on IntegriCloud