summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2010-07-22When suspending, save & restore as many registers as we can from theTheo de Raadt
2010-07-22First part of better pciide resume. Wake the channel by performing twoMike Larkin
2010-07-22Clean the macros from puc(4). Now with correct logic.Paul Irofti
2010-07-22Add suspend/resume logic. As discussed with phessler@, incorporatingMark Kettenis
2010-07-22Instead of trying to biowait on a buf that has errored, do theThordur I. Bjornsson
2010-07-22Reset the keyboard controller on resume, and also alert the childrenTheo de Raadt
2010-07-22Don't do anything on suspend/resume for now (there is a diff brewing,Theo de Raadt
2010-07-22Toggle the mouse through the disabled and enabled states when suspendingTheo de Raadt
2010-07-22pretty large cleanup of SMALL_KERNELTheo de Raadt
2010-07-22Remove unused function prototypesJordan Hargrave
2010-07-22Prevent a process from entering wpi_ioctl while another process isMark Kettenis
2010-07-22When suspending, only call athn_stop() when IFF_RUNNING is set.Mark Kettenis
2010-07-22SCSI HBA drivers are supposed to get their SCSI CDBs from xs->cmd, notMatthew Dempsky
2010-07-21Disable the heuristics for legacy free systems if pckbc flags are set to 1Miod Vallat
2010-07-21in the acpi GPE handler, late ack level interrupts not edge interrupts.Theo de Raadt
2010-07-21spacing and indents that are driving me crazyTheo de Raadt
2010-07-21No need for read/write functions, just use enodev like all the otherTheo de Raadt
2010-07-21clean up a pile of prototypes and shred some macros which were just coveringTheo de Raadt
2010-07-21Merge the edge and level gpe handlers into one (now possible since theTheo de Raadt
2010-07-21Add suspend/unsuspend logic.Mark Kettenis
2010-07-21add a couple quirks for the E-MU 0202Jacob Meuser
2010-07-21Repost ATI FireGL M24 using the emulator. This card is seen on some IBMMike Larkin
2010-07-21remove duplicate AP192K_GPIO_XXX macros,Alexandre Ratchov
2010-07-21make ENVY_GPIO_XXX macros card specific, add stub for audiophile 192kAlexandre Ratchov
2010-07-21* check that the bytes per frame the device is reporting isn't aJacob Meuser
2010-07-21move use_maxpkt out of struct chan, use a local variable in theJacob Meuser
2010-07-21some bits for USB 2.0 playback support. I'm not 100% sure aboutJacob Meuser