Age | Commit message (Expand) | Author |
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 |
2007-07-02 | dont force probing of high functions on jmicron controllers. we dont enable | David Gwynne |
2007-07-02 | dont enable the second pci function for pciide support. we're going to | David Gwynne |
2007-07-02 | dont attach on jmicron parts now that jmb(4) does that for us. | David Gwynne |
2007-07-02 | jmicron controllers are strange cos they provide both ide and sata support | David Gwynne |
2007-07-02 | move ahci_softc and the prototype for ahci_attach into a header so other | David Gwynne |
2007-07-02 | pull ahci_attach apart slightly to accommodate attaching ahci(4) to things | David Gwynne |
2007-07-01 | fix potential crash due to wrong ca_devsize; whilst here, also fix iobase typ... | Constantine A. Murenin |
2007-06-30 | regen | Jonathan Gray |
2007-06-30 | Add a few devices found in submitted dmesgs | Jonathan Gray |
2007-06-30 | Add 802.11d (domain info) command. | Marcus Glocker |
2007-06-29 | ansify/de-register | Jasper Lievisse Adriaanse |
2007-06-29 | respect timeouts. prompted by freebsd pr110122, but also proplerly | Henning Brauer |