summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Improve support for USB 3.0 HUBs. In certain states weHans Petter Selasky2012-01-132-24/+64
* Bugfix: Make sure the XHCI driver doesn't clearHans Petter Selasky2012-01-131-1/+1
* Clean up a switch statement for uncore events on Westmere processors.George V. Neville-Neil2012-01-132-12/+3
* indentation and whitespace fixesLuigi Rizzo2012-01-132-12/+11
* fix indentationLuigi Rizzo2012-01-131-2/+2
* Two performance-related fixes:Luigi Rizzo2012-01-132-34/+32
* Correct use of USB 3.0 POWER bit in the port status register,Hans Petter Selasky2012-01-132-10/+18
* - Try to fix support for USB 3.0 HUBs.Hans Petter Selasky2012-01-125-20/+79
* clear the pointer after freeing the mbuf. Without that, weLuigi Rizzo2012-01-121-0/+1
* fix the initialization of the rings when netmap is used,Luigi Rizzo2012-01-121-62/+25
* Add the CAM Target Layer (CTL).Kenneth D. Merry2012-01-122-3/+4
* Pass the arguments to mtx_init() in the correct order. There should beDon Lewis2012-01-111-1/+1
* Replace GPL'd headers in the emu10kx snd driver code.Pedro F. Giffuni2012-01-115-293/+312
* Fix an inconsistency that crept in while replacing constantsPedro F. Giffuni2012-01-111-2/+2
* Add PCI Id for the AMT SOL UART on 5 series Intel chipsets.Konstantin Belousov2012-01-111-0/+2
* Introduce wtap, the beginnings of a net80211 wlan simulator.Adrian Chadd2012-01-1113-0/+2339
* Fix for PR 138526.George V. Neville-Neil2012-01-111-6/+42
* Re-enable the PHY radar error frames if sc_dodfs is set.Adrian Chadd2012-01-111-0/+7
* style(9) changes. This shouldn't change functionality.Adrian Chadd2012-01-111-35/+73
* other simplifications in the internal interfaces to theLuigi Rizzo2012-01-101-11/+13
* style. No functional changes.Pyun YongHyeon2012-01-101-34/+68
* small code cleanup in preparation for future modifications inLuigi Rizzo2012-01-1011-111/+131
* Enable hardware RNG for VIA Nano processors.Jung-uk Kim2012-01-091-2/+2
* .. the AR5416 HAL code touches the MIMO parts in HAL_CHANNEL,Adrian Chadd2012-01-072-0/+6
* Commit a temporary workaround for people who are building kernelsAdrian Chadd2012-01-071-0/+11
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-0735-35/+0
* Add 0x2826 device ID for C600 (Patsburg) SATA controller in RAID mode.Jim Harris2012-01-063-0/+3
* Update recently added drivers to use the if_*addr_r*lock() wrapperJohn Baldwin2012-01-053-10/+10
* When extracting the VLAN tag from if_em and if_lem receive descriptorRobert Watson2012-01-052-4/+2
* Remove use of explicit bus space tags and handles and use methods thatJohn Baldwin2012-01-052-26/+10
* Update PMC events from October 2011 Intel documentation.Fabien Thomas2012-01-042-12/+11
* Add missing MSR programming for some events.Fabien Thomas2012-01-043-6/+61
* Add a couple more SPI flash device IDs found in commercialAdrian Chadd2012-01-041-0/+2
* Replace a GPL'd header in the emu10k1 snd driver code.Pedro F. Giffuni2012-01-032-235/+1006
* In sys/dev/qlxgb/qla_misc.c, fix a copy/paste issue. Clang complainedDimitry Andric2012-01-031-1/+1
* Don't forget to release queue lock when allocation of memory failed.Xin LI2012-01-031-0/+1
* In sys/dev/if_ndis/if_ndis_pccard.c, fix a bug where a garbage rid wasDimitry Andric2012-01-031-1/+1
* Add support for Intel EG20T serial portsKevin Lo2012-01-031-0/+4
* Don't rely on MCS7 being at index 7 while determining the amountBernhard Schmidt2012-01-031-1/+1
* Make sure we probe and attach the root HUB afterHans Petter Selasky2012-01-021-0/+8
* Use strchr() and strrchr().Ed Schouten2012-01-023-4/+4
* If frames are dumped out of the queue, let's at least see what they are.Adrian Chadd2012-01-011-0/+6
* Add missing change to XHCI driver similar to changes in r228483.Hans Petter Selasky2011-12-312-19/+20
* In sys/dev/hwpmc/hwpmc_amd.c, fix a clang warning about invalid enumDimitry Andric2011-12-311-3/+1
* DEBUG is a kernel option. Don't define it here, as it breaks LINT.Marcel Moolenaar2011-12-303-9/+0
* Actually set the baudrate from the FDT.Marcel Moolenaar2011-12-301-1/+1
* Reapply r228785 now it has been tested by Adrian. Also add commentsDimitry Andric2011-12-302-6/+28
* In sys/dev/drm/radeon_state.c, use the correct printf length modifiersDimitry Andric2011-12-301-1/+1
* Fix clang warnings in sys/dev/ce/if_ce.c and sys/dev/cp/if_cp.c,Dimitry Andric2011-12-292-2/+6
* Further relax the strictness of enforcing allocations to only come fromJohn Baldwin2011-12-291-1/+10