summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-12-06* if we got an undercoverable error, set the dying flagJacob Meuser
2010-12-06as in ehci and ohci, delete the interrupt timeout in the detachJacob Meuser
2010-12-06a couple unchecked if_detach() in detach routines that were missedJacob Meuser
2010-12-06* replace per-driver dying and/or other state variables with use ofJacob Meuser
2010-12-06call config_deactivate() before config_detach() when detaching devices.Jacob Meuser
2010-12-06* check that the root hub has been configured before trying toJacob Meuser
2010-12-06* add dying flag to struct usbd_deviceJacob Meuser
2010-12-05PCIe based sparc64 machines have always supported access to the extended PCIeMark Kettenis
2010-12-04Check the register offset against the device's configuration space size inMiod Vallat
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-12-03removed slot argument of function pckbd_cnattachAlexandr Shadchin
2010-12-03missing ; in previousJacob Meuser
2010-12-02don't attach to the hid interface of the ti msp430Jacob Meuser
2010-12-02make hotplug queue dynamic, allowing us to increase size without waste.Ted Unangst
2010-12-02don't match/attach devices without a data endpoint, since this driverJacob Meuser
2010-12-01Add definition for "Extended Synch" bit in PCIe Link Control register.Damien Bergamini
2010-12-01regenDamien Bergamini
2010-12-01PCI id for Atheros AR9485.Damien Bergamini
2010-11-30syncJacob Meuser
2010-11-30Texas Instruments MSP430 as found in the Launchpad dev boardJacob Meuser
2010-11-29regenDamien Bergamini
2010-11-29bunch of RTL8192SU product ids.Damien Bergamini
2010-11-28Get rid of "forever" loop in the interrupt handler such that we drop out of theMark Kettenis
2010-11-28Bring back MCLGETI; a fix for the issue that was the reason for its previousMark Kettenis
2010-11-27Increase UVIDEO_MAX_FRAME to 32 to support 28 possible frame types onPaul de Weerd
2010-11-27regenPaul de Weerd
2010-11-27Another cam: Logitech HD Pro Webcam C910Paul de Weerd
2010-11-24- use *un*signed byte array for control dataJacob Meuser
2010-11-23regenKevin Lo
2010-11-23Recognize the Marvell PHYG65G Gig PHY; tested by Frans HaarmanKevin Lo
2010-11-23removed slot argument of function pckbc_cnattachAlexandr Shadchin
2010-11-21adding timer randomness in ioctl doesn't really help and looks suspicious.Ted Unangst
2010-11-21Properly handle when uhci_alloc_sqh() fails to allocate memory inMatthew Dempsky
2010-11-20Change wsdisplay_kbdinput() to get an aray of keysym_t and a count, instead ofMiod Vallat
2010-11-20Replace all mentions of sc_base.me_dispdv with sc_displaydv. The latter is aMiod Vallat
2010-11-20__attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, andMiod Vallat
2010-11-20Missing splx() in hil_thread(). This turned out to be harmless due to theMiod Vallat
2010-11-20clean up cases of ;;Theo de Raadt
2010-11-19miscellanous->miscellaneousMiod Vallat
2010-11-19Do not allow malloc() to wait in uhci_device_setintr(), instead check forMiod Vallat
2010-11-18Don'tMiod Vallat
2010-11-18Do not #include <sys/dkstat.h> if you don't need anything from it.Miod Vallat
2010-11-18Mark NVIDIA MCP89 SATA controllers as such. Makes them use DMA instead of PIOMark Kettenis
2010-11-18regenMark Kettenis
2010-11-18Split the NVIDIIA MCP89 disk controller IDs into SATA, AHCI and RAID, followingMark Kettenis
2010-11-17the text editor sucksKevin Lo
2010-11-17Add support for Marvell 88E8059, found in HP mini 5102.Kevin Lo
2010-11-16BenQ M32 GSM/GPRS modem uses a custom product ID prolific PL2303; Mark PeoplesTheo de Raadt
2010-11-16syncTheo de Raadt
2010-11-16attach FeiXun products.Damien Bergamini