| Commit message (Expand) | Author | Age | Files | Lines |
| * | Delete pp_isadma. It isn't use, and the code that used it has been | Warner Losh | 2014-08-14 | 1 | -17/+1 |
| * | Renamed hw.ixgbe.unsupported_sfp -> hw.ix.unsupported_sfp | Steven Hartland | 2014-08-14 | 1 | -1/+1 |
| * | Fix typo when displaying the HPET timer unit number. | Neel Natu | 2014-08-13 | 1 | -1/+2 |
| * | blkfront: add support for unmapped IO | Roger Pau Monné | 2014-08-11 | 1 | -5/+7 |
| * | vt(4): Colors are indexed against a console palette, not a VGA palette | Jean-Sébastien Pédron | 2014-08-10 | 7 | -33/+45 |
| * | vt(4): Add vtbuf_dirty*_locked() to lock vtbuf once, not twice | Jean-Sébastien Pédron | 2014-08-10 | 1 | -13/+21 |
| * | fbd: Fix a bug where vt_fb_attach() success would be considered a failure | Jean-Sébastien Pédron | 2014-08-10 | 1 | -2/+3 |
| * | Handle various ways that interrupt config data can be malformed by | Ian Lepore | 2014-08-10 | 1 | -8/+22 |
| * | Use a separate variable for resource id, because 'i' may increment at a | Ian Lepore | 2014-08-10 | 1 | -5/+5 |
| * | Bump the HAL_REGRANGE fields from 16 bit to 32 bit. | Adrian Chadd | 2014-08-09 | 2 | -6/+7 |
| * | Add two new debug mark entries for chip power configuration. | Adrian Chadd | 2014-08-09 | 1 | -0/+3 |
| * | cxgbe(4): Do not poke T4-only registers on a T5 (and vice versa). | Navdeep Parhar | 2014-08-08 | 1 | -14/+29 |
| * | an isn't used, so eliminate it. | Warner Losh | 2014-08-08 | 1 | -2/+0 |
| * | err set but not used. Eliminate it. | Warner Losh | 2014-08-08 | 1 | -2/+2 |
| * | last is set and not used, most likely a cut and paste error from other | Warner Losh | 2014-08-08 | 1 | -3/+1 |
| * | Set but not used variables eliminated. | Warner Losh | 2014-08-08 | 1 | -6/+2 |
| * | shared_scb_data set, but never used, remove it. | Warner Losh | 2014-08-08 | 1 | -2/+0 |
| * | Cast queue length because q_len isn't really an enum in the same sense | Warner Losh | 2014-08-07 | 1 | -1/+1 |
| * | target is unsigned, so don't compare it < 0 for range test. | Warner Losh | 2014-08-07 | 1 | -2/+1 |
| * | Retire vd_maskbitbltchr. The same functionality can be obtained by testing | Nathan Whitehorn | 2014-08-07 | 8 | -78/+1 |
| * | Make sure the USB audio level residue is non-zero. | Hans Petter Selasky | 2014-08-07 | 1 | -1/+2 |
| * | cxgbe(4): Let caller specify whether it's ok to sleep in | Navdeep Parhar | 2014-08-06 | 3 | -8/+12 |
| * | Set fb_pbase properly on PowerPC in the case where we have to guess at | Nathan Whitehorn | 2014-08-06 | 1 | -5/+3 |
| * | drm: fix usage of vm_phys_fictitious_to_vm_page | Roger Pau Monné | 2014-08-06 | 2 | -4/+10 |
| * | Retire various intertwined bits of fbd(4) and vt_fb, in particular the | Nathan Whitehorn | 2014-08-06 | 6 | -135/+70 |
| * | Various fixes to hptmv(4): | John Baldwin | 2014-08-05 | 6 | -377/+192 |
| * | Various fixes to hptrr(4): | John Baldwin | 2014-08-05 | 3 | -176/+59 |
| * | Various fixes to hptnr(4): | John Baldwin | 2014-08-05 | 3 | -183/+58 |
| * | Various fixes to hptiop(4): | John Baldwin | 2014-08-05 | 2 | -21/+30 |
| * | Remove compat shims for FreeBSD versions older than 8.0. | John Baldwin | 2014-08-05 | 3 | -160/+4 |
| * | Add device ID for the Chicony USB 2.0 HD UVC Webcam | Glen Barber | 2014-08-05 | 1 | -0/+1 |
| * | - Implement fast interrupt handler to save CPU usage. | Hans Petter Selasky | 2014-08-05 | 4 | -85/+127 |
| * | Add handler for read-back of USB audio volume levels. | Hans Petter Selasky | 2014-08-05 | 1 | -0/+10 |
| * | Add a simple unaccelerated vt(4) framebuffer driver for Sun framebuffers | Nathan Whitehorn | 2014-08-05 | 1 | -0/+220 |
| * | Adjust ofwbus and simplebus to attach at BUS_PASS_ORDER_MIDDLE, so that | Ian Lepore | 2014-08-05 | 2 | -2/+2 |
| * | Set ofwbus and simplebus to attach during BUS_PASS_BUS. | Ian Lepore | 2014-08-05 | 2 | -3/+6 |
| * | - Ensure code which only applies to the control endpoint is not run | Hans Petter Selasky | 2014-08-05 | 1 | -27/+31 |
| * | Add support for Huawei E3272 modems which are supported by the CDC | Nick Hibma | 2014-08-05 | 2 | -1/+63 |
| * | don't OR integer error values together as this does not make sense. | Nick Hibma | 2014-08-05 | 1 | -1/+2 |
| * | Return USB_ERR_INVAL if the eject method is not known. | Nick Hibma | 2014-08-05 | 1 | -2/+3 |
| * | Add a second Huawei SCSI eject command as USB mode switch config files | Nick Hibma | 2014-08-05 | 5 | -1/+18 |
| * | Reset the error value in the softc before starting a BBB transfer. | Nick Hibma | 2014-08-05 | 1 | -0/+1 |
| * | Add ID for Novatel MC990D to u3g. | Nick Hibma | 2014-08-05 | 2 | -0/+2 |
| * | Remove unused defines. | Nick Hibma | 2014-08-05 | 4 | -14/+5 |
| * | Add new USB phone descriptor template for USB device side mode. | Hans Petter Selasky | 2014-08-05 | 4 | -3/+427 |
| * | Fix for deadlock in USB device side mode. | Hans Petter Selasky | 2014-08-05 | 1 | -6/+13 |
| * | Rename driver name a bit to avoid unit number confusion in dmesg. | Hans Petter Selasky | 2014-08-05 | 2 | -4/+4 |
| * | - Implement fast interrupt handler to save CPU usage. | Hans Petter Selasky | 2014-08-05 | 3 | -100/+143 |
| * | Ensure we catch USB transfers which complete right away. | Hans Petter Selasky | 2014-08-05 | 1 | -4/+1 |
| * | cxgbe(4): Do not run any sleepable code in the SIOCSIFFLAGS handler when | Navdeep Parhar | 2014-08-04 | 1 | -5/+25 |