aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add in some more device ID's and a generic catch-all.Doug Ambrisko2008-12-121-0/+3
* It seems there are still issues on multicast perfect filtering.Pyun YongHyeon2008-12-121-1/+1
* Remove superfluous return statements from the end of void functions.Andrew Thompson2008-12-1168-1305/+0
* Format and wrap function declarations.Andrew Thompson2008-12-1166-776/+1058
* Add entries for some Option, Sierra and Stelera 3G cards.Andrew Thompson2008-12-111-0/+8
* Update to the interrupt handling code:Warner Losh2008-12-111-35/+58
* add missing breakSam Leffler2008-12-111-1/+2
* add missing breakSam Leffler2008-12-111-1/+2
* Make WOL work on RTL8168B. This controller seems to requirePyun YongHyeon2008-12-111-0/+5
* Don't access undocumented register 0x82 on controllers thatPyun YongHyeon2008-12-111-2/+14
* Newer RealTek controllers requires setting stop request bit toPyun YongHyeon2008-12-111-3/+9
* Always put controller into known state before device intialization.Pyun YongHyeon2008-12-111-7/+5
* Partly revert r185756. RTL8169SC doesn't like reduced delays inPyun YongHyeon2008-12-111-2/+2
* - Limit BCM5701 B5 to 32-bit mode as a workaround for a bug whichMarius Strobl2008-12-091-7/+12
* Fix a long standing VLAN tagged frame handling bug.Pyun YongHyeon2008-12-092-1/+10
* mutex.h is needed here. It got it by namespace pollution.Pyun YongHyeon2008-12-081-0/+2
* Reduce spin wait time consumed in GMII register access routines.Pyun YongHyeon2008-12-081-4/+2
* o Implemented miibus_statchg handler. It detects whether re(4)Pyun YongHyeon2008-12-081-28/+51
* Make sure to return the result of meida change request.Pyun YongHyeon2008-12-081-2/+3
* - According to the corresponding Linux, NetBSD and OpenSolarisMarius Strobl2008-12-072-33/+44
* Minor tweaks to some of the comments. Also, add a XXX wondering if weWarner Losh2008-12-071-17/+18
* Restore opt_inet.h include which was lost in the last commit.Andrew Thompson2008-12-071-0/+1
* honor IEEE80211_BPF_CRYPTO for raw xmit; fixes shared key auth in sta modeSam Leffler2008-12-071-2/+50
* New periodic calibration scheme needed for 11n parts that haveSam Leffler2008-12-072-52/+90
* Use '0' rather than PZERO to not change the priority that I'm waitingWarner Losh2008-12-071-3/+3
* Use atomic_add_int rather than a simple ++ to ensure no cache races ifWarner Losh2008-12-071-1/+1
* Fix some nasty race conditions in the VIA-CUDA driver that ended up preventingNathan Whitehorn2008-12-065-51/+39
* Cleanup msleep() arguments.Alexander Motin2008-12-061-2/+2
* Implement suspend/resume for mmc and mmcsd drivers.Alexander Motin2008-12-062-66/+164
* The startall variable should default to zero, otherwise the vap is restartedAndrew Thompson2008-12-061-6/+5
* - Eliminate unused variable. [1]Stanislav Sedov2008-12-061-5/+2
* Bug fix to support N310 version of Chelsio cards (board ID 1088).George V. Neville-Neil2008-12-062-3/+12
* Forget current bus power settings on full reset. Chip must be reconfigured.Alexander Motin2008-12-061-3/+8
* Re submit code to print the part and serial number for Chelsio cards.George V. Neville-Neil2008-12-051-0/+7
* Move to using filter for the change interrupts. Also rework the powerWarner Losh2008-12-053-37/+24
* Minor style nit.Warner Losh2008-12-051-2/+2
* Augment comments, and move things around a smidge.Warner Losh2008-12-051-17/+17
* Implement a method described in NetBSD PR 36652 for coping with theWarner Losh2008-12-051-1/+12
* Fix a bug with the ael1006 PHY. The bug shows up as persistent but incompleteGeorge V. Neville-Neil2008-12-041-0/+10
* Integrate 185578 from dfrKip Macy2008-12-043-237/+296
* Add HW MAC counter support for newer JMC250/JMC260 revisions.Pyun YongHyeon2008-12-043-20/+193
* Add support for newer JMC250/JMC260 revisions.Pyun YongHyeon2008-12-043-22/+76
* Don't attempt to clear status updates if we did not do a link stateXin LI2008-12-031-5/+6
* Fixes for Core2 Extreme support.Joseph Koshy2008-12-032-3/+5
* Change new card identification names.Doug Ambrisko2008-12-031-4/+4
* Add aliases that map architectural event names to fixed function counters.Joseph Koshy2008-12-031-0/+5
* AR8113 also need to set DMA read burst value. This should fixPyun YongHyeon2008-12-031-4/+2
* Add some PHY magic to enable PHY hibernation and 1000baseT/10baseTPyun YongHyeon2008-12-031-0/+33
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-022-0/+6
* Bug fix from Chelsio which addresses the issue of the device resettingGeorge V. Neville-Neil2008-12-021-25/+2