summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Mask data to only 16 bits to be sure on write into switch reg.ray2012-10-151-1/+1
* Locking for etherswitch framework:ray2012-10-154-7/+82
* Defaulting to id "0" if ar7240_probe(dev) success, fix warning when buildingray2012-10-151-0/+1
* Track the total number of software queued frames in an atomic variableadrian2012-10-151-0/+10
* Stop abusing the ATH_TID_*() queue macros for filtered frames and giveadrian2012-10-142-8/+26
* Push the actual TX processing into the ath taskqueue, rather than havingadrian2012-10-143-15/+36
* Break the RX processing up into smaller chunks of 128 frames each.adrian2012-10-141-0/+22
* Implement modem control in u3g. Tested on Option GTM382W, Huawei E220,n_hibma2012-10-141-4/+173
* Add support for the extrememory Snippyeadler2012-10-142-0/+3
* Add support for Feiya Elango USB MicroSDeadler2012-10-142-0/+2
* Add support for the Buffalo RUF2 flash drive.eadler2012-10-142-0/+4
* acpi_thermal: when _ACx is tripped, all _ALi i>= x should be onavg2012-10-141-6/+11
* acpi_wmi: move wmi_info_list into scavg2012-10-141-21/+25
* Fix the non-TDMA build.adrian2012-10-131-3/+2
* Fix build with PAE enabled. I doubt any code uses CAM_SCATTER_VALID ormav2012-10-121-2/+4
* Temporary fix for kern/172364.np2012-10-121-1/+1
* Use global knob in the TP_PARA_REG3 register to disable congestionnp2012-10-122-4/+6
* Add locking to adv(4) driver and mark it MPSAFE.jhb2012-10-127-172/+207
* Virtio SCSI drivergrehan2012-10-115-0/+2742
* Patch from Bryan to fix a virtqueue issue:grehan2012-10-111-4/+3
* Fix tiypo.ray2012-10-111-1/+1
* Add APE firmware support and improve firmware handshake procedure.yongari2012-10-112-48/+627
* For 5717C/5719C/5720C and 57765 PHYs, do not perform any specialyongari2012-10-111-0/+9
* Rework controller reset procedure. Previously driver savedyongari2012-10-112-34/+24
* Count number of times each queue pair's interrupt handler is invoked.jimharris2012-10-103-0/+95
* Put the nvme_qpair mutex on its own cacheline.jimharris2012-10-101-3/+8
* - Remove ancient checks for sim->softc == NULL. It can't be NULL, as it ismav2012-10-101-57/+3
* Add a driver ioctl to clear a port's MAC statistics.np2012-10-102-0/+11
* Add support for locate LED.jimharris2012-10-103-15/+42
* Add checks for ata_sata_scr_read() return statuses. It is mostly to silencemav2012-10-101-3/+5
* Add a driver ioctl to read a byte from any device on a port's i2c bus.np2012-10-104-0/+69
* There is no need to report the same error twice.np2012-10-101-9/+1
* Remove unused item. cxgbe's rx queue's lock was removed a long time ago.np2012-10-102-13/+5
* Revert previous commit...kevlo2012-10-1019-25/+25
* Remove unnecessary delay. I don't see any comments in data sheetyongari2012-10-101-1/+0
* Fix a long standing VCPU reset sequence bug on BCM5906.yongari2012-10-101-9/+9
* Do not force PCIe 1.0a mode in device reset on BCM5717 and neweryongari2012-10-101-2/+5
* Honor PHY type fiber for BCM5717/BCM5718/BCM5719/BCM5720.yongari2012-10-101-1/+1
* On PHY write error use hex number to show the value.yongari2012-10-101-4/+7
* If the maximum payload size is 256 bytes or more, set the DMA writeyongari2012-10-102-5/+15
* Grab the softc from the ACPI host-pci bridge device instead of from the pcineel2012-10-101-1/+1
* Cast vendor-specific spell on VIA VT1818S codecs alike to VT1708S tomav2012-10-091-0/+2
* Prefer NULL over 0 for pointerskevlo2012-10-0919-25/+25
* Fix typo: s/unknow/unknownkevlo2012-10-091-3/+3
* Rework device detach. While here, move driver lock/calloutyongari2012-10-081-18/+13
* Limit applying TX data corruption and FIFO workaround to BCM5719yongari2012-10-081-2/+2
* Fix typo. Check against number of allocated MSI-X vectors.yongari2012-10-081-1/+1
* Migrate the TID TXQ accesses to a new set of macros, rather than reusingadrian2012-10-073-34/+55
* Initialise an uninitialised variable.adrian2012-10-051-1/+2
* Further adjust the workaround in r234501. Rounding all small requests upjhb2012-10-051-2/+8
OpenPOWER on IntegriCloud