Age | Commit message (Expand) | Author |
2010-10-23 | check that a timeout(9) has been initialized before deleting it | Jacob Meuser |
2010-10-23 | create another kthread to run xfer abort tasks. xfer abort tasks cannot | Jacob Meuser |
2010-10-23 | fix the two extremely retarded bugs that prevented the RT30XX | Damien Bergamini |
2010-10-23 | Unbreak SMALL_KERNEL. Reported by Mikolaj Kucharski, thanks! | Paul Irofti |
2010-10-22 | Attach the two run(4) usb ids that krw@ added to usbdevs. | Damien Bergamini |
2010-10-20 | Disestablish interrupts if attachment fails. | Michael Knudsen |
2010-10-19 | update initialization values for the Osprey 2.2. | Damien Bergamini |
2010-10-19 | Unify some error messages to simplify reset code. No functional | Kenneth R Westerback |
2010-10-18 | bFrameIntervalType affects frame rates, not frame sizes | Jacob Meuser |
2010-10-18 | when configuring the streaming interface with the video probe and | Jacob Meuser |
2010-10-18 | use setting with closest matching bandwidth for the current configuration | Jacob Meuser |
2010-10-18 | Stop compiling with ATHN_DEBUG defined by default. | Damien Bergamini |
2010-10-18 | Add __attribute__((aligned(4))) to __packed Tx/Rx descriptors. | Damien Bergamini |
2010-10-18 | remove v2.0 initialization values for the Osprey. | Damien Bergamini |
2010-10-17 | Ansify non-ansified function definitions. No functional change. | Kenneth R Westerback |
2010-10-16 | Sync | Kenneth R Westerback |
2010-10-16 | Two run(4)'s picked up in Akihabara after j2k10. Melco WLI-UC-GNM and | Kenneth R Westerback |
2010-10-16 | Remove some duplicated code. No need to flush/reset at attach and then | Kenneth R Westerback |
2010-10-16 | SUNWEIT DVI can be just about any chipset. Use the revision to select which. | Mats O Jansson |
2010-10-15 | Remove redundant definition | Jordan Hargrave |
2010-10-14 | Move glxpcib(4) to MI land unifying the two MD drivers. | Paul Irofti |
2010-10-12 | Add Sierra Wireless MC8790. | Marco Pfatschbacher |
2010-10-12 | regen | Marco Pfatschbacher |
2010-10-12 | Add Sierra Wireless MC8790. | Marco Pfatschbacher |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-10-11 | 16-byte commands just won't fit in 12-byte buffers. So make the | Kenneth R Westerback |
2010-10-10 | Add proper malloc flags so we can attach again. | Marcus Glocker |
2010-10-09 | Make trm(4) work again. Avoid use-after-free of xs fields, don't | Kenneth R Westerback |
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 |