Age | Commit message (Expand) | Author |
2008-08-14 | add missing semicolon; ok mbalmer@, marco@ | Robert Nagy |
2008-08-13 | Make sure that we don't sleep with a lock held, some small cleanup while | Owain Ainsworth |
2008-08-13 | Check for zero in drm_calloc() to prevent divide-by-zero. Also rearrange | Owain Ainsworth |
2008-08-13 | Kill file_priv->refs, it is always 1. Also move two things from the | Owain Ainsworth |
2008-08-13 | Add VIDIOC_ENUM_FRAMESIZES ioctl. This permits applications to query the | Marcus Glocker |
2008-08-13 | Change the drm_lock*() api to take a pointer to the struct as a | Owain Ainsworth |
2008-08-13 | idgen32 wasn't really right here. Change back to how it was, but | Owain Ainsworth |
2008-08-13 | Generate the magic id using idgen32(). While i'm here fix the locking a | Owain Ainsworth |
2008-08-13 | Kill a bunch of the drm context code that nothing uses anymore, the | Owain Ainsworth |
2008-08-13 | Add more Config mode registers. | Brad Smith |
2008-08-13 | Add the 8139D PCI id. | Brad Smith |
2008-08-13 | regen | Brad Smith |
2008-08-13 | Add another PCI id for the Realtek 8139D chipset. | Brad Smith |
2008-08-13 | Replace the use of a separate softc field to track the link | Brad Smith |
2008-08-12 | Kill dmesg spam. Since we can't guarantee that a device is capable of | Owain Ainsworth |
2008-08-12 | Don't process xfers which have the stream error bit set in the stream | Marcus Glocker |
2008-08-12 | VT8233+ uses a different register base for capturing | Jacob Meuser |
2008-08-11 | Add support for TX/RX checksum offload for newer re(4) chipsets. | Brad Smith |
2008-08-11 | Undo last commit; deraadt didn't like it. | Marco Peereboom |
2008-08-11 | Add infrastructure to manually kick off rebuilds. | Marco Peereboom |
2008-08-11 | Since we have ehci(4) isoc support now, don't demote USB2 uvideo(4) | Marcus Glocker |
2008-08-10 | 'flus' -> 'flush', 'waitinf' -> 'waiting'. From Dawe via tech@. | Kenneth R Westerback |
2008-08-10 | Prepare for ehci: | Marcus Glocker |
2008-08-10 | Don't assume the first LAPIC in the table corresponds to the boot processor. | Mark Kettenis |
2008-08-10 | Style fixes and use of tabs for the DRM bits. | Brad Smith |
2008-08-09 | Add isochronous xfer support for ehci(4). From NetBSD. | Marcus Glocker |
2008-08-09 | MCP79 are also capable of Jumbo frames. Add the Jumbo support flag. | Brad Smith |
2008-08-09 | Pass a device name to {tc,tcds,ioasic}_intr_establish in order to get | Miod Vallat |
2008-08-09 | Regen | Miod Vallat |
2008-08-09 | Add the fr-dvorak-be'po layout as fr.dvorak for ps/2 and usb keyboards. | Miod Vallat |
2008-08-09 | Revert last commit, it doesn't always help, we need to find another | Marcus Glocker |
2008-08-09 | Prepare for ehci: If GET_DEF request has failed, wait a moment before | Marcus Glocker |
2008-08-08 | sync | Damien Bergamini |
2008-08-08 | PCI IDs for Intel WiFi Link 5000 series (5100, 5300, 5350). | Damien Bergamini |
2008-08-08 | if we fail to extract the mbuf in the Rx routine, increment | Thordur I. Bjornsson |
2008-08-08 | sync | Reyk Floeter |
2008-08-08 | add eMPIA Technology EeePC 701 camera (currently unsupported uvideo(4) | Reyk Floeter |
2008-08-08 | 'prey' -> 'pray' in comment as prayer rather than predation seems | Kenneth R Westerback |
2008-08-06 | Backout the acpicpu_setpdc code and the code to allow est to use acpicpu | Gordon Willem Klok |
2008-08-05 | Fix spurious 0 values on batteries seen on laptopts that have an embedded | Marco Peereboom |
2008-08-05 | Add support for reading the MAC address for newer re(4) chipsets. | Brad Smith |
2008-08-03 | revert part of rev. 1.65 where we set the address earlier. this seems | Federico G. Schwindt |
2008-08-02 | Use correct terms as in the specs; | Marcus Glocker |
2008-08-02 | Better wording for a comment. | Marcus Glocker |
2008-08-02 | Spacing, sorting, and remove an unused prototype. | Marcus Glocker |
2008-08-02 | Woops, remove #undef which was committed by mistake. | Marcus Glocker |
2008-08-02 | Don't print error message if GET_DEF request fails, since this is common | Marcus Glocker |
2008-08-02 | Make the drm attach messages a lot prettier. | Owain Ainsworth |
2008-08-02 | make the drm unsupported printf more in line with how the rest of them | Owain Ainsworth |
2008-08-02 | If a format descriptor doesn't contain any frame descriptors even if it | Marcus Glocker |