aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Delete pp_isadma. It isn't use, and the code that used it has beenWarner Losh2014-08-141-17/+1
* Renamed hw.ixgbe.unsupported_sfp -> hw.ix.unsupported_sfpSteven Hartland2014-08-141-1/+1
* Fix typo when displaying the HPET timer unit number.Neel Natu2014-08-131-1/+2
* blkfront: add support for unmapped IORoger Pau Monné2014-08-111-5/+7
* vt(4): Colors are indexed against a console palette, not a VGA paletteJean-Sébastien Pédron2014-08-107-33/+45
* vt(4): Add vtbuf_dirty*_locked() to lock vtbuf once, not twiceJean-Sébastien Pédron2014-08-101-13/+21
* fbd: Fix a bug where vt_fb_attach() success would be considered a failureJean-Sébastien Pédron2014-08-101-2/+3
* Handle various ways that interrupt config data can be malformed byIan Lepore2014-08-101-8/+22
* Use a separate variable for resource id, because 'i' may increment at aIan Lepore2014-08-101-5/+5
* Bump the HAL_REGRANGE fields from 16 bit to 32 bit.Adrian Chadd2014-08-092-6/+7
* Add two new debug mark entries for chip power configuration.Adrian Chadd2014-08-091-0/+3
* cxgbe(4): Do not poke T4-only registers on a T5 (and vice versa).Navdeep Parhar2014-08-081-14/+29
* an isn't used, so eliminate it.Warner Losh2014-08-081-2/+0
* err set but not used. Eliminate it.Warner Losh2014-08-081-2/+2
* last is set and not used, most likely a cut and paste error from otherWarner Losh2014-08-081-3/+1
* Set but not used variables eliminated.Warner Losh2014-08-081-6/+2
* shared_scb_data set, but never used, remove it.Warner Losh2014-08-081-2/+0
* Cast queue length because q_len isn't really an enum in the same senseWarner Losh2014-08-071-1/+1
* target is unsigned, so don't compare it < 0 for range test.Warner Losh2014-08-071-2/+1
* Retire vd_maskbitbltchr. The same functionality can be obtained by testingNathan Whitehorn2014-08-078-78/+1
* Make sure the USB audio level residue is non-zero.Hans Petter Selasky2014-08-071-1/+2
* cxgbe(4): Let caller specify whether it's ok to sleep inNavdeep Parhar2014-08-063-8/+12
* Set fb_pbase properly on PowerPC in the case where we have to guess atNathan Whitehorn2014-08-061-5/+3
* drm: fix usage of vm_phys_fictitious_to_vm_pageRoger Pau Monné2014-08-062-4/+10
* Retire various intertwined bits of fbd(4) and vt_fb, in particular theNathan Whitehorn2014-08-066-135/+70
* Various fixes to hptmv(4):John Baldwin2014-08-056-377/+192
* Various fixes to hptrr(4):John Baldwin2014-08-053-176/+59
* Various fixes to hptnr(4):John Baldwin2014-08-053-183/+58
* Various fixes to hptiop(4):John Baldwin2014-08-052-21/+30
* Remove compat shims for FreeBSD versions older than 8.0.John Baldwin2014-08-053-160/+4
* Add device ID for the Chicony USB 2.0 HD UVC WebcamGlen Barber2014-08-051-0/+1
* - Implement fast interrupt handler to save CPU usage.Hans Petter Selasky2014-08-054-85/+127
* Add handler for read-back of USB audio volume levels.Hans Petter Selasky2014-08-051-0/+10
* Add a simple unaccelerated vt(4) framebuffer driver for Sun framebuffersNathan Whitehorn2014-08-051-0/+220
* Adjust ofwbus and simplebus to attach at BUS_PASS_ORDER_MIDDLE, so thatIan Lepore2014-08-052-2/+2
* Set ofwbus and simplebus to attach during BUS_PASS_BUS.Ian Lepore2014-08-052-3/+6
* - Ensure code which only applies to the control endpoint is not runHans Petter Selasky2014-08-051-27/+31
* Add support for Huawei E3272 modems which are supported by the CDCNick Hibma2014-08-052-1/+63
* don't OR integer error values together as this does not make sense.Nick Hibma2014-08-051-1/+2
* Return USB_ERR_INVAL if the eject method is not known.Nick Hibma2014-08-051-2/+3
* Add a second Huawei SCSI eject command as USB mode switch config filesNick Hibma2014-08-055-1/+18
* Reset the error value in the softc before starting a BBB transfer.Nick Hibma2014-08-051-0/+1
* Add ID for Novatel MC990D to u3g.Nick Hibma2014-08-052-0/+2
* Remove unused defines.Nick Hibma2014-08-054-14/+5
* Add new USB phone descriptor template for USB device side mode.Hans Petter Selasky2014-08-054-3/+427
* Fix for deadlock in USB device side mode.Hans Petter Selasky2014-08-051-6/+13
* Rename driver name a bit to avoid unit number confusion in dmesg.Hans Petter Selasky2014-08-052-4/+4
* - Implement fast interrupt handler to save CPU usage.Hans Petter Selasky2014-08-053-100/+143
* Ensure we catch USB transfers which complete right away.Hans Petter Selasky2014-08-051-4/+1
* cxgbe(4): Do not run any sleepable code in the SIOCSIFFLAGS handler whenNavdeep Parhar2014-08-041-5/+25