summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Methodise the BT diversity configuration function; so the AR9285adrian2012-12-043-3/+12
* Override the BT coex parameter function for the AR9285.adrian2012-12-041-2/+3
* Reformat/reindent.adrian2012-12-041-59/+70
* Add and tie in the AR5416 bluetooth coexistence methods into the HAL.adrian2012-12-032-0/+26
* Remove the sysctl process_limit interface, after somejfv2012-12-031-43/+7
* Add a few more translations from IDs to model name.eadler2012-12-022-0/+6
* Add support for hdmi hda codec onboard nvidia gt 440 graphics cardeadler2012-12-022-0/+2
* Don't grab the PCU lock inside the TX lock.adrian2012-12-021-2/+2
* Delete the per-TXQ locks and replace them with a single TX lock.adrian2012-12-026-173/+128
* - Add support for Etron EJ168 USB 3.0 Host Controllers.hselasky2012-12-012-20/+52
* acpi_cpu_notify: disable acpi_cpu_idle while updating C-state dataavg2012-12-011-7/+15
* acpi_cpu: change cpu_disable_idle to be a per-cpu flag...avg2012-12-011-17/+53
* Add a new HAL capability - check and enforce whether the NIC supportsadrian2012-12-012-0/+18
* Patch #12 OK, I said there was only 11 patches, but unfortunatelyjfv2012-12-011-22/+42
* Patch #11 - The final patch: this one greatly improves thejfv2012-12-012-84/+86
* Patch #10 Performance - this changes the protocol offloadjfv2012-12-011-52/+46
* Patch #9 Performance - improve the tx dma failurejfv2012-11-301-25/+22
* Patch #8 Performance changes - this one improves locality,jfv2012-11-302-57/+58
* Patch #7 This is primarily about processing limit control.jfv2012-11-302-17/+28
* Patch #6 Whitespace cleanup, and removal of some very oldjfv2012-11-302-44/+36
* Patch #5 Cleanup unused IEEE1588 code fragments, the day mayjfv2012-11-302-11/+1
* Patch #4 - this does two things, it removes a number of statistics,jfv2012-11-301-28/+7
* Patch #3 - Add a new ioctl to access SFP+ module diagnosticjfv2012-11-302-2/+28
* Patch #2 - remove OACTIVE and DEPLETED notions from thejfv2012-11-302-44/+13
* First of a series of 11 patches leading to new ixgbe version 2.5.0jfv2012-11-303-314/+111
* Include opt_wlan.h so the net80211 RX debug API compiles correctly.adrian2012-11-301-0/+2
OpenPOWER on IntegriCloud