summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-11-17Buffers are not necessarily NUL-terminated, so use memcpy instead of strlcpyMark Kettenis
2007-11-17syncDamien Bergamini
2007-11-17fix uath entry.Damien Bergamini
2007-11-17update ZD1211B firmware.Damien Bergamini
2007-11-17Disable jumbo allocator until the low number of buffers caseJonathan Gray
2007-11-17implement ic_set_key() and ic_delete_key() callbacks.Damien Bergamini
2007-11-17RT2560+RT2661: update the physical address in the RX descriptor afterDamien Bergamini
2007-11-17Rename fiber TBI flag from BGE_TBI to BGE_PHY_FIBER_TBI. No functional change.Brad Smith
2007-11-17use tables to determine the best control to use for play.gain, record.gainAlexandre Ratchov
2007-11-17sync error messages with man page's DIAGNOSTICS section.Damien Bergamini
2007-11-16clear host to mcu mailbox after loading microcode.Damien Bergamini
2007-11-16No need to mention which codec is being used if there's only one.Deanna Phillips
2007-11-16Fix dmesg output. From form@.Mike Belopuhov
2007-11-16firmware (if not store in a seeprom in the device) for the uticom(4)Theo de Raadt
2007-11-16driver for TI TUSB3410 usb serial, written by dxi@mail.ru andTheo de Raadt
2007-11-16the cpu_feature/cpu_id stuff here is bullshit, XXX it so that it gets fixed o...Theo de Raadt
2007-11-16fix the bus_space #define nightmare, so that amd64 and i386 are much moreTheo de Raadt
2007-11-16quotes around model name tooTheo de Raadt
2007-11-16use arc4random_bytes() instead of multiple arc4random() calls;Damien Miller
2007-11-16accept ATA ioctls so tools like atactl work on disks behind the atascsiDavid Gwynne
2007-11-16cast pointer to right typeTheo de Raadt
2007-11-15remove the #ifdef ACPI_ENABLE. the EC codepath is either safe enough (andTheo de Raadt
2007-11-15Make acpicpu(4) attach to the existing CPUs only.Mike Belopuhov
2007-11-15match expresscard ralTheo de Raadt
2007-11-15syncTheo de Raadt
2007-11-15ralink N expresscard modelTheo de Raadt
2007-11-15New driver for Ralink RT2860 chipset.Damien Bergamini
2007-11-15Nicer dmesg output.Mike Belopuhov
2007-11-15syncTheo de Raadt
2007-11-15more devices... all the timeTheo de Raadt
2007-11-15don't waste our time telling the aml that we are OpenBSD; it will neverTheo de Raadt
2007-11-14Unknown codecs don't have a name field, so print what we read fromDeanna Phillips
2007-11-14shrink floppy build by knocking out some unused bits of code; seen by canacarTheo de Raadt
2007-11-14spacingTheo de Raadt
2007-11-14Fix handling of local AML variables for type conversion:Can Erkin Acar
2007-11-14CCU-550 EVDO; Alexey VatchenkoTheo de Raadt
2007-11-14syncTheo de Raadt
2007-11-14add the Marvell 88E8042 and 88E8072 PCI ids.Brad Smith
2007-11-14regenBrad Smith
2007-11-14- add the ATI Radeon X1950 Pro video adapter.Brad Smith
2007-11-14less obnoxious dmesgDeanna Phillips
2007-11-14regenBrad Smith
2007-11-14- add the Intel G33 PCIe bridge.Brad Smith
2007-11-13fix output after deraadts fixes in usb. prints attach and address info onDavid Gwynne
2007-11-12spacingTheo de Raadt
2007-11-12no need to print acpi name on attachTheo de Raadt
2007-11-12a little less excitement (every printf does not need to end in !)Theo de Raadt
2007-11-12correct : vs , in attach-time messagesTheo de Raadt
2007-11-12spacingTheo de Raadt
2007-11-12Don't use utc_off, time is always reported in UTC.Marc Balmer