summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2011-10-17Fix the synchronization of some alps pads, issue reported by Bryan (brakeb)Martin Pieuchot
2011-10-16Provide battery charge/discharge rate in proper units.Mark Kettenis
2011-10-16align the read to the PCI config space.David Hill
2011-10-14Make ath(4) send multicast frames once, not multiple times.Stefan Sperling
2011-10-14Return EINVAL when there's no config descriptor for a given index.Martin Pieuchot
2011-10-13Make WOL support do something that actually makes sense; effectivelyMark Kettenis
2011-10-13Fix definition of XL_PME_EN.Mark Kettenis
2011-10-10Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).Miod Vallat
2011-10-09add support for WCH CH352 serialJonathan Gray
2011-10-09regenJonathan Gray
2011-10-09WCH CH352 serialJonathan Gray
2011-10-09Fix the backspace key under X11 and make the 'option' key behaves like inMartin Pieuchot
2011-10-07Detect the ts3000b3 and stts2002, and weaken the cat34ts02 model checkTheo de Raadt
2011-10-07Interface cable for Yaesu ham radios, ok deraadtChris Kuethe
2011-10-07regenChris Kuethe
2011-10-07RT Systems interface cable (rebranded FTDI) for Yaesu ham radiosChris Kuethe
2011-10-06ccd goes to the atticTheo de Raadt
2011-10-05It is not safe to call sensor_task_unregister() from inside theTheo de Raadt
2011-10-05ami_drv_inq bus_dmamap_loads the inquiry buffer, so that buffer has to beDavid Gwynne
2011-10-05Add the remaining parts of support for 82580 based devices such asJonathan Gray
2011-10-04Add support for ALPS touchpads.Martin Pieuchot
2011-10-03Add a 'flag' locator to gpioiic(4), and define a first flagMatthieu Herrb
2011-09-29Avoid a potential NULL dereference if nports == 0.Stefan Sperling
2011-09-27Needs explicit <sys/kthread.h>; fixes build on palm.Miod Vallat
2011-09-23Make sure siop_xfer is a multiple of 128 bytes as intended (and as told byMiod Vallat
2011-09-23regenJonathan Gray
2011-09-23XHCI -> xHCI and some additional devicesJonathan Gray
2011-09-22KNF of mlarkin's code, requested by him. Some improvements to the interfaceTheo de Raadt
2011-09-22Fix white space and tabs here. ok miod@, oga@Matthieu Herrb
2011-09-21Some minor clean up to the _start funtions to make the code read a littleKevin Lo
2011-09-20Prepare to add support ALPS touchpadsAlexandr Shadchin
2011-09-20In its current state the ring code doesn't work on sandybridge. As a resultMark Kettenis
2011-09-20The BIOS on the x220 doesn't retrain the FDI link upon resume and restoringMark Kettenis
2011-09-20Very early in suspend while the clock is still ticking realtime,Theo de Raadt
2011-09-20Mark softraid crypto volumes as being capable of auto assembly, since theyJoel Sing
2011-09-20Simplify the crypto descriptor handling by changing the list head, insteadJoel Sing
2011-09-19If the rootduid matches a softraid chunk of a bootable softraid volume,Joel Sing
2011-09-19When installboot is run on a softraid volume, add boot optional metadataJoel Sing
2011-09-19Cleanup sr_ioctl_createraid(). There are three clear cases - (1) corruptJoel Sing
2011-09-19Missing argument in STIDEBUG printfMiod Vallat
2011-09-19Make sure snooping is enabled on Intel HDA variants. Fixes audio on myMark Kettenis
2011-09-18Add support for *at(2) system calls to systrace(1).Matthew Dempsky
2011-09-18usbdivar.h needs struct timeout. But don't get it indirectly viaKenneth R Westerback
2011-09-18Add support for variable length optional metadata in softraid(4). ThisJoel Sing
2011-09-18Set pointer to NULL not 0. From Michael Knudsen (several times).Kenneth R Westerback
2011-09-18Remove extra printf argumentsMiod Vallat
2011-09-18Rename the optional metadata handler function and factor out the optionalJoel Sing
2011-09-18Fix various format string types to as a minimum match the width of theMiod Vallat
2011-09-17Fix a truncated DPRINTF.Miod Vallat
2011-09-17use default_chip_unmap for sata_chip_map, lets the via controllers detachJonathan Gray