summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add missing locking.adrian2014-08-211-0/+5
* Change netmap's global lock to sx instead of a mutex.np2014-08-201-7/+7
* Fix build of si(4) and enable it in LINT on amd64 and i386.jhb2014-08-201-3/+3
* pci: make MSI(-X) enable and disable methods of the PCI busroyger2014-08-204-22/+65
* If eapol packets are sent at the lowest rate, key negotiation willkevlo2014-08-201-5/+5
* Add the D-Link DWA-125 rev D1.kevlo2014-08-202-1/+3
* Sort ASUS section and add USB device ID of ASUS USB-AC51.kevlo2014-08-191-5/+6
* Use the "bSubslotSize" and "bSubFrameSize" fields to obtain the actualhselasky2014-08-181-13/+2
* staticize two functions, and use proper format for a struct sglistluigi2014-08-171-7/+7
* Update to the current version of netmap.luigi2014-08-1623-811/+3369
* print additional debugging info in virtqueue_dump()luigi2014-08-161-2/+4
* Delete pp_isadma. It isn't use, and the code that used it has beenimp2014-08-141-17/+1
* Renamed hw.ixgbe.unsupported_sfp -> hw.ix.unsupported_sfpsmh2014-08-141-1/+1
* Fix typo when displaying the HPET timer unit number.neel2014-08-131-1/+2
* blkfront: add support for unmapped IOroyger2014-08-111-5/+7
* vt(4): Colors are indexed against a console palette, not a VGA palettedumbbell2014-08-107-33/+45
* vt(4): Add vtbuf_dirty*_locked() to lock vtbuf once, not twicedumbbell2014-08-101-13/+21
* fbd: Fix a bug where vt_fb_attach() success would be considered a failuredumbbell2014-08-101-2/+3
* Handle various ways that interrupt config data can be malformed byian2014-08-101-8/+22
* Use a separate variable for resource id, because 'i' may increment at aian2014-08-101-5/+5
* Bump the HAL_REGRANGE fields from 16 bit to 32 bit.adrian2014-08-092-6/+7
* Add two new debug mark entries for chip power configuration.adrian2014-08-091-0/+3
* cxgbe(4): Do not poke T4-only registers on a T5 (and vice versa).np2014-08-081-14/+29
* an isn't used, so eliminate it.imp2014-08-081-2/+0
* err set but not used. Eliminate it.imp2014-08-081-2/+2
* last is set and not used, most likely a cut and paste error from otherimp2014-08-081-3/+1
* Set but not used variables eliminated.imp2014-08-081-6/+2
* shared_scb_data set, but never used, remove it.imp2014-08-081-2/+0
* Cast queue length because q_len isn't really an enum in the same senseimp2014-08-071-1/+1
* target is unsigned, so don't compare it < 0 for range test.imp2014-08-071-2/+1
* Retire vd_maskbitbltchr. The same functionality can be obtained by testingnwhitehorn2014-08-078-78/+1
* Make sure the USB audio level residue is non-zero.hselasky2014-08-071-1/+2
* cxgbe(4): Let caller specify whether it's ok to sleep innp2014-08-063-8/+12
* Set fb_pbase properly on PowerPC in the case where we have to guess atnwhitehorn2014-08-061-5/+3
* drm: fix usage of vm_phys_fictitious_to_vm_pageroyger2014-08-062-4/+10
* Retire various intertwined bits of fbd(4) and vt_fb, in particular thenwhitehorn2014-08-066-135/+70
* Various fixes to hptmv(4):jhb2014-08-056-377/+192
* Various fixes to hptrr(4):jhb2014-08-053-176/+59
* Various fixes to hptnr(4):jhb2014-08-053-183/+58
* Various fixes to hptiop(4):jhb2014-08-052-21/+30
* Remove compat shims for FreeBSD versions older than 8.0.jhb2014-08-053-160/+4
* Add device ID for the Chicony USB 2.0 HD UVC Webcamgjb2014-08-051-0/+1
* - Implement fast interrupt handler to save CPU usage.hselasky2014-08-054-85/+127
* Add handler for read-back of USB audio volume levels.hselasky2014-08-051-0/+10
* Add a simple unaccelerated vt(4) framebuffer driver for Sun framebuffersnwhitehorn2014-08-051-0/+220
* Adjust ofwbus and simplebus to attach at BUS_PASS_ORDER_MIDDLE, so thatian2014-08-052-2/+2
* Set ofwbus and simplebus to attach during BUS_PASS_BUS.ian2014-08-052-3/+6
* - Ensure code which only applies to the control endpoint is not runhselasky2014-08-051-27/+31
* Add support for Huawei E3272 modems which are supported by the CDCn_hibma2014-08-052-1/+63
* don't OR integer error values together as this does not make sense.n_hibma2014-08-051-1/+2
OpenPOWER on IntegriCloud