summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Fix an unaligned access issue; tidy up OFDM/DS rate decoding from the PLCP.adrian2011-10-031-20/+9
* Port over the radar pulse decoding code common to the AR5416 and later chipsets.adrian2011-10-031-4/+188
* Make sparc64 compatible with NEW_PCIB and enable it:marius2011-10-022-55/+58
* Remove an unused variable.adrian2011-10-021-1/+0
* Various interrupt handling and RX interrupt mitigation fixes.adrian2011-10-022-14/+69
* Document exactly what the RX interrupt mitigation timers do.adrian2011-10-021-0/+22
* For now (ie: until autosleep support is fully fleshed out), always clearadrian2011-10-021-2/+1
* Disable TX interrupt mitigation just for the time being.adrian2011-10-022-18/+5
* Fix a corner case in the HAL debugging changes, where ah was NULL.adrian2011-09-3014-40/+28
* Add Oxford Semiconductor OXPCIe952 (0x1c38) 1 port serial card.ae2011-09-291-0/+7
* - Add special support for the MFI_CMD ioctl with MFI_CMD_STP command, usedmav2011-09-292-40/+64
* MFprojects/hid:mav2011-09-281-2/+6
* Don't bother triggering the cabq queue if it's empty.adrian2011-09-281-1/+2
* Fix lock order to be correcter.adrian2011-09-281-1/+1
* Change the default CABQ time to be 70% of the beacon interval,adrian2011-09-282-15/+71
* The AR5212 setup path (also used by the AR5416 code) configures aadrian2011-09-282-0/+4
* Update the default AIFS value for hostap mode.adrian2011-09-281-1/+1
* Add one more ID for the Marvell 88SE9128 6Gbps SATA controller.mav2011-09-271-0/+1
* Add quirks for some USB mass storage devices which doesn't respondhselasky2011-09-272-0/+9
* Update netfront so that it queries and honors publishedgibbs2011-09-211-16/+52
* Modify the netfront driver so it can successfully attach togibbs2011-09-211-11/+29
* Correct suspend/resume support in the Netfront driver.gibbs2011-09-211-26/+54
* Add suspend/resume support to the Xen blkfront driver.gibbs2011-09-212-46/+51
* Properly handle suspend/resume events in the Xen devicegibbs2011-09-201-9/+31
* Avoid starting the USB transfer if an error is already pending.hselasky2011-09-201-4/+6
* Manually set the channel when using monitor mode - the firmwareadrian2011-09-201-0/+12
* #PROCHOT assertion is sticky after reading the MSR (accordingly withattilio2011-09-191-1/+4
* Clear transmit checksum offload context state upon lem(4) interfacerstone2011-09-171-0/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-169-14/+14
* Reduce USB memory usage during enumeration.hselasky2011-09-141-3/+4
* Improve the sleep_delay sysctl description by specifying which unitbrueffer2011-09-131-1/+1
* - Fix compiler warning in ADD_64() macro.davidch2011-09-131-1/+1
* Partially revert 222753: If a CardBus card stores its CIS in a BAR, deletejhb2011-09-121-0/+1
* dsp_ioctl: fix type of variable used to store ioctl requestavg2011-09-121-1/+2
* Fix the order of parameters passed to the HT frame duration calculation.adrian2011-09-111-4/+5
* Refactor auto-quirk solution so that we break as few externalhselasky2011-09-105-21/+19
* Update the TSF and next-TBTT methods to work for the AR5416 and later NICs.adrian2011-09-0819-55/+207
* vge(4) hardwares poll media status and generates an interruptyongari2011-09-072-7/+13
* Add a definition for ASYNC_CAUSE_CLR. It's not used yet, but theadrian2011-09-071-0/+1
* Shorten a variable access some using a cached value rather thanbz2011-09-071-2/+1
* Fix 5ghz calibration logic when using AR9280 w/ fast clock.adrian2011-09-061-8/+9
* Fix the addac serial load register write for AR5416.adrian2011-09-061-1/+1
* Fix precedence warning when compiling kernel with clang.hselasky2011-09-061-2/+2
* The maximum read size of incoming packets is done in 1024-byte increments.qingli2011-09-051-3/+6
* Some USB mass storage devices requires that the sense informationhselasky2011-09-051-2/+33
* - Fix NULL pointer dereference when a packet of uneven size is beingstas2011-09-021-1/+4
* This patch adds automatic detection of USB mass storage deviceshselasky2011-09-0210-33/+148
* Add support for alternative break-to-debugger support on the Xen console.rwatson2011-09-021-1/+9
* Fix a bug in ichwd(4) which prevents it from beig enabled if the newdelphij2011-09-021-4/+3
* Expose more variables from coretemp(4) via sysctl:delphij2011-09-021-60/+157
OpenPOWER on IntegriCloud