summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Return USB_ERR_INVAL if the eject method is not known.n_hibma2014-08-051-2/+3
* Add a second Huawei SCSI eject command as USB mode switch config filesn_hibma2014-08-055-1/+18
* Reset the error value in the softc before starting a BBB transfer.n_hibma2014-08-051-0/+1
* Add ID for Novatel MC990D to u3g.n_hibma2014-08-052-0/+2
* Remove unused defines.n_hibma2014-08-054-14/+5
* Add new USB phone descriptor template for USB device side mode.hselasky2014-08-054-3/+427
* Fix for deadlock in USB device side mode.hselasky2014-08-051-6/+13
* Rename driver name a bit to avoid unit number confusion in dmesg.hselasky2014-08-052-4/+4
* - Implement fast interrupt handler to save CPU usage.hselasky2014-08-053-100/+143
* Ensure we catch USB transfers which complete right away.hselasky2014-08-051-4/+1
* cxgbe(4): Do not run any sleepable code in the SIOCSIFFLAGS handler whennp2014-08-041-5/+25
* xen: add ACPI bus to xen_nexus when running as Dom0royger2014-08-043-3/+13
* xen: Dom0 console fixesroyger2014-08-041-0/+26
* For reasons which are not clear, r254263 broke some PCMCIA and CardBusgavin2014-08-031-0/+2
* Fix multicast, broken by the conversion of the nfe(4) driver to themarcel2014-08-031-9/+8
OpenPOWER on IntegriCloud