Age | Commit message (Expand) | Author |
2010-12-16 | small cleanup ioctl WSKBDIO_GETLEDS | Alexandr Shadchin |
2010-12-16 | no need to poke the vmspace, uvm_map_hint does what we want. ok oga | Ted Unangst |
2010-12-15 | Bring CBC oracle attack countermeasure from r1.32 of cryptosoft.c to | Mike Belopuhov |
2010-12-15 | attach the Hercules HWGUn-54 to rsu(4) | Damien Bergamini |
2010-12-15 | Add USB ID for the Hercules HWGUn-54; from pea@ | Damien Bergamini |
2010-12-15 | - the firmware download succeeded message should be wrapped in DPRINTF(). | Jasper Lievisse Adriaanse |
2010-12-15 | - attach to the startech ICUSB232X, though only the first port can be used | Jasper Lievisse Adriaanse |
2010-12-15 | make this not panic on attach | Jonathan Gray |
2010-12-15 | add a BRKSIZ define and use it for the heap gap constant, decoupling | Ted Unangst |
2010-12-15 | revert the malloc change, as it meant dropping events before the device is | Ted Unangst |
2010-12-15 | don't delay if the device is dying | Jacob Meuser |
2010-12-14 | Match the Sitecom WL-349 v1. | Mark Kettenis |
2010-12-14 | regen | Damien Bergamini |
2010-12-14 | bunch of Atheros AR9271 product ids. | Damien Bergamini |
2010-12-14 | use the dying flag in struct usbd_bus instead of a private dying flag | Jacob Meuser |
2010-12-13 | #undef RSU_DEBUG | Damien Bergamini |
2010-12-12 | cosmetic | Damien Bergamini |
2010-12-12 | Match the Planex GW-USNano. | Jonathan Gray |
2010-12-11 | Add support for the ZTE MF112 from MERIGHI Marcus. | Jonathan Gray |
2010-12-11 | regen | Jonathan Gray |
2010-12-11 | ZTE MF112 | Jonathan Gray |
2010-12-11 | drop Rx'd frames larger than MCLBYTES. | Damien Bergamini |
2010-12-11 | rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SU | Damien Bergamini |
2010-12-11 | rxi_flags was used uninitialized, and in some cases, received frames | Damien Bergamini |
2010-12-08 | Reset acb->xs to NULL before scsi_done if option DIAGNOSTIC. There seem to be | Miod Vallat |
2010-12-08 | Fix compilation with option CBB_DEBUG; noticed by Dave Anderson on misc@ | Miod Vallat |
2010-12-07 | remove useless #include | Damien Bergamini |
2010-12-06 | * if we got an undercoverable error, set the dying flag | Jacob Meuser |
2010-12-06 | as in ehci and ohci, delete the interrupt timeout in the detach | Jacob Meuser |
2010-12-06 | a couple unchecked if_detach() in detach routines that were missed | Jacob Meuser |
2010-12-06 | * replace per-driver dying and/or other state variables with use of | Jacob Meuser |
2010-12-06 | call config_deactivate() before config_detach() when detaching devices. | Jacob Meuser |
2010-12-06 | * check that the root hub has been configured before trying to | Jacob Meuser |
2010-12-06 | * add dying flag to struct usbd_device | Jacob Meuser |
2010-12-05 | PCIe based sparc64 machines have always supported access to the extended PCIe | Mark Kettenis |
2010-12-04 | Check the register offset against the device's configuration space size in | Miod Vallat |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-12-03 | removed slot argument of function pckbd_cnattach | Alexandr Shadchin |
2010-12-03 | missing ; in previous | Jacob Meuser |
2010-12-02 | don't attach to the hid interface of the ti msp430 | Jacob Meuser |
2010-12-02 | make hotplug queue dynamic, allowing us to increase size without waste. | Ted Unangst |
2010-12-02 | don't match/attach devices without a data endpoint, since this driver | Jacob Meuser |
2010-12-01 | Add definition for "Extended Synch" bit in PCIe Link Control register. | Damien Bergamini |
2010-12-01 | regen | Damien Bergamini |
2010-12-01 | PCI id for Atheros AR9485. | Damien Bergamini |
2010-11-30 | sync | Jacob Meuser |
2010-11-30 | Texas Instruments MSP430 as found in the Launchpad dev board | Jacob Meuser |
2010-11-29 | regen | Damien Bergamini |
2010-11-29 | bunch of RTL8192SU product ids. | Damien Bergamini |
2010-11-28 | Get rid of "forever" loop in the interrupt handler such that we drop out of the | Mark Kettenis |