summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-10-09* define structure that represents USB descriptor with variable sizedJacob Meuser
2010-10-09only print out of sync messages when compiled for debuggingJacob Meuser
2010-10-09control values can be 1 or 2 bytes, signed or unsigned. fixes hueJacob Meuser
2010-10-08don't trust that bFrameIndex in frame descriptors is unique. fixesJacob Meuser
2010-10-08Call bus_space_barrier() after each read and write, since thisAlexandre Ratchov
2010-10-08encoding of envy is little endian, not native endian, probably fixes envyAlexandre Ratchov
2010-10-08put all calls bus_space_xxx() into functions, makes the code smallerAlexandre Ratchov
2010-10-08check current hardware position in interrupt handler. it's possibleJacob Meuser
2010-10-07Create separate functions for enabling wake and runtime gpes.Jordan Hargrave
2010-10-07If the card model is not ``HT/PT'', then check that the DMA physicalAlexandre Ratchov
2010-10-07Fix some pms(4) vs wsmoused issues. From Alexandr Shadchin viaKenneth R Westerback
2010-10-06Give the device the physical address obtained from the DMA mappingAlexandre Ratchov
2010-10-05split acpi_enable_onegpe to separate enable/disable functionsJordan Hargrave
2010-10-05Added acpi_disable_allgpes function to clear GPE statusJordan Hargrave
2010-10-05clean up acpi_softc use moreTheo de Raadt
2010-10-05delete a bit of #if 0 codeTheo de Raadt
2010-10-05hide use of our global acpi_softc pointer a bit betterTheo de Raadt
2010-10-05add missing splx in the debug codepath. nevertheless thatMike Belopuhov
2010-10-05regenDavid Gwynne
2010-10-05areca have a new family of controllers outDavid Gwynne
2010-10-04add support for midi(4) ports to envy(4)Alexandre Ratchov
2010-10-03iopoolification. Tested on my Advansys ASP-3940U2W. Various eyesKenneth R Westerback
2010-10-03iopoolification. Tested on my Initio INIC-950. Various eyes includingKenneth R Westerback
2010-10-03Prevent the Dream Link USB LED Message Board to be attached as an HIDJonathan Armani
2010-10-03SyncJonathan Armani
2010-10-03Add Dream Link USB LED Message Board v1.0Jonathan Armani
2010-10-03syncTheo de Raadt
2010-10-03usb mouse; brynet@gmailTheo de Raadt
2010-10-02remove support for srandom and urandom. direct everyone to arandom instead.Ted Unangst
2010-10-02Fix Ian@'s pms keyboard/mouse while keeping my eeePC working.Kenneth R Westerback
2010-09-29Add DMA sync operations. Fixes problems on macppc with gcc4 becauseMark Kettenis
2010-09-29grab the acpi thread lock very early in acpi thread startup; not that itTheo de Raadt
2010-09-29The attach function can return 1 now because there is no more priorityTheo de Raadt
2010-09-29Radeon HD4200 Mobility; from brynet. Some flags tweaks from me.Owain Ainsworth
2010-09-29syncOwain Ainsworth
2010-09-29Radeon HD4200 Mobility from BrynetOwain Ainsworth
2010-09-29back out support for variable sized processing unit controls untilJacob Meuser
2010-09-28do not assume PR_NOWAIT is 0; it is not anymoreTheo de Raadt
2010-09-27A few M_ZEROs without any M_WAITOK/M_NOWAITs.Thordur I. Bjornsson
2010-09-27Make sure the SEND_DEV_ID command is sent synchronously, so the response bufferMiod Vallat
2010-09-27tedu's shiny new pool_get kassert found an instance of PR_NOWAIT orMarco Peereboom
2010-09-26support variable sized (bControlSize != 2) processing unit bmControls,Jacob Meuser
2010-09-26Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@.Miod Vallat
2010-09-25ppb(4) should respect pci_dopm, like pci(4) does, and not try to poweroffMike Larkin
2010-09-25when vscsi is closed, deactivate all child devices so when we kill theDavid Gwynne
2010-09-24- missing semicolon from r@undefined.chJasper Lievisse Adriaanse
2010-09-24remove dying flag in detach() function.Yojiro Uo
2010-09-24try to print the attach dmesg line in one unit, rather than intermixingTheo de Raadt
2010-09-24remove useless storeDavid Gwynne
2010-09-24no use setting cmd in mfi_ioctl_setstate if you never use it.David Gwynne