summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-07-27spacing; ok deraadt@Todd T. Fries
2010-07-27Revert 1.34 certain systems need the parent ec pointer initialized earlier.Marco Peereboom
2010-07-27spacingTheo de Raadt
2010-07-27add bce_activate(), suspends and resumes on my laptopTodd T. Fries
2010-07-27Make sure we stop DMA before we suspend. Remove unused argument to re_stop()Mark Kettenis
2010-07-27Make sure we stop DMA before we suspend.Mark Kettenis
2010-07-27ca_activate function for suspend/resumeTheo de Raadt
2010-07-27Set the sleeping indicator light on machines that support it, in case SMIMike Larkin
2010-07-27Repost ATI Radeon HD4500 on HP Pavilion dv7-3160us using the emulator,Mike Larkin
2010-07-27annoying spaces getting in the wayTheo de Raadt
2010-07-27Early initialization of acpiec if ECDT table existsJordan Hargrave
2010-07-27Add scsi_cmd_rw_decode() for decoding any SCSI READ or WRITE command,Matthew Dempsky
2010-07-27replace acpitz_getreading goo with proper aml_evalinteger.Marco Peereboom
2010-07-27Fix #ifdef DDB/#ifdef SMALL_KERNEL uses so all four combinationsKenneth R Westerback
2010-07-27Add additional Notify handler for dock devices, according to ACPI specJordan Hargrave
2010-07-27ca_activate function brings eeepc 1000HE back after resume.Theo de Raadt
2010-07-26ca_activate function brings eeepc701 network back after resume.Theo de Raadt
2010-07-26Microsoft LifeCam needs the framesize quirk as well.Michael Knudsen
2010-07-26syncMichael Knudsen
2010-07-26Add Microsoft LifeCam.Michael Knudsen
2010-07-26Remove unused structure membersJordan Hargrave
2010-07-26Make sure we stop DMA before suspend instead of doing it as the first thingMark Kettenis
2010-07-26Some machines include VID devices for hardware that doesn't exist. AvoidMark Kettenis
2010-07-26remove merge error which was commitedTheo de Raadt
2010-07-26Add support for Sony ACPI hotkeys via a new driver: acpisony(4).Paul Irofti
2010-07-26Fix some spacing / comment.Marcus Glocker
2010-07-26Make one more Sonix chipset cam work with 640x480 by a) adding it to theMarcus Glocker
2010-07-26Correct the links between threads, processes, pgrps, and sessions,Philip Guenthe
2010-07-25In pmsi_setintellimode(), make sure we send commands withMiod Vallat
2010-07-25syncMarcus Glocker
2010-07-25Add another uvideo(4) device which needs theMarcus Glocker
2010-07-24missed a couple indents in previousJacob Meuser
2010-07-24Restore a needed 'return' removed in the last commit, and stylisticMatthew Dempsky
2010-07-24fix another race. vscsi_cmd checked if the adapter was running atDavid Gwynne
2010-07-24add suspend/resume code, modelled along pms. on at least one ASUS laptopTheo de Raadt
2010-07-23Don't initialize acpiec pointer in acpi_softc until registration succeedsJordan Hargrave
2010-07-23Control/data registers were being mapped with swapped io space tagsJordan Hargrave
2010-07-23bring back changes in uaudio.c r1.83, this time remembering to commitJacob Meuser
2010-07-23Fix searchname to handle short name segments, remove hack in acpidock.Jordan Hargrave
2010-07-23revert last commit, unbreaking the tree; was missing a macro definitionStuart Henderson
2010-07-23support for playback sync endpointsJacob Meuser
2010-07-23ANSI/style(9), no binary changeJacob Meuser
2010-07-23matthew@ noted a possible misuse of the rwlock used to protect vscsiDavid Gwynne
2010-07-23regenMike Larkin
2010-07-23SIS 86C202 is not a VGA device, it's an AGP bridge. Use a betterMike Larkin
2010-07-23Manuel Bouyer rescinded clauses 3 and 4 of his license text.Jonathan Gray
2010-07-23Add suspend/resume logic.Peter Hessler
2010-07-23For suspend/reume, ATI IXP chips (might) need 0x40-0x56 saved.. butTheo de Raadt
2010-07-22ansi. no binary changeJonathan Gray
2010-07-22Give the drive a little bit more time to complete the STANDBY IMMED command.Mark Kettenis