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