Age | Commit message (Expand) | Author |
2007-08-05 | o Reflect active network settings to ifconfig. | Marcus Glocker |
2007-08-04 | Add AGP support for the intel i965 chipset, this also extends the | Reyk Floeter |
2007-08-04 | Since ahc_controller_info()'s definition is inside #ifndef DEBUG, put | Kenneth R Westerback |
2007-08-04 | o Improve interrupt handler; fixes TX watchdog timeouts on my zaurus. | Marcus Glocker |
2007-08-03 | switch cmalo_rx() to use m_getdev() instead of something hand rolled. | Claudio Jeker |
2007-08-02 | Activate watchdog timer. We need to find out about the issue that the | Marcus Glocker |
2007-08-02 | print the vendor id string for unknown azalia codecs if we find it in | Reyk Floeter |
2007-08-02 | ETHER_ALIGN the mbuf so that it works on strictalignment archs. This is a | Claudio Jeker |
2007-08-02 | add proper recording encodings to auich(4). | Jacob Meuser |
2007-08-02 | regen | Jacob Meuser |
2007-08-02 | recognize some VIA P4M900 devices | Jacob Meuser |
2007-08-02 | for consistency, keep the count of dropped data in HW sample size, and | Jacob Meuser |
2007-08-02 | the MI audio layer never really knows what encoding the hardware uses; | Jacob Meuser |
2007-08-01 | cats went away | Theo de Raadt |
2007-08-01 | deliverd -> delivered. | Miod Vallat |
2007-08-01 | Stop making de win over dc on alpha, and include both dc and de on all | Miod Vallat |
2007-08-01 | The wdt char device was removed during c2k6 (or shortly after, don't | Michael Knudsen |
2007-08-01 | wdt doesn't malloc so no reason to include malloc.h. | Michael Knudsen |
2007-08-01 | Correct a 10-year old typo inherited from NetBSD by renaming psm.c, | Mark Kettenis |
2007-08-01 | Improve state switching and fix some debug output. | Marcus Glocker |
2007-07-31 | Add first version to enable auto association (best signal AP). Therefore | Marcus Glocker |
2007-07-31 | Add missing splx(s); calls. OK mglocker@ | Claudio Jeker |
2007-07-31 | Plug a mbuf leak in the TX path and replace a handbuilt m_copydata() | Claudio Jeker |
2007-07-31 | don't duplicate .numt in .desc; 'In this driver, whatever you want' deraadt@ | Constantine A. Murenin |
2007-07-31 | change sensor type: if .value can only ever be 0 or 1, .type should be indicator | Constantine A. Murenin |
2007-07-31 | remove magic numbers: use PCAGPIO_NPINS instead (no binary change); ok deraadt@ | Constantine A. Murenin |
2007-07-31 | Our audio layer doesn't know anything about mixer names like | Deanna Phillips |
2007-07-31 | In the mixer to device level conversions, round down to the nearest | Deanna Phillips |
2007-07-31 | Start to improve TX/RX path; don't accept further packets from TX queue | Marcus Glocker |
2007-07-31 | Simplify TX path. | Marcus Glocker |
2007-07-31 | always ignore attempts to set the record or play port to 0. | Jacob Meuser |
2007-07-30 | After two weeks of fumbling arround in the association FW command, i found | Marcus Glocker |
2007-07-30 | sync | Todd T. Fries |
2007-07-30 | AXIM pda and V360 phone, ok mk@ | Todd T. Fries |
2007-07-29 | regen | Chris Kuethe |
2007-07-29 | add a bunch of new nvidia devices | Chris Kuethe |
2007-07-28 | regen | Jasper Lievisse Adriaanse |
2007-07-28 | add biometric coprocessor | Jasper Lievisse Adriaanse |
2007-07-27 | Missing $OpenBSD$ tag. | Xavier Santolaria |
2007-07-27 | Commiting for xsa@ who dosent want to for some reason. He has KNFed and | Gordon Willem Klok |
2007-07-27 | Correct the length of the usb_string_descriptor_t and fix a possible | Marc Balmer |
2007-07-27 | Add ids for two Conexant codecs; not sure they're official | Ian Darwin |
2007-07-25 | Back out the tracking of procs in struct selinfo. There's one serious | Artur Grabowski |
2007-07-25 | Add a missing splx() and while there update the printf() to match the format | Claudio Jeker |
2007-07-25 | define and use CDCE_DEBUG and DPRINTF/DPRINTFN to be less noisy on the | Marc Balmer |
2007-07-24 | hardware WEP in the TX path. | Damien Bergamini |
2007-07-23 | This shouldn't be needs-count -- especially because it breaks config. | Michael Knudsen |
2007-07-23 | bthub needs-count | Michael Knudsen |
2007-07-23 | This improves cdce(4) and makes some devices work that previously did not | Marc Balmer |
2007-07-23 | Some style/knf nits. | Michael Knudsen |