summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Resync with head.jkim2009-06-042-203/+239
* Prefer predefined DSDT signature from header file.jkim2009-06-041-1/+1
* Fix ACPI table override. Since ACPI CA 20090123, any ACPI table can bejkim2009-06-041-4/+17
* Resync with head.jkim2009-06-0322-271/+624
|\
| * 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
* | Chase ACPICA API changes (for kernel and boot loader).jkim2009-06-0246-164/+131
|/
* 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
* Move the unlock to after the ifdef (maybe the right fix is to removeimp2009-06-011-1/+1
* Make sure that we drain the LED blinking callout on detach.imp2009-06-011-0/+1
* Add a comment about what may be happening when we get certainimp2009-06-011-0/+17
* Comment out old Realtek ALC883 quirk, that was disabling phantop power onmav2009-06-011-1/+3
* According to Intel documentation (307013), 3Gbps mode is supported ondelphij2009-06-011-3/+3
* ZyXEL G-202 has zd1211b chipset, not zd1211.weongyo2009-06-011-1/+1
* Restore support for bell pitch/duration.ed2009-05-315-3/+20
* Add a NO_SYNCHRONIZE_CACHE quirk for an AIPTEK2deischen2009-05-312-0/+5
* Unbreak build.attilio2009-05-303-9/+15
* Fix return values appropriately.attilio2009-05-301-2/+2
OpenPOWER on IntegriCloud