summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Export ttyname instead of ttyunit via the sysctl interface.hselasky2012-01-162-11/+18
* Export information about USB serial port unit and port numbershselasky2012-01-162-12/+42
* Match surrounding style.delphij2012-01-161-1/+1
* Make XENHVM work on i386. The __ffs() function counts bits starting fromcperciva2012-01-161-1/+1
* Add check to avoid assertion panic on duplicate stop.mav2012-01-161-0/+2
* BeagleBone uses an FTDI chip withkientzle2012-01-152-0/+2
* Break out the "memory" EEPROM data read method from being AR9130 specificadrian2012-01-156-31/+47
* Fix a few comment typos.joel2012-01-151-4/+4
* Remove spurious 8bit chars, turning files into plain ASCII.uqs2012-01-151-11/+11
* Convert files to UTF-8uqs2012-01-156-108/+108
* Remove spurious 8bit chars, turning files into plain ASCII.uqs2012-01-156-8/+8
* Convert files to UTF-8uqs2012-01-1566-69/+69
* Major snd_hda driver rewrite:mav2012-01-1510-7312/+8829
* Improve support for USB 3.0 HUBs. In certain states wehselasky2012-01-132-24/+64
* Bugfix: Make sure the XHCI driver doesn't clearhselasky2012-01-131-1/+1
* Clean up a switch statement for uncore events on Westmere processors.gnn2012-01-132-12/+3
* indentation and whitespace fixesluigi2012-01-132-12/+11
* fix indentationluigi2012-01-131-2/+2
* Two performance-related fixes:luigi2012-01-132-34/+32
* Correct use of USB 3.0 POWER bit in the port status register,hselasky2012-01-132-10/+18
* - Try to fix support for USB 3.0 HUBs.hselasky2012-01-125-20/+79
* clear the pointer after freeing the mbuf. Without that, weluigi2012-01-121-0/+1
* fix the initialization of the rings when netmap is used,luigi2012-01-121-62/+25
* Add the CAM Target Layer (CTL).ken2012-01-122-3/+4
* Pass the arguments to mtx_init() in the correct order. There should betruckman2012-01-111-1/+1
* Replace GPL'd headers in the emu10kx snd driver code.pfg2012-01-115-293/+312
* Fix an inconsistency that crept in while replacing constantspfg2012-01-111-2/+2
* Add PCI Id for the AMT SOL UART on 5 series Intel chipsets.kib2012-01-111-0/+2
* Introduce wtap, the beginnings of a net80211 wlan simulator.adrian2012-01-1113-0/+2339
* Fix for PR 138526.gnn2012-01-111-6/+42
* Re-enable the PHY radar error frames if sc_dodfs is set.adrian2012-01-111-0/+7
* style(9) changes. This shouldn't change functionality.adrian2012-01-111-35/+73
* other simplifications in the internal interfaces to theluigi2012-01-101-11/+13
* style. No functional changes.yongari2012-01-101-34/+68
* small code cleanup in preparation for future modifications inluigi2012-01-1011-111/+131
* Enable hardware RNG for VIA Nano processors.jkim2012-01-091-2/+2
* .. the AR5416 HAL code touches the MIMO parts in HAL_CHANNEL,adrian2012-01-072-0/+6
* Commit a temporary workaround for people who are building kernelsadrian2012-01-071-0/+11
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-0735-35/+0
* Add 0x2826 device ID for C600 (Patsburg) SATA controller in RAID mode.jimharris2012-01-063-0/+3
* Update recently added drivers to use the if_*addr_r*lock() wrapperjhb2012-01-053-10/+10
* When extracting the VLAN tag from if_em and if_lem receive descriptorrwatson2012-01-052-4/+2
* Remove use of explicit bus space tags and handles and use methods thatjhb2012-01-052-26/+10
* Update PMC events from October 2011 Intel documentation.fabient2012-01-042-12/+11
* Add missing MSR programming for some events.fabient2012-01-043-6/+61
* Add a couple more SPI flash device IDs found in commercialadrian2012-01-041-0/+2
* Replace a GPL'd header in the emu10k1 snd driver code.pfg2012-01-032-235/+1006
* In sys/dev/qlxgb/qla_misc.c, fix a copy/paste issue. Clang complaineddim2012-01-031-1/+1
* Don't forget to release queue lock when allocation of memory failed.delphij2012-01-031-0/+1
* In sys/dev/if_ndis/if_ndis_pccard.c, fix a bug where a garbage rid wasdim2012-01-031-1/+1
OpenPOWER on IntegriCloud