summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add another PCI id for Nvidia nForce MCP67, found in several Acer laptops.ariff2009-06-082-0/+2
* Fix powerpc build failure due to strict kobj signatures checking.ariff2009-06-082-6/+6
* Fix build on sparc64.ariff2009-06-071-1/+1
* track HT flags move to iv_flags_htsam2009-06-071-7/+7
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-0727-624/+625
* Bump driver revision (should have bumped it earlier).ariff2009-06-071-1/+1
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-0785-5778/+11014
* Fix compilation when compiled w/out WITNESS.adrian2009-06-071-0/+1
* Initial version of the sec(4) driver for the integrated security engine foundraj2009-06-062-0/+2301
* Import ACPICA 20090521.jkim2009-06-0546-168/+148
* Move buffer management into kbd and kbdmux drivers.ed2009-06-052-45/+93
* Remove duplicate variable setting.thompsa2009-06-041-1/+0
* revert r162516. We only support 1 or 2 channels per streamthompsa2009-06-041-1/+3
* reimplements RF logic for GCT chipset (as known as UW2453) to supportweongyo2009-06-042-155/+187
* cleanups the device match list.weongyo2009-06-041-48/+52
* Remove unused VM includes.jhb2009-06-032-7/+0
* treat IEEE80211_S_CSA as a "running state"; this fixessam2009-06-031-4/+4
* improve raw xmit failure handlingsam2009-06-021-17/+21
* count frag tx failures as an ifnet errorsam2009-06-021-0/+1
* fix commentsam2009-06-021-1/+1
* restart tdma beacons after vap destroysam2009-06-021-4/+10
* fix setting of ni_txratesam2009-06-021-25/+1
* Place the fifo and ref counting variables on the stack to prevent races.thompsa2009-06-022-101/+98
* Reorgansise the logic for tranversing the pipe list.thompsa2009-06-021-9/+9
* Fix compile after the removal of bsd_udev.thompsa2009-06-021-1/+1
* Fix multithread issue where the is_uref variable was not set and clearedthompsa2009-06-021-8/+23
* Staticize ukbd_detach and fix indentation.thompsa2009-06-021-2/+2
* Re-enable WARNS=6 after my universe test.delphij2009-06-021-0/+1
* Buf-ring fixes for mxgegallatin2009-06-022-27/+8
* In bwi_newstate, only zero the bssid when we stop a STA. And onlyimp2009-06-021-6/+20
* Include <machine/stdarg.h> for va_*(). I'm not sure how this compiledjhb2009-06-021-0/+1
* Add support for the four PUC serial interfaces found on IBM SurePOS 300rwatson2009-06-021-0/+11
* Add Yukon Extreme device ids, 88E8071 and 88E8072.yongari2009-06-022-3/+9
* Add Rx checksum offloading support for Yukon FE+ and Yukon Extreme.yongari2009-06-022-8/+67
* Add frame parser capability of Yukon FE+ and Yukon Extreme. Withyongari2009-06-022-13/+47
* Add preliminary Yukon Extreme support and register definitions.yongari2009-06-022-34/+198
* Program LED registers for 88E1116/88E1149 PHYs. These PHYs areyongari2009-06-022-3/+47
* Don't assume page register value is 0 and restore previous pageyongari2009-06-021-1/+3
* Remove another d_thread_t use that crept in.jhb2009-06-011-1/+1
* MFp4.mav2009-06-012-14/+58
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-011-13/+10
* Update VNET base pointer setting macro to use a correct source ofzec2009-06-011-1/+1
* Initialize the match structure. This is unnecessary but gcc insists todelphij2009-06-011-2/+1
* Add an internal pci_printf() routine similar to device_printf() exceptjhb2009-06-011-7/+18
* Adjust some comments.jhb2009-06-011-4/+4
* Set an rx jumbo cluster to the correct size beforegallatin2009-06-012-1/+4
* Revert the WARNS change for now, need some time to fix the real problem.delphij2009-06-011-1/+0
* Mark as WARNS=6.delphij2009-06-011-0/+1
* Code cleanups to make this WARNS=6 clean.delphij2009-06-017-45/+56
* driver for Marvell 88W8363 Wireless LAN controllersam2009-06-018-0/+10625
OpenPOWER on IntegriCloud