aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Update Intel email address.Eitan Adler2013-05-022-2/+2
* Add device identification and probe/attach support for the QCA9565.Adrian Chadd2013-05-023-0/+5
* Remove ancient compatibility cruft.Eitan Adler2013-04-302-123/+0
* Add missing bracesEitan Adler2013-04-301-1/+2
* Fix DDP breakage introduced in r248925. Bitwise OR has higherNavdeep Parhar2013-04-301-2/+7
* MFP4 change 222060:Brooks Davis2013-04-301-0/+19
* MFP4 changes 222065 and 222068:Brooks Davis2013-04-301-0/+1
* Partial MFC of change 228122:Brooks Davis2013-04-301-1/+1
* use netmap_rx_irq() and netmap_tx_irq() instead of replicating theLuigi Rizzo2013-04-301-10/+3
* use netmap_rx_irq() / netmap_tx_irq() to handle interrupts inLuigi Rizzo2013-04-304-73/+16
* Partial cleanup in preparation for upcoming changes:Luigi Rizzo2013-04-302-35/+87
* malloc(9) cannot return NULL if M_WAITOK flag is specified.Davide Italiano2013-04-302-17/+5
* The Intel PMC architectural events have encodings which are identical toDavide Italiano2013-04-302-25/+49
* Complete r250097:Davide Italiano2013-04-301-3/+6
* When hwpmc(4) module is unloaded it reports a double leakage. This happensDavide Italiano2013-04-301-7/+3
* Fixup Westmere hwpmc(4) support: add missing CPU flag so thatDavide Italiano2013-04-301-3/+3
* Attach to the T580 (2 x 40G) card.Navdeep Parhar2013-04-301-1/+1
* - Provide accurate ifmedia information so that 40G ports/transceivers areNavdeep Parhar2013-04-302-6/+44
* cxgbe(4): Some updates to shared code.Navdeep Parhar2013-04-304-30/+94
* Pass a format string to kproc_create() [1] and thus fix the build withSergey Kandaurov2013-04-301-10/+1
* Add a new driver to support the Intel Non-Transparent Bridge(NTB).Carl Delsey2013-04-294-0/+2873
* whitespace - document alternative locking under linuxLuigi Rizzo2013-04-291-0/+2
* Only cleanup CMI-related state on detach if the system supports CMI.John Baldwin2013-04-291-12/+10
* whitespace changes:Luigi Rizzo2013-04-298-9/+11
* Add missing braces.Xin LI2013-04-291-1/+2
* explicitly mark some variables as constLuigi Rizzo2013-04-291-4/+4
* Debugging changes!Adrian Chadd2013-04-291-3/+3
* Silence warning from clang:Sean Bruno2013-04-281-1/+2
* The controller does not zero this data structure, ever.Sean Bruno2013-04-281-0/+1
* Let's align correctly by setting to 17.Sean Bruno2013-04-281-1/+1
* Its time to retire COMPAQ. I don't think that its coming back. :-)Sean Bruno2013-04-281-1/+1
* Bring copyright changes with the agreement of Thomas Skibo.Wojciech A. Koszek2013-04-282-5/+6
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.Wojciech A. Koszek2013-04-273-0/+6
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.Wojciech A. Koszek2013-04-273-0/+2059
* Change maxio to reflect variable hardware configurations.Sean Bruno2013-04-271-1/+17
* Conditionally compile this only if ATH_DEBUG is defined.Adrian Chadd2013-04-261-0/+4
* Dump the entire TXQ descriptor contents during a reset, rather than onlyAdrian Chadd2013-04-261-0/+29
* Adjust the min comparison to look at the adjust value after subtraction, don'tSean Bruno2013-04-261-1/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-266-11/+12
* In the case where the controller supports an sg_list LESS than our predefinedSean Bruno2013-04-251-1/+1
* Move hptmv and mpt drivers shutdown a bit later to the SHUTDOWN_PRI_LASTAlexander Motin2013-04-242-3/+5
* Fix for duplicate sample rate detection after recent patches.Hans Petter Selasky2013-04-241-6/+13
* Fix the USB audio feedback endpoint algorithm. There should notHans Petter Selasky2013-04-241-4/+0
* Fix playback for Focusrite Scarlett 2i2 USB recording interface.Hans Petter Selasky2013-04-241-0/+4
* Fix white spaces.Jung-uk Kim2013-04-233-7/+7
* Return a lun count of 1 and a lun id of 0 when CAM attempts a REPORT_LUNSSean Bruno2013-04-231-0/+13
* Revert r249800 asEitan Adler2013-04-231-1/+0
* Add support for Intel C600/X79 Series Chipset KT Controller.Eitan Adler2013-04-231-0/+1
* Avoid warning about uninitalized variableEitan Adler2013-04-231-0/+1
* Remove always-true conditions from if statement.Eitan Adler2013-04-231-2/+2