aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add support QLE220 card- an 2500 lookalike.Matt Jacob2011-03-101-0/+15
* Kite is a 1x1 stream device.Adrian Chadd2011-03-101-2/+2
* Now that the power curve adjustment code is in, disable the error checkAdrian Chadd2011-03-101-5/+2
* Port over the v14 eeprom PDADC curve changes from ath9k.Adrian Chadd2011-03-101-2/+76
* Merlin fix - first pdadc gain index is 0 - minpwr/2 .Adrian Chadd2011-03-101-1/+4
* Migrate the regulatory database definitions into separate header filesAdrian Chadd2011-03-107-1577/+1746
* Introduce the Merlin PWDCLKIND workaround.Adrian Chadd2011-03-105-3/+53
* Display holdoff timers and packet counts as a list of numbers.Navdeep Parhar2011-03-091-8/+24
* For chips that are full reset in ar5416ChipReset(), save and restore the TSF.Adrian Chadd2011-03-093-0/+17
* Rearrange dc_tx_underrun() a bit to correctly set TX FIFO thresholdPyun YongHyeon2011-03-081-37/+43
* - Bugfix: Root HUBs do not support re-enumeration.Hans Petter Selasky2011-03-081-0/+6
* Break out the ath regulatory domain structures into a separate header file.Adrian Chadd2011-03-082-66/+113
* Implement open-loop TX power control (OLC) for Merlin (AR9280) andAdrian Chadd2011-03-0810-174/+736
* cxgbe shouldn't directly know of the UMA zones where network buffersNavdeep Parhar2011-03-083-22/+48
* Add some more IDs of HighPoint RocketRAID 64x.Alexander Motin2011-03-061-0/+2
* Add missing bus_dmamap_sync() calls for the work DMA map.Marius Strobl2011-03-061-1/+14
* Add missing bus_dmamap_sync() calls for the work DMA map.Marius Strobl2011-03-061-1/+17
* - Allocate the DMA memory used for the work area as coherent as at leastMarius Strobl2011-03-061-3/+4
* - Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-063-31/+41
* Add an EEPROM op that extracts out the power table offset.Adrian Chadd2011-03-062-0/+8
* Change HALDEBUG() to be a macro that conditionally calls the debug output rou...Adrian Chadd2011-03-052-4/+11
* Be sure to stay within the bounds of the mod_str array when displayingNavdeep Parhar2011-03-051-2/+6
* There is no need to hold an ingress queue's lock while processing itsNavdeep Parhar2011-03-051-8/+0
* Calculate how many descriptors can be reclaimed before callingNavdeep Parhar2011-03-051-37/+53
* Tweaks for rx:Navdeep Parhar2011-03-052-85/+112
* Store the ifnet rather than the port_info in each txq and rxq struct.Navdeep Parhar2011-03-053-10/+10
* A txpkts work request should have a valid FID.Navdeep Parhar2011-03-052-2/+5
* Upgrade the firmware on the card automatically if a better version isNavdeep Parhar2011-03-052-17/+58
* Resume tx immediately in response to an SGE egress update from the hardware.Navdeep Parhar2011-03-053-42/+90
* Fix incorrect assertion.Navdeep Parhar2011-03-051-4/+5
* Flush both reads *and* writes to registers.Matt Jacob2011-03-051-1/+1
* Add the Buffalo (Melco Inc.) WLI-UC-G301NDaichi GOTO2011-03-042-0/+2
* The sample rate module currently does the slightly wrong thing whenAdrian Chadd2011-03-031-0/+1
* - Remove dependency to ucom from ulpt.Hans Petter Selasky2011-03-031-1/+0
* Port over ar5416OverrideIni() from ath9k ar5008_hw_override_ini().Adrian Chadd2011-03-032-11/+58
* * fix the ar5416 check macros to be slightly more correct;Adrian Chadd2011-03-031-4/+11
* Modify the sample rate module output to be (slightly) easier to understand.Adrian Chadd2011-03-031-11/+19
* Disable trying to do HT/40 and short-GI TX.Adrian Chadd2011-03-031-1/+3
* Break the keycache management functions out into if_ath_keycache.c .Adrian Chadd2011-03-023-427/+541
* Migrate the sysctl related routines (statistics, debugging, etc) out ofAdrian Chadd2011-03-024-613/+751
* Make sure changing ownership of RX descriptor to be done as lastPyun YongHyeon2011-02-282-3/+3
* - Add support for software pre-scaling of ISOCHRONOUS transfers.Hans Petter Selasky2011-02-284-3/+29
* Sync FreeBSD ISP with mercurial tree. Minor changes having to do withMatt Jacob2011-02-284-6/+9
* Force DMA for controller found in Lenovo T510 (probably in others too).Pawel Jakub Dawidek2011-02-271-0/+2
* - Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-02-261-4/+4
* Add the disk ident and a human-meaningful description (here, the disk modelNathan Whitehorn2011-02-261-0/+2
* - Correct USB 3.0 wire-speed to 5.0GbpsHans Petter Selasky2011-02-261-1/+1
* Add more definitions for vendor-specific CPU capability bits to the lastJung-uk Kim2011-02-251-11/+13
* Silence 'out of chain frames' warnings and bump the number of frames.Kenneth D. Merry2011-02-253-5/+6
* - Add support for some non-standard USB MIDI devices from Roland, byHans Petter Selasky2011-02-244-21/+72