aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add locking to wds(4) and mark MPSAFE.John Baldwin2014-11-181-90/+84
* Add locking to scd(4) and mark MPSAFE.John Baldwin2014-11-183-74/+86
* Cleanups to pst(4):John Baldwin2014-11-182-19/+21
* Add locking to mly(4) and mark MPSAFE.John Baldwin2014-11-182-101/+131
* Add locking to mcd(4) and mark MPSAFE.John Baldwin2014-11-183-70/+117
* Convert the refire_notify_ack timer from timeout(9) to callout(9).John Baldwin2014-11-182-7/+12
* Make gpio_default_map_gpios() static. No functional changes.Luiz Otavio O Souza2014-11-181-3/+1
* Moves all the duplicate code to a single function.Luiz Otavio O Souza2014-11-183-9/+35
* opt_global.h is included automatically in the build. No need toWarner Losh2014-11-181-1/+0
* Fix typo pointed out by avg@ and Joerg Sonnenberger. Add a clarifyingWarner Losh2014-11-181-4/+4
* Add Altera Parallel IO (PIO) device driver.Ruslan Bukin2014-11-183-0/+323
* Add Virtio MMIO bus driver.Ruslan Bukin2014-11-184-0/+941
* Fix gpiobus_child_location_str() to return a real string with the mappedLuiz Otavio O Souza2014-11-182-14/+30
* Remove unnecessary code.Luiz Otavio O Souza2014-11-181-18/+0
* Allow i2c bus speed to be configured via hints, FDT data, and sysctl.Ian Lepore2014-11-184-5/+86
* Modernize comments about BIOSes being lame since in this detail theyWarner Losh2014-11-181-6/+10
* Add basic interrupt management code to gpiobus and ofw_gpiobus.Luiz Otavio O Souza2014-11-183-2/+128
* Use the correct device as the power_for_sleep() methodDmitry Chagin2014-11-171-3/+1
* Remove stray empty comment. The code is adequately explained in theWarner Losh2014-11-171-2/+0
* Fix r273112: do not turn DROP_EN by default.Alexander V. Chernikov2014-11-161-1/+1
* drm/radeon: Lower priority of a message related to invalid EDIDJean-Sébastien Pédron2014-11-161-1/+1
* Convert the callouts back to using mutexes.Adrian Chadd2014-11-151-10/+4
* Migrate the callouts from using mutex locks to being mpsafe withAdrian Chadd2014-11-141-9/+23
* - Use the existing driver lock in cdevsw methods and remove D_NEEDGIANT.John Baldwin2014-11-133-33/+21
* Lock iir(4) and mark it MPSAFE.John Baldwin2014-11-134-373/+253
* Remove dpt_isa.c and commented out references to it. It was never connectedJohn Baldwin2014-11-131-267/+0
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., weKonstantin Belousov2014-11-131-1/+2
* iw_cxgbe: don't forget to close the socket in c4iw_connect if soconnectNavdeep Parhar2014-11-131-1/+3
* add support for private knote lock (reduces lock contention),Luigi Rizzo2014-11-133-19/+50
* we need full barriers hereLuigi Rizzo2014-11-132-6/+6
* Fix some bad interaction between cxgbe(4) and lacp lagg(4) that couldNavdeep Parhar2014-11-122-8/+12
* Make uart_bus_fdt a decendant of ofwbusZbigniew Bodek2014-11-121-0/+1
* Make PL011 UART to wait on putc only when TX FIFO is fullZbigniew Bodek2014-11-121-1/+3
* In preparation of merging projects/sendfile, transform bare access toGleb Smirnoff2014-11-126-50/+50
* Remove an #ifdef DEBUG wrapper, and instead use if (bootverbose).Ian Lepore2014-11-121-6/+5
* Add device ID for the T502-BT (dual-port 1G) adapter.John Baldwin2014-11-111-0/+1
* Use the correct device. Note this commit complements r274386.Jung-uk Kim2014-11-111-3/+2
* Use the callout(9) API instead of timeout(9). To do this more cleanly,John Baldwin2014-11-114-84/+32
* Use the correct device (child) when asking the bus layer about which powerAdrian Chadd2014-11-112-2/+2
* Update comment.Konstantin Belousov2014-11-111-1/+1
* Initial attachment of the agp(4) to Haswell IGP. There is no handlingKonstantin Belousov2014-11-111-0/+58
* Based on some BIOS configuration (GGC register in host bridge, bit 1),Konstantin Belousov2014-11-111-1/+2
* On 965 and higher, map GTT as write-combining.Konstantin Belousov2014-11-111-8/+43
* Add missing privilege check when setting the dump device. Before that change itPawel Jakub Dawidek2014-11-111-4/+1
* in the Linux section, properly define the NMG_LOCK type.Luigi Rizzo2014-11-111-7/+21
* - fix typo: use ring size from the rx ring, not the tx one (they should beLuigi Rizzo2014-11-111-2/+2
* fix a typoLuigi Rizzo2014-11-101-1/+1
* initialize *color if passed as an argumentLuigi Rizzo2014-11-101-0/+2
* sync a comment with our internal repoLuigi Rizzo2014-11-101-1/+1
* cxgbe(4): adjust PMRX and PMTX parameters.Navdeep Parhar2014-11-105-15/+15