summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* When we fail to get a USB reference we should just return, becausehselasky2014-10-031-9/+12
* Fix XHCI driver for devices which have more than 15 physical root HUBhselasky2014-10-031-1/+2
* Fixup the setting of the baud rate.gnn2014-10-021-2/+2
* Merge ACPICA 20140926.jkim2014-10-022-13/+9
* Make sure we always set the maximum number of valid contexts.hselasky2014-10-021-7/+10
* vt(4): Save/restore keyboard mode & LED states when switching windowdumbbell2014-10-022-36/+216
* Properly handle a case that should never happen (the bus_dmagnn2014-10-021-2/+5
* Add new USB ID.hselasky2014-10-022-0/+2
* Add uart driver for Qualcomm MSM 7000/8000 series chips.ganbold2014-10-024-0/+799
* Add sysctl to track the resource consumption of ACPI interrupts.will2014-10-011-0/+11
* Set default cycle state in case of early interrupts.hselasky2014-10-011-0/+4
* Return the actual baud rate programmed in the hardware rather than 115200.ian2014-09-301-2/+40
* Support tunable to control Tx deferred packet list limitsgnn2014-09-302-3/+44
* The patch allows to check state of the software Tx queues at run time.gnn2014-09-303-12/+41
* Make size of Tx and Rx rings configurablegnn2014-09-307-71/+150
* cleanup: code style fixesgnn2014-09-3011-181/+180
* xen: fix blkback pushing responses before releasing internal resourcesroyger2014-09-301-27/+90
* xen/balloon: fix accounting of current memory pages on PVHroyger2014-09-301-1/+2
* xen: add xenstored user-space deviceroyger2014-09-301-0/+169
* xen: convert the xenstore user-space char device to a newbus deviceroyger2014-09-302-4/+66
* xen: defer xenstore initialization until xenstored is startedroyger2014-09-301-2/+66
* xen: move xenstore devicesroyger2014-09-302-0/+1864
* xen: make xen balloon a driver that depends on xenstoreroyger2014-09-301-27/+60
* msi: add Xen MSI implementationroyger2014-09-301-1/+1
* Fix old iSCSI initiator to work with new CAM locking.mav2014-09-301-19/+14
* Add a missing file from the last commit.adrian2014-09-301-0/+669
* Add initial support for the AR9485 CUS198 / CUS230 variants.adrian2014-09-3017-11/+232
* Ensure that ixl_flush() uses a defined register on VFsrstone2014-09-293-4/+11
* Convert most BPF_TAP users to BPF_MTAP.melifaro2014-09-285-16/+6
* - Remove empty wrappers ether_poll_[de]register_drv(). [1]glebius2014-09-285-15/+15
* Instead of creating the full range of possible ports, try to figurehselasky2014-09-282-22/+45
* Provide ixgb_get_counter().glebius2014-09-281-21/+30
* Convert to if_get_counter().glebius2014-09-281-16/+36
* Mechanically switch ixv(4) to if_inc_counter().glebius2014-09-281-5/+5
* Convert driver to if_get_counter method.glebius2014-09-275-34/+138
* Mechanically convert to if_inc_counter().glebius2014-09-271-1/+1
* Use a local STAILQ for unlocked done CCB processing in ahci direct modesmh2014-09-271-2/+8
* cxgb(4): implement if_get_counter.np2014-09-273-40/+88
* Do not pass whole descriptor block size as align to fwdma_malloc_multisegkan2014-09-271-1/+1
* Remove obsolete compatibility glue and improve firewire code readability.kan2014-09-2719-1014/+939
* cxgbe(4): implement if_get_counter.np2014-09-272-37/+103
* cxgbe(4): explicitly set various if_hw_tso* values.np2014-09-261-0/+4
* Make sure the adapter's management queue and the event queue arenp2014-09-261-0/+6
* - Mechanically convert to if_inc_counter() the rest of counters.glebius2014-09-261-31/+40
* Add new (untested) device IDs to smsc(4)gavin2014-09-262-0/+34
* Merge the PC98 fdc(4) driver into the MI driver. While here, replacejhb2014-09-253-8/+433
* Lock ncr(4) and mark it MPSAFE along with various other fixes:jhb2014-09-251-127/+90
* Add driver for Synopsys DesignWare 3504-0 Universal 10/100/1000br2014-09-252-0/+1586
* fix a panic when passing ifioctl from a netmap file descriptor toluigi2014-09-251-15/+10
* adapt the code to different freebsd versions.luigi2014-09-251-3/+6
OpenPOWER on IntegriCloud