aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add a few more translations from IDs to model name.Eitan Adler2012-12-022-0/+6
* Add support for hdmi hda codec onboard nvidia gt 440 graphics cardEitan Adler2012-12-022-0/+2
* Don't grab the PCU lock inside the TX lock.Adrian Chadd2012-12-021-2/+2
* Delete the per-TXQ locks and replace them with a single TX lock.Adrian Chadd2012-12-026-173/+128
* - Add support for Etron EJ168 USB 3.0 Host Controllers.Hans Petter Selasky2012-12-012-20/+52
* acpi_cpu_notify: disable acpi_cpu_idle while updating C-state dataAndriy Gapon2012-12-011-7/+15
* acpi_cpu: change cpu_disable_idle to be a per-cpu flag...Andriy Gapon2012-12-011-17/+53
* Add a new HAL capability - check and enforce whether the NIC supportsAdrian Chadd2012-12-012-0/+18
* Patch #12 OK, I said there was only 11 patches, but unfortunatelyJack F Vogel2012-12-011-22/+42
* Patch #11 - The final patch: this one greatly improves theJack F Vogel2012-12-012-84/+86
* Patch #10 Performance - this changes the protocol offloadJack F Vogel2012-12-011-52/+46
* Patch #9 Performance - improve the tx dma failureJack F Vogel2012-11-301-25/+22
* Patch #8 Performance changes - this one improves locality,Jack F Vogel2012-11-302-57/+58
* Patch #7 This is primarily about processing limit control.Jack F Vogel2012-11-302-17/+28
* Patch #6 Whitespace cleanup, and removal of some very oldJack F Vogel2012-11-302-44/+36
* Patch #5 Cleanup unused IEEE1588 code fragments, the day mayJack F Vogel2012-11-302-11/+1
* Patch #4 - this does two things, it removes a number of statistics,Jack F Vogel2012-11-301-28/+7
* Patch #3 - Add a new ioctl to access SFP+ module diagnosticJack F Vogel2012-11-302-2/+28
* Patch #2 - remove OACTIVE and DEPLETED notions from theJack F Vogel2012-11-302-44/+13
* First of a series of 11 patches leading to new ixgbe version 2.5.0Jack F Vogel2012-11-303-314/+111
* Include opt_wlan.h so the net80211 RX debug API compiles correctly.Adrian Chadd2012-11-301-0/+2
* Add fdt_get_reserved_regions function. API is simmilar to fdt_get_mem_regionsOleksandr Tymoshenko2012-11-302-0/+61
* - Get proper maximum clock frequency for SDHCI v3.0 and higherOleksandr Tymoshenko2012-11-302-4/+11
* Add preliminary support for BCM57766 ASIC.Pyun YongHyeon2012-11-302-7/+19
* cxgbe/tom: Handle the case where the chip falls out of DDP mode byNavdeep Parhar2012-11-293-12/+53
* cxgbe/tom: Add a flag to indicate that the L2 table entry for anNavdeep Parhar2012-11-293-62/+89
* Add support for AT&T Sierra Wireless USB 3G adapterEitan Adler2012-11-292-0/+2
* Call if_free() with the correct vnet context if and only if ifp_vnetAdrian Chadd2012-11-281-2/+7
* Until I figure out what to do here, remind myself that this needs someAdrian Chadd2012-11-281-0/+10
* Pull out the debugging code from the critical path and make sure itAdrian Chadd2012-11-281-37/+37
* Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.Andre Oppermann2012-11-272-2/+2
* fix a panic resulting from a stray '&'Bernhard Schmidt2012-11-271-1/+1
* * Fix another culprit of my "committed from the wrong directory" nonsense;Adrian Chadd2012-11-271-2/+12
* Correct some debugging output.Adrian Chadd2012-11-271-1/+1
* Fix buildAdrian Chadd2012-11-271-0/+2
* Improve the TDMA debugging:Adrian Chadd2012-11-271-2/+123
* Add in specific TDMA logging types.Adrian Chadd2012-11-271-0/+49
* Fix the TDMA nexttbtt programming for 802.11n chips.Adrian Chadd2012-11-271-4/+17
* Add a note about the magic values here; don't change them.Adrian Chadd2012-11-271-0/+5
* When programming the beacon timer configuration, be very explicit aboutAdrian Chadd2012-11-271-4/+13
* drbr_enqueue() awlays consumes mbuf, no matter did itGleb Smirnoff2012-11-261-27/+13
* Fix uninitialized variable reported by gcc, but not clang.Alexander Motin2012-11-261-1/+1
* Remove extra sbuf_trim() copy/pasted into r243530.Alexander Motin2012-11-261-1/+0
* On multiple requests, compact HDA driver verbose output by hiding CODEC'sAlexander Motin2012-11-251-114/+325
* Add a comment which covers what's going on with the 64 bit TSF write.Adrian Chadd2012-11-241-0/+12
* Style fixesOleksandr Tymoshenko2012-11-231-4/+3
* Remove "clone manager: " message from verbose dmesg. It is pointless toAlexander Motin2012-11-231-7/+0
* Move sndbuf_setmap() output about buffer addresses from the general verboseAlexander Motin2012-11-231-1/+1
* Remove no longer needed quirk.Hans Petter Selasky2012-11-232-2/+0
* Use a 64 bit TSF write to update the TSF adjust, rather than a 32 bitAdrian Chadd2012-11-231-1/+5