summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add fdt_get_reserved_regions function. API is simmilar to fdt_get_mem_regionsgonzo2012-11-302-0/+61
* - Get proper maximum clock frequency for SDHCI v3.0 and highergonzo2012-11-302-4/+11
* Add preliminary support for BCM57766 ASIC.yongari2012-11-302-7/+19
* cxgbe/tom: Handle the case where the chip falls out of DDP mode bynp2012-11-293-12/+53
* cxgbe/tom: Add a flag to indicate that the L2 table entry for annp2012-11-293-62/+89
* Add support for AT&T Sierra Wireless USB 3G adaptereadler2012-11-292-0/+2
* Call if_free() with the correct vnet context if and only if ifp_vnetadrian2012-11-281-2/+7
* Until I figure out what to do here, remind myself that this needs someadrian2012-11-281-0/+10
* Pull out the debugging code from the critical path and make sure itadrian2012-11-281-37/+37
* Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.andre2012-11-272-2/+2
* fix a panic resulting from a stray '&'bschmidt2012-11-271-1/+1
* * Fix another culprit of my "committed from the wrong directory" nonsense;adrian2012-11-271-2/+12
* Correct some debugging output.adrian2012-11-271-1/+1
* Fix buildadrian2012-11-271-0/+2
* Improve the TDMA debugging:adrian2012-11-271-2/+123
* Add in specific TDMA logging types.adrian2012-11-271-0/+49
* Fix the TDMA nexttbtt programming for 802.11n chips.adrian2012-11-271-4/+17
* Add a note about the magic values here; don't change them.adrian2012-11-271-0/+5
* When programming the beacon timer configuration, be very explicit aboutadrian2012-11-271-4/+13
OpenPOWER on IntegriCloud