summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2012-07-17add a bunch of devices found in different laptops and desktops.Kirill Bychkov
2012-07-16Add shorter form function aml_node_setval() for setting an intTheo de Raadt
2012-07-13Try to avoid using the same wchan name twice.Theo de Raadt
2012-07-13Add support compose LED on a usb keyboardAlexandr Shadchin
2012-07-13Disable acpivideo(4) on ASUS laptops.Paul Irofti
2012-07-13Make the ACPI EC aware of the AML global lock.Paul Irofti
2012-07-13Keep separate OACTIVE flags to mark full management/data tx queues,Stefan Sperling
2012-07-13Init the baseband processor before selecting antennas since selecting antennasStefan Sperling
2012-07-12Support NetMos NM9820 cardbus (added to puc as well, for theTheo de Raadt
2012-07-11for now, restrict hibernate to root in the acpi ioctl kernel interface.Mike Larkin
2012-07-10Ooops. A debug printf sneaked in. Sorry about that.Paul Irofti
2012-07-10More wraping and style.Paul Irofti
2012-07-10WrapPaul Irofti
2012-07-09tiny little oops in untested hibernate blockTheo de Raadt
2012-07-09clean up ioctl() case statementsTheo de Raadt
2012-07-09acpi_disable_onegpe() is not used; ok piroftiTheo de Raadt
2012-07-08regenStefan Sperling
2012-07-08add another BCM43224 ID; ok and tweak mpi@Stefan Sperling
2012-07-07syncTheo de Raadt
2012-07-07another netmos cardbus serial; espie owns itTheo de Raadt
2012-07-07regenJasper Lievisse Adriaanse
2012-07-07add the x200 cameraJasper Lievisse Adriaanse
2012-07-07When aborting a transfer set the halted bit to the QH's qTD and removeMartin Pieuchot
2012-07-07Support for USB keyboards that use a variable for each separate key in theMike Larkin
2012-07-06rewrite the receive filter programming to look similar to otherMike Belopuhov
2012-07-05Correct the jumbo setup code within brgphy(4). The code had a mistakeStuart Henderson
2012-07-05set the prefetch threshold for 99'er as well. provides some additionalMike Belopuhov
2012-07-05enable the code that forces a cleanup if number of tx descriptorsMike Belopuhov
2012-07-05Add flow control to bnx(4)Peter Hessler
2012-07-05regenMark Kettenis
2012-07-05NVIDIA GeForce 320M as found on the 2010 version of the Apple Mac mini.Mark Kettenis
2012-07-04Invert the logic for detecting fibre interface media adapters.Mark Kettenis
2012-07-04Set the 10_100_ONLY flag for the BCM57791/BCM57795 chipsetsMark Kettenis
2012-07-03regenJonathan Gray
2012-07-03Switch from GT1/GT2 style names to marketing names for recent IntelJonathan Gray
2012-07-02Backout premature optimization and actually commit the diff which had beenMiod Vallat
2012-07-02Report immediate deselection from a target upon selection as a `selectionMiod Vallat
2012-07-02Hibernate i/o implementation for ahci(4). This works with an ATI SBx00Jonathan Matthew
2012-07-01Pass a width value corresponding to one finger for ALPS touchpads when theMartin Pieuchot
2012-07-01Add support for the Winbond W83627UHG chip.Lawrence Teo
2012-07-01Nuke unused _[23]ltol() and _lto[23]l() inline functions. MoveKenneth R Westerback
2012-06-29fix obvious panic on resume with AHCI_DEBUG enabledJonathan Matthew
2012-06-29match on the 7SERIES_SMBJasper Lievisse Adriaanse
2012-06-29regenJasper Lievisse Adriaanse
2012-06-29add a bunch of intel 7 series id's for devices found in the thinkpad x230Jasper Lievisse Adriaanse
2012-06-28regenMike Belopuhov
2012-06-28Devices with BCM5724 BCM5750 and BCM5750M PCI IDs were never releasedMike Belopuhov
2012-06-28Fix issues with AMD chipset ahci(4) attach functions.Stuart Henderson
2012-06-24Change arc4random_uniform() to calculate ``2**32 % upper_bound'' asMatthew Dempsky
2012-06-23There's no need to check for the last qTD of a list because they areMartin Pieuchot