summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* wtap should not set the IEEE80211_F_DATAPAD flag;monthadar2012-12-181-5/+1
* wtap fix malloc/free.monthadar2012-12-181-4/+5
* wtap should check if ieee80211_vap_setup fails.monthadar2012-12-181-0/+4
* wtap: fix clang warning.monthadar2012-12-181-1/+1
* Use CAM_DEV_NOT_THERE instead of CAM_SEL_TIMEOUT to report nonexistentjimharris2012-12-181-2/+4
* Make sure to stop both TX and RX MACs in ale_stop_mac(). Previouslyyongari2012-12-171-1/+1
* sbuf_trim() cannot be used on sbuf with drain function set.pjd2012-12-151-2/+1
* virtio: Start taskqueues threads after attach cannot failbryanv2012-12-143-12/+9
* Prevent possible usage of uninitialized pbase variable by checkinggonzo2012-12-131-1/+3
* Add memory barrier macros for ARMgonzo2012-12-131-0/+2
* Disable interrupts in filter in order to avoid interrupt storm andgonzo2012-12-131-7/+4
* Add IDs for SATA controllers on AMD Hudson-2 series chipsets.mav2012-12-123-0/+17
* Add quirks for AD1984A codec and Lenovo X300 laptop.mav2012-12-122-1/+19
* virtio_scsi: Remove duplicated linesbryanv2012-12-121-4/+1
* Add pci id for the xeon hd4000 (IvyBridge server GT2)bapt2012-12-111-0/+5
* There's no need to use a TXQ pointer here; we specifically need theadrian2012-12-112-30/+14
* Add new USB ID.hselasky2012-12-092-0/+5
* Add support for various Yamaha keyboards.hselasky2012-12-081-1/+125
* Add XC900 SKU mapping.adrian2012-12-071-0/+3
* Add PCI device ID for 8-channel IDT NVMe controller, and clarify that thejimharris2012-12-062-2/+4
* remove redundant yyparse declarationsbapt2012-12-051-1/+0
* Don't call bus_dmamap_load in CAM_DIR_NONE case, since there is nothingjimharris2012-12-051-13/+15
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-04133-389/+389
OpenPOWER on IntegriCloud