summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Revert r244549.jimharris2013-01-071-2/+2
* Optimise the XHCI interrupt handling.hselasky2013-01-071-2/+6
* Add quirk to indicate that the bhyve hostbridge is capable of supportingneel2013-01-051-0/+1
* Fix for "run0: wcid=xx out of range" error message.hselasky2013-01-041-4/+12
* For PHY error frames, populate the configured channel flags rather thanadrian2013-01-041-1/+16
* Don't call the spectral methods for NICS that don't implement them.adrian2013-01-032-2/+18
* Remove files not connected to the build. It's confusing enough thatmarius2013-01-032-474/+0
* - Replace partially incorrect function names in panic(9) strings withmarius2013-01-031-42/+16
* - Fix !SMP build.marius2013-01-031-13/+11
* Add Intel Lynx Point PCH SATA Controller Device IDsjfv2013-01-023-0/+33
* Add Intel Lynx Point PCH SMBus Device IDsjfv2013-01-021-0/+4
* Add Intel Lynx Point PCH HD Audio Device IDsjfv2013-01-022-0/+4
* Add support for new Intel Lynx Point PCH - Watchdog Timer Device IDsjfv2013-01-022-0/+35
* Add a new (skeleton) spectral mode manager module.adrian2013-01-025-0/+315
* Fix the short repeat option code to not flip the option to 0 whenadrian2013-01-021-2/+2
* Add spectral HAL accessor methods.adrian2013-01-021-0/+9
* Add a method to explicitly disable radar reporting if required.adrian2013-01-022-0/+21
* Bring over the basic spectral scan framework code from Qualcomm Atheros.adrian2013-01-028-2/+286
* Remove unneeded semicolons.antoine2013-01-017-8/+8
* When a partially initialised FDT-based device instance can't attach,rwatson2012-12-301-0/+2
* Add the initial HAL glue for the spectral analysis support.adrian2012-12-302-0/+28
* Add spectral scan capability.adrian2012-12-301-1/+2
* Add new USB ID.hselasky2012-12-292-0/+2
* Fix typo in comment.bapt2012-12-281-1/+1
* Add DEVICE_IDENTIFY method for wbwd(4), required on most of recentdelphij2012-12-281-95/+158
* Use DEVMETHOD_END.delphij2012-12-281-1/+1
* Add the AR9280 and later spectral scan register definitions.adrian2012-12-281-0/+14
* Add radar_bin_thresh_sel (bit 24:26), which defines whenadrian2012-12-281-0/+2
* Add the NO_SYNC_CACHE quirk for all Apple USB MSC devices, as theymarkj2012-12-262-0/+2
* Always initialize pattern_buf pointers to NULL, otherwise AMD64 machinedavidxu2012-12-261-4/+2
* Fix more regression issue after r244503.hselasky2012-12-243-4/+12
* Fix regression issue after r244503.hselasky2012-12-231-5/+8
* cxgbe(4): Add support for the T440-LP-CR card. This is the 4x10G lownp2012-12-221-0/+1
* Reduce stack usage in the USB audio driver by moving some large stackhselasky2012-12-211-292/+282
* cxgbe(4): must hold a write-lock on the table while allocating an L2np2012-12-211-2/+2
* Put kthreads under curproc so they are attached to nvmecontrol ratherjimharris2012-12-211-2/+2
* Regression issue:hselasky2012-12-211-5/+13
* Note why fast frames is disabled for 802.11n NICs now.adrian2012-12-211-1/+7
* rename the 'tag' and 'map' fields used the rx ring to theirluigi2012-12-203-27/+27
* Make sure all USB drivers allocate buffer memoryhselasky2012-12-208-236/+203
* Allocate separate USB buffers for DMA'ed data, so thathselasky2012-12-202-13/+66
* Add support for throttling UMASS.hselasky2012-12-201-2/+24
* Make sure we block recursion on TTY's inwakeup callbackhselasky2012-12-202-1/+8
* Recognize 5720S PHY and treat it as 5708S PHY.yongari2012-12-202-11/+17
* For fiber PHYs, BRGPHY_MII_1000CTL register is not defined at allyongari2012-12-201-6/+5
* Map BAR 4/5, because NVMe spec says devices may place the MSI-X tablejimharris2012-12-183-0/+24
* Simplify module definition by adding nvme_modevent to DRIVER_MODULE()jimharris2012-12-181-9/+2
* Do not use taskqueue to defer completion work when using INTx. INTx nowjimharris2012-12-183-24/+3
* Update arcmsr(4) to vendor version 1.20.00.26, this addsdelphij2012-12-182-894/+1553
* psm: Support detection of Synaptics touchpad v7.5 and abovedumbbell2012-12-181-3/+9
OpenPOWER on IntegriCloud