Age | Commit message (Expand) | Author |
2007-07-18 | unbreak build. | Damien Bergamini |
2007-07-18 | move the processing of the pause attribute to the end of audiosetinfo(), | Jacob Meuser |
2007-07-18 | convert code under #if 0 to the new ieee80211_key structure. | Damien Bergamini |
2007-07-18 | replace the ieee80211_wepkey structure with a more generic ieee80211_key | Damien Bergamini |
2007-07-17 | Add missing '};' to end struct declaration. Compiles again. | Kenneth R Westerback |
2007-07-17 | more places where the difference between the hardware sample size | Jacob Meuser |
2007-07-17 | ident/ansify/de-register | Jasper Lievisse Adriaanse |
2007-07-17 | - the data in the read buffer, that was put there by the hardware, | Jacob Meuser |
2007-07-17 | when looping through an array and advancing your pointer to the array | Jacob Meuser |
2007-07-16 | The logic determining the value of rl_eewidth for the 9346 and 9356 | Todd C. Miller |
2007-07-15 | Delay switching to the real serial console until we attach the serial device. | Mark Kettenis |
2007-07-14 | - ANSI function declarations | Jacob Meuser |
2007-07-11 | Use the full 64 bits available when reporting sizes; now bioctl shows | Otto Moerbeek |
2007-07-11 | endianness | Damien Bergamini |
2007-07-10 | emu(4) incorrectly overrides the requested recoding format, setting | Jacob Meuser |
2007-07-10 | change firmware loading code to adopt the new 2.14.4 firmware layout. | Damien Bergamini |
2007-07-10 | fix the bug rev 1.56 uncovered and rev 1.62 worked around. | Jacob Meuser |
2007-07-09 | take into account possible expansion and be more careful not to | Jacob Meuser |
2007-07-09 | give the user what they expect instead of what we're working with | Jacob Meuser |
2007-07-09 | don't always spew massive debug messages just because AUDIO_DEBUG is | Jacob Meuser |
2007-07-08 | ansify/de-register | Jasper Lievisse Adriaanse |
2007-07-08 | Process scan command results. Enable 'ifconfig -M'. | Marcus Glocker |
2007-07-08 | As pointed out by Mickey, "-I/usr/includes" is not required for | Kenneth R Westerback |
2007-07-07 | Restore missing '(' to allow successful compilation. Bad pyr@. | Kenneth R Westerback |
2007-07-07 | Make the scan command work, finally. | Marcus Glocker |
2007-07-07 | Add support for Realtek ALC883. This is the "value" edition of the | Deanna Phillips |
2007-07-06 | typo in an error message. | Damien Bergamini |
2007-07-06 | - enable full-duplex mode by default if a device is opened | Jacob Meuser |
2007-07-06 | the AUDIO_WSEEK ioctl should return the number of bytes in the play | Jacob Meuser |
2007-07-06 | be sure to respect the pause attribute | Jacob Meuser |
2007-07-06 | - there is no need for audio_init_ringbuffer() to always set the "pause" | Jacob Meuser |
2007-07-06 | The poll(2) syscall doesn't work correctly on audio(4) devices. | Jacob Meuser |
2007-07-05 | fixes my previous commit. | Damien Bergamini |
2007-07-05 | don't set IEEE80211_CAPINFO_ESS bit since we're not operating as an AP. | Damien Bergamini |
2007-07-05 | move the logic of determining whether an extended supported rates IE is | Damien Bergamini |
2007-07-04 | bye bye | Henning Brauer |
2007-07-04 | remove fe(4). hasn't been enabled in 10 years, doesn't compile, no manpage. | Henning Brauer |
2007-07-04 | Revert r1.42 of if_bnx.c, "Enable IPv4 transmit TCP/UDP checksum | Kenneth R Westerback |
2007-07-03 | join ahci attach code back together into one function. | David Gwynne |
2007-07-03 | jmb pretends to be pci now, so i dont need to let it see ahci_softc so it | David Gwynne |
2007-07-03 | do not blindly configure everything to sit on function 0. jmicron tell me | David Gwynne |
2007-07-02 | the jmb362 should work fine | David Gwynne |
2007-07-02 | regen | David Gwynne |
2007-07-02 | oops, i copied too much, fix jmb362 id | David Gwynne |
2007-07-02 | regen | David Gwynne |
2007-07-02 | jmicron have a 2 port sata chip called teh jmb362 | David Gwynne |
2007-07-02 | sync | Damien Bergamini |
2007-07-02 | new 4965agn product Id. | Damien Bergamini |
2007-07-02 | only attach ahci or pciide if the chip can actually support them. deal with | David Gwynne |
2007-07-02 | kettenis suggested that i can use pci_intr_map twice on the same device | David Gwynne |