summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Sort the PCI device's and make the catch-all for new Dellambrisko2008-12-121-6/+6
* The TWINKLECAM entry is under CHICONY2, remove MICRODIA.thompsa2008-12-121-4/+1
* Use correct AIPTEK2 name for vendor 0x04fc, now that the PENCAM_MEGA_1_3thompsa2008-12-121-1/+1
* Add in some more device ID's and a generic catch-all.ambrisko2008-12-121-0/+3
* It seems there are still issues on multicast perfect filtering.yongari2008-12-121-1/+1
* Remove superfluous return statements from the end of void functions.thompsa2008-12-1168-1305/+0
* Format and wrap function declarations.thompsa2008-12-1166-778/+1060
* Add entries for some Option, Sierra and Stelera 3G cards.thompsa2008-12-111-0/+8
* Update to the interrupt handling code:imp2008-12-111-35/+58
* add missing breaksam2008-12-111-1/+2
* add missing breaksam2008-12-111-1/+2
* Make WOL work on RTL8168B. This controller seems to requireyongari2008-12-111-0/+5
* Don't access undocumented register 0x82 on controllers thatyongari2008-12-111-2/+14
* Newer RealTek controllers requires setting stop request bit toyongari2008-12-111-3/+9
* Always put controller into known state before device intialization.yongari2008-12-111-7/+5
* Partly revert r185756. RTL8169SC doesn't like reduced delays inyongari2008-12-111-2/+2
* - Limit BCM5701 B5 to 32-bit mode as a workaround for a bug whichmarius2008-12-091-7/+12
* Fix a long standing VLAN tagged frame handling bug.yongari2008-12-092-1/+10
* mutex.h is needed here. It got it by namespace pollution.yongari2008-12-081-0/+2
* Reduce spin wait time consumed in GMII register access routines.yongari2008-12-081-4/+2
* o Implemented miibus_statchg handler. It detects whether re(4)yongari2008-12-081-28/+51
* Make sure to return the result of meida change request.yongari2008-12-081-2/+3
* - According to the corresponding Linux, NetBSD and OpenSolarismarius2008-12-072-36/+47
* Minor tweaks to some of the comments. Also, add a XXX wondering if weimp2008-12-071-17/+18
* Restore opt_inet.h include which was lost in the last commit.thompsa2008-12-071-0/+1
* honor IEEE80211_BPF_CRYPTO for raw xmit; fixes shared key auth in sta modesam2008-12-071-2/+50
* New periodic calibration scheme needed for 11n parts that havesam2008-12-072-54/+92
* Use '0' rather than PZERO to not change the priority that I'm waitingimp2008-12-071-3/+3
* Use atomic_add_int rather than a simple ++ to ensure no cache races ifimp2008-12-071-1/+1
* Fix some nasty race conditions in the VIA-CUDA driver that ended up preventingnwhitehorn2008-12-065-51/+39
* Cleanup msleep() arguments.mav2008-12-061-2/+2
* Implement suspend/resume for mmc and mmcsd drivers.mav2008-12-062-66/+164
* The startall variable should default to zero, otherwise the vap is restartedthompsa2008-12-061-6/+5
* - Eliminate unused variable. [1]stas2008-12-061-5/+2
* Bug fix to support N310 version of Chelsio cards (board ID 1088).gnn2008-12-062-3/+12
* Forget current bus power settings on full reset. Chip must be reconfigured.mav2008-12-061-3/+8
* Re submit code to print the part and serial number for Chelsio cards.gnn2008-12-051-0/+7
* Move to using filter for the change interrupts. Also rework the powerimp2008-12-053-37/+24
* Minor style nit.imp2008-12-051-2/+2
* Augment comments, and move things around a smidge.imp2008-12-051-17/+17
* Implement a method described in NetBSD PR 36652 for coping with theimp2008-12-051-1/+12
* Fix a bug with the ael1006 PHY. The bug shows up as persistent but incompletegnn2008-12-041-0/+10
* Integrate 185578 from dfrkmacy2008-12-043-241/+300
* Add HW MAC counter support for newer JMC250/JMC260 revisions.yongari2008-12-043-24/+197
* Add support for newer JMC250/JMC260 revisions.yongari2008-12-043-22/+76
* Don't attempt to clear status updates if we did not do a link statedelphij2008-12-031-5/+6
* Fixes for Core2 Extreme support.jkoshy2008-12-032-3/+5
* Change new card identification names.ambrisko2008-12-031-4/+4
* Add aliases that map architectural event names to fixed function counters.jkoshy2008-12-031-0/+5
* AR8113 also need to set DMA read burst value. This should fixyongari2008-12-031-4/+2
OpenPOWER on IntegriCloud