summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2012-04-28Added yet another magic for my ALPS touchpad.Tobias Stoeckmann
2012-04-27Sprinkle bus_space_barrier after register writes. 70% paranoia and 30%Miod Vallat
2012-04-22VT6410 and VT6415 controllers do not implement the `channel enable' register,Miod Vallat
2012-04-22Add struct proc * argument to FRELE() and FILE_SET_MATURE() inPhilip Guenthe
2012-04-17Add type numbers for upcoming sgi work, forgotten during newport(4) import.Miod Vallat
2012-04-17Output interrupts are raised when the uart is ready for output, whichAlexandre Ratchov
2012-04-14regenMatthieu Herrb
2012-04-14add Radeon Mobility HD 5430Matthieu Herrb
2012-04-13Fix waiting problem at boot on AMD Hudson's AHCI.sasano
2012-04-11fix all the suser calls which pass an incorrect p_acflag argument;Mike Belopuhov
2012-04-11SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency andChristian Weisgerber
2012-04-09If running on the original 33C93, reject commands not in groups 0, 1 or 5Miod Vallat
2012-04-09Cope with strict alignment platforms, and unbreak the RX logic. Tested withMiod Vallat
2012-04-08additional urtwn device ids found in the linux driverJonathan Gray
2012-04-08regenJonathan Gray
2012-04-08additional urtwn device ids found in the linux driverJonathan Gray
2012-04-08regenJonathan Gray
2012-04-08add ids for Attansic/Atheros L1F (AR8161) and L2F (AR8162).Jonathan Gray
2012-04-08additional adapter types from FreeBSDJonathan Gray
2012-04-08match BELKIN F7D2102; from Seth JacksonTheo de Raadt
2012-04-08add BELKIN F7D2102; Seth JacksonTheo de Raadt
2012-04-06Put raidframe in the attic.Joel Sing
2012-04-05regenJonathan Gray
2012-04-05add some devices found on a r720Jonathan Gray
2012-04-03After suspend/resume, reload the firmware. Skip firmware onTheo de Raadt
2012-04-03regenMiod Vallat
2012-04-03Do not turn keypad delete key into the other delete key when creating theMiod Vallat
2012-04-01make this work on big endian archs again, broken in the last commit.Jonathan Gray
2012-03-30If the MIDI UART is not ready for output, don't spin at IPL_CLOCK;Alexandre Ratchov
2012-03-29Missing #ifdef in previous diffMike Larkin
2012-03-29Prevent hibernation attempts on machines with unsupported disk controllers.Mike Larkin
2012-03-28guenther notes that s_pid must also move to matchTheo de Raadt
2012-03-28Work in progress support for the SGI Indigo, Indigo 2 and Indy systemsMiod Vallat
2012-03-28Yet another ioctl-related pid value. Should be the master of theTheo de Raadt
2012-03-28Take some additional steps needed to make the PHY on EC Ultra/8056Jonathan Gray
2012-03-26simplify conditionals in acpi_sleep_state()Theo de Raadt
2012-03-26hook in the hibernate request code; half of this diff is from mlarkinTheo de Raadt
2012-03-26Add support for the udl(4) in the Polaris2 USB dockClaudio Jeker
2012-03-26syncClaudio Jeker
2012-03-26Add id for the Polaris2 USB dock which is a udl(4)Claudio Jeker
2012-03-26Let this compile (not enabled by default); From Damian McGuckinTheo de Raadt
2012-03-24Left-pad the eeprom dump with zeroes in the debug dump to make it easier toMiod Vallat
2012-03-24add a bunch of run devices found in the linux driverJonathan Gray
2012-03-24regenJonathan Gray
2012-03-24add a bunch of run devices found in the linux driverJonathan Gray
2012-03-24add ZTE HSUSB.Federico G. Schwindt
2012-03-24regen.Federico G. Schwindt
2012-03-24add ZTE HSUSB device.Federico G. Schwindt
2012-03-15Allow multiple backslashes at the start of a namespace path. It is prettyMark Kettenis
2012-03-15Let nviic(4) match the NVIDIA MCP89 chipset, from Brad.Stuart Henderson