summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-10-19fix audio_calc_blksize() not to return larger block sizes thanAlexandre Ratchov
2007-10-19regenBrad Smith
2007-10-19add the Broadcom BCM4328 PCI id.Brad Smith
2007-10-18Correct tenths of a nanosecond cycle encodings for DDR2,Jonathan Gray
2007-10-18Initio INIC-941 works as well; ok miod@Otto Moerbeek
2007-10-18avoid splassert, caused by the fact that iha_main() is calledOtto Moerbeek
2007-10-18ignore fans with >= 0x0fff readings. According to the iic_dump(), it appearsConstantine A. Murenin
2007-10-18Define a new attribute, pckbcslot, which pckbc and gsckbc provide, and toMiod Vallat
2007-10-18Check to see if the SPD EEPROM size looks sane (ie < 32K)Jonathan Gray
2007-10-18Add some first LEDs support. Tested on my cardbus Linksys WPC54G Ver 3.Marcus Glocker
2007-10-18scsi_done() must be splbio() protected... who did this work for??; ok dlgTheo de Raadt
2007-10-18Eliminate unnecessary resets when calling the SIOCSIFADDR ioctl.Brad Smith
2007-10-18add missing $OpenBSD$; "of course" deraadtConstantine A. Murenin
2007-10-17Add the Intel ICH9 chipset.Brad Smith
2007-10-17Add the Intel ICH9 chipset.Brad Smith
2007-10-17miod says noone needs isa/isavar.h anymore, and i believe himTheo de Raadt
2007-10-17add probe for TI TMP401 (untested)Theo de Raadt
2007-10-17typoTheo de Raadt
2007-10-17clear the invalid flag for temperature sensors that are no longer invalid; ok...Constantine A. Murenin
2007-10-17cleanup dmesgTheo de Raadt
2007-10-17de-abstract and just use splbio() and splx()Theo de Raadt
2007-10-17use ansi declarations and rename gdt to sc to avoid shadows and followFederico G. Schwindt
2007-10-17use ansi declarations and rename gdt to sc to avoid shadows and followFederico G. Schwindt
2007-10-17decl variables earlier; pointed out by fgschTheo de Raadt
2007-10-17some local variables can shadow to decrease kernel stack use, wheeTheo de Raadt
2007-10-17use NULL to point to the response buffer, which avoids confusion; ok fgschTheo de Raadt
2007-10-17- Remove a shadow declaration.Federico G. Schwindt
2007-10-16more remove unneeded declarations that shadows existing vars; ok by many.Federico G. Schwindt
2007-10-16Fix printing of DIMM size for DDR2.Mark Kettenis
2007-10-15zero the right object, not some hunk of stack; ok henric@Damien Miller
2007-10-15No need to match on "at34c02" anymore.Mark Kettenis
2007-10-15enable ADDMULTI and DELMULTI in the ioctl handler now that the thtDavid Gwynne
2007-10-15regenBrad Smith
2007-10-15add some more Intel ICH9 PCI to ISA bridges.Brad Smith
2007-10-15regenBrad Smith
2007-10-15add the Intel ICH9 PCI ids.Brad Smith
2007-10-15regenBrad Smith
2007-10-15add the PCI ids for the Broadcom BCM5761/BCM5761E/BCM5764 and BCM5784Brad Smith
2007-10-15more remove unneeded declarations that shadows existing vars; ok by many.Federico G. Schwindt
2007-10-15Switch arc4random to using routines from crypto/arc4.[ch], and reworkDamien Miller
2007-10-14correctly print PC and PC2- prefixes; ok jsgTheo de Raadt
2007-10-14The spec says to wait 40 microseconds for the run bit to clear beforeDeanna Phillips
2007-10-14audio(4)-compatible mixer items for ALC883.Deanna Phillips
2007-10-14Implement OF_getproplen().Mark Kettenis
2007-10-14fix newlinesTheo de Raadt
2007-10-14wbng(4) driver for Winbond W83793G Hardware Monitor; 'commit it' deraadtConstantine A. Murenin
2007-10-14print the name of the chip on attach; ok deraadtConstantine A. Murenin
2007-10-14Fix a panic which happens with ACX100 chipsets in ieee80211_add_xrates()Marcus Glocker
2007-10-14attach Planex GWUS54GD, from freebsdFelix Kronlage
2007-10-14regenFelix Kronlage