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