summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add some more IDs of HighPoint RocketRAID 64x.mav2011-03-061-0/+2
* Add missing bus_dmamap_sync() calls for the work DMA map.marius2011-03-061-1/+14
* Add missing bus_dmamap_sync() calls for the work DMA map.marius2011-03-061-1/+17
* - Allocate the DMA memory used for the work area as coherent as at leastmarius2011-03-061-3/+4
* - Allocate the DMA memory shared between the host and the controller asmarius2011-03-063-31/+41
* Add an EEPROM op that extracts out the power table offset.adrian2011-03-062-0/+8
* Change HALDEBUG() to be a macro that conditionally calls the debug output rou...adrian2011-03-052-4/+11
* Be sure to stay within the bounds of the mod_str array when displayingnp2011-03-051-2/+6
* There is no need to hold an ingress queue's lock while processing itsnp2011-03-051-8/+0
* Calculate how many descriptors can be reclaimed before callingnp2011-03-051-37/+53
* Tweaks for rx:np2011-03-052-85/+112
* Store the ifnet rather than the port_info in each txq and rxq struct.np2011-03-053-10/+10
* A txpkts work request should have a valid FID.np2011-03-052-2/+5
* Upgrade the firmware on the card automatically if a better version isnp2011-03-052-17/+58
* Resume tx immediately in response to an SGE egress update from the hardware.np2011-03-053-42/+90
* Fix incorrect assertion.np2011-03-051-4/+5
* Flush both reads *and* writes to registers.mjacob2011-03-051-1/+1
* Add the Buffalo (Melco Inc.) WLI-UC-G301Ndaichi2011-03-042-0/+2
* The sample rate module currently does the slightly wrong thing whenadrian2011-03-031-0/+1
* - Remove dependency to ucom from ulpt.hselasky2011-03-031-1/+0
* Port over ar5416OverrideIni() from ath9k ar5008_hw_override_ini().adrian2011-03-032-11/+58
* * fix the ar5416 check macros to be slightly more correct;adrian2011-03-031-4/+11
* Modify the sample rate module output to be (slightly) easier to understand.adrian2011-03-031-11/+19
* Disable trying to do HT/40 and short-GI TX.adrian2011-03-031-1/+3
* Break the keycache management functions out into if_ath_keycache.c .adrian2011-03-023-427/+541
* Migrate the sysctl related routines (statistics, debugging, etc) out ofadrian2011-03-024-613/+751
* Make sure changing ownership of RX descriptor to be done as lastyongari2011-02-282-3/+3
* - Add support for software pre-scaling of ISOCHRONOUS transfers.hselasky2011-02-284-3/+29
* Sync FreeBSD ISP with mercurial tree. Minor changes having to do withmjacob2011-02-284-6/+9
* Force DMA for controller found in Lenovo T510 (probably in others too).pjd2011-02-271-0/+2
* - Allocate the DMA memory shared between the host and the controller asmarius2011-02-261-4/+4
* Add the disk ident and a human-meaningful description (here, the disk modelnwhitehorn2011-02-261-0/+2
* - Correct USB 3.0 wire-speed to 5.0Gbpshselasky2011-02-261-1/+1
* Add more definitions for vendor-specific CPU capability bits to the lastjkim2011-02-251-11/+13
* Silence 'out of chain frames' warnings and bump the number of frames.ken2011-02-253-5/+6
* - Add support for some non-standard USB MIDI devices from Roland, byhselasky2011-02-244-21/+72
* Properly handle BARs bigger than 4G. The '1' was treated as an intjhb2011-02-231-3/+3
* Remove unnecessary controller reinitialization which resulted inyongari2011-02-231-5/+13
* - Remove no longer in usemiwi2011-02-222-87/+0
* Don't set the RTS/CTS enable bit per-scenario if the global RTS/CTSadrian2011-02-221-8/+8
* Shuffle around the RTS/CTS rate/duration logic.adrian2011-02-221-17/+52
* * Don't setup the scenario if the try count is 0adrian2011-02-221-0/+18
* Fix formatting of new stat sysctls; add descriptionsadrian2011-02-211-6/+12
* Add a new counter which tracks frames TX'ed with HT protection.adrian2011-02-212-1/+4
* Add a vocal warning to ath_hal_computetxtime() function is used for non-11n r...adrian2011-02-211-0/+5
* Fix typos - remove duplicate "the".brucec2011-02-2127-28/+28
* Modify the AR5416 11na rate table to use 24mb OFDM 11a for control traffic,adrian2011-02-211-19/+19
* Implement setting the short preamble bit if it's needed for the current node.adrian2011-02-211-6/+6
* Add more udav device ID's.hselasky2011-02-192-0/+9
* - Add support for MosChip 9865 Single 1284 Printer portmiwi2011-02-191-0/+1
OpenPOWER on IntegriCloud