aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add a headphone redirection quirk for the Lenovo G580.Mark Johnston2014-07-132-1/+3
* Turn off blinking device leds at attach.Hans Petter Selasky2014-07-131-2/+13
* Fix performance problems with AXGE network adapter in RX direction:Hans Petter Selasky2014-07-131-9/+8
* Revert r268543.Rui Paulo2014-07-1220-19/+86
* Move iic.h to sys/ so that it's automatically installed in /usr/include/sys.Rui Paulo2014-07-1220-86/+19
* cxgbe(4): Add an iSCSI softc to the adapter structure.Navdeep Parhar2014-07-111-0/+1
* Fix style bug: rename the refcount field of m_ext to ext_cnt, to matchGleb Smirnoff2014-07-114-10/+10
* All mbuf external free functions never fail, so let them be void.Gleb Smirnoff2014-07-117-23/+12
* Correct the setting of the VID in transmit descriptors when hardware VLANMark Johnston2014-07-101-1/+1
* Enable 8051 before downloading firmware.Kevin Lo2014-07-101-3/+5
* Rework when the Tx queue completion interrupt is enabledBryan Venteicher2014-07-102-65/+155
* Add accessor to get the number of free descriptors in the virtqueueBryan Venteicher2014-07-102-0/+8
* Should check fb_read method presence instead of double check for fb_write.Aleksandr Rybalko2014-07-091-1/+1
* Fix inconsistent token parameters for kbd_allocate() and kbd_release() in vt(4).Aleksandr Rybalko2014-07-091-5/+4
* Pass correct command that should be aborted to ISPCTL_ABORT_CMD.Alexander Motin2014-07-081-1/+1
* Add XPT_ABORT support to iSCSI initiator.Alexander Motin2014-07-081-23/+138
* Make XPT_GET_TRAN_SETTINGS to report CAM that command queueing is enabled,Alexander Motin2014-07-071-18/+36
* Optim and Fix for mge driver:Fabien Thomas2014-07-071-12/+35
* Improve support for Intel Lynx Point USB 3.0 controllers by maskingHans Petter Selasky2014-07-072-0/+5
* Remove ia64.Marcel Moolenaar2014-07-0717-227/+13
* Use common vt_fb parts in ofwfb as far as we are able without sacrificingNathan Whitehorn2014-07-071-73/+52
* Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects.Alexander Motin2014-07-063-6/+13
* Add support to asmc(4) for Macmini 3,1.Gavin Atkinson2014-07-052-0/+28
* Allow the PVID setting on CPU port.Luiz Otavio O Souza2014-07-051-2/+8
* Initialize the switch vlan table at attachment.Luiz Otavio O Souza2014-07-031-7/+33
* - Disable hardware checksumming until it is properly tested.Hans Petter Selasky2014-07-031-34/+29
* Fix a bug in hwpmc(4) callchain retrieval, for both user and kernel.Justin Hibbits2014-07-031-9/+13
* Remove some write only variablesBryan Venteicher2014-07-021-6/+0
* Fixed build with DEVICE_POLLING.Sergey Kandaurov2014-07-022-4/+4
* Fix off-by-one introduced by the conversion to the driver API.Marcel Moolenaar2014-07-021-1/+1
* Various bugfixes from Stefano Garzarella:Luigi Rizzo2014-07-021-5/+1
* Convert nfe(4) to use the driver API.Marcel Moolenaar2014-07-011-174/+190
* Convert bge(4) to use the driver API.Marcel Moolenaar2014-07-011-174/+181
* Free the static DMA buffer holding the command ring during detach as wellJohn Baldwin2014-07-011-0/+13
* Actually pro AMD chipsets.Marius Strobl2014-07-011-1/+1
* Fix the reported status for the switch CPU port which was (wrongly)Luiz Otavio O Souza2014-07-012-2/+2
* Add the CPU port flag to the CPU port on rtl8366 (port 5).Luiz Otavio O Souza2014-07-012-4/+8
* Don't overload the CCB status field within the driver.Scott Long2014-07-011-3/+4
* Fix order of USB serial layer uninit. Currently module dependencyHans Petter Selasky2014-07-012-2/+2
* Fix for use after free.Hans Petter Selasky2014-07-011-5/+2
* Add accessor functions for manipulating the CAM CCB status field.Scott Long2014-07-012-62/+74
* Refactor some code in mps.c to reduce header pollution.Scott Long2014-07-015-28/+35
* Initialise these variables so gcc doesn't complain.Adrian Chadd2014-06-302-2/+2
* Add initial RSS awareness to the ixgbe(4) driver.Adrian Chadd2014-06-301-41/+196
* Add initial RSS awareness to the igb(4) driver.Adrian Chadd2014-06-301-45/+249
* In rare cases, a SATA drive can stop responding to commands and trigger aScott Long2014-06-304-3/+40
* Fix a case in ndling ATA_PASSTHROUGH commands that have an unaligned buffer.Scott Long2014-06-301-0/+1
* Add detection for ciss(4) controllers that are set to non-raid JBOD mode.Sean Bruno2014-06-292-29/+134
* Check return of cam_periph_find() before using it in a printf.Sean Bruno2014-06-291-3/+7
* Give each interrupt a descriptive name when using MSIXBryan Venteicher2014-06-291-0/+5