summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2007-10-20replace auich's DMA and interrupt handling with code from NetBSD'sJacob Meuser
auich. fixes recording from the microphone input as well as full-duplex operation. tested by brad@, sthen@, deanna@ and ckuethe@. thanks.
2007-10-20re-introduce the "p_clk rounding" for DDR -- they need itTheo de Raadt
ok jsg
2007-10-20Print the type of DIMM (SO-DIMM/Mini-DIMM/Micro-DIMM) forJonathan Gray
non regular DDR2, there does not seem to be any equivalent information in the SDR/DDR layouts.
2007-10-20syncBob Beck
2007-10-20Add ShanTou ZT6688 usb 10/000 nic - A udav sold in a generic package.Bob Beck
ok jsg@, krw@, deraadt@
2007-10-20Deal with all possible 16 array offsets for tenths of a nanosecond array,Jonathan Gray
and tweak p_clk rounding to return correct values. From giovanni <qgiovanni@gmail.com>
2007-10-20Put scsi_done() invocations inside existing splbio/splx pairs to makeKenneth R Westerback
damned sure scsi_done is invoked at splbio. Noted by deraadt@.
2007-10-19fix audio_calc_blksize() not to return larger block sizes thanAlexandre Ratchov
the buffer size ok jakemsr
2007-10-19regenBrad Smith
2007-10-19add the Broadcom BCM4328 PCI id.Brad Smith
ok mglocker@ dlg@
2007-10-18Correct tenths of a nanosecond cycle encodings for DDR2,Jonathan Gray
this makes the PC2-xxxx values show properly in all cases. From giovanni <qgiovanni@gmail.com> tested/ok cnst@ ok deraadt@
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
unprotected by iha_exec_scb(). With help and ok miod@
2007-10-18ignore fans with >= 0x0fff readings. According to the iic_dump(), it appearsConstantine A. Murenin
as if all the invalid fans have either 0x0f00 or 0x0000 readings, but with the in-the-field driver 0x0f00 appears as 0x0fff. At any rate, no real fans would have sensors detecting 0x0f00 (351 RPM), so no harm continuing to ignore it, t. tested by jon.steel@esentire.com discussed with kettenis@ deraadt@
2007-10-18Define a new attribute, pckbcslot, which pckbc and gsckbc provide, and toMiod Vallat
which pckbd and pms attach. This makes it simpler to add new controllers pckbd/pms can attach to.
2007-10-18Check to see if the SPD EEPROM size looks sane (ie < 32K)Jonathan Gray
when trying to decide if we have found an SPD EEPROM. ok deraadt@
2007-10-18Add some first LEDs support. Tested on my cardbus Linksys WPC54G Ver 3.Marcus Glocker
Diff ported from DragonFlyBSD
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
Tested by todd@ ok dlg@
2007-10-18add missing $OpenBSD$; "of course" deraadtConstantine A. Murenin
2007-10-17Add the Intel ICH9 chipset.Brad Smith
Tested by damien@ ok dlg@
2007-10-17Add the Intel ICH9 chipset.Brad Smith
Tested by damien@ ok dlg@
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; ↵Constantine A. Murenin
ok deraadt
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
what other drivers do; no binary change.
2007-10-17use ansi declarations and rename gdt to sc to avoid shadows and followFederico G. Schwindt
what other drivers do; no binary change.
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
- Correct resp size. deraadt@ ok.
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
input from canacar@, jsg@, deraadt@ ok deraadt@
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
ok deraadt@
2007-10-15enable ADDMULTI and DELMULTI in the ioctl handler now that the thtDavid Gwynne
it is plugged into can deal with ipv6. i dont have to be careful about what i put on the wire anymore.
2007-10-15regenBrad Smith
2007-10-15add some more Intel ICH9 PCI to ISA bridges.Brad Smith
ok dlg@
2007-10-15regenBrad Smith
2007-10-15add the Intel ICH9 PCI ids.Brad Smith
dmesg provided by damien@ ok dlg@
2007-10-15regenBrad Smith
2007-10-15add the PCI ids for the Broadcom BCM5761/BCM5761E/BCM5764 and BCM5784Brad Smith
chipsets. From the Linux tg3 driver. ok dlg@
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
spl swizzling so we go to splhigh and back once per request instead of once per byte. Service large requests for arc4random_bytes using an independently keyed generator rather than hogging the main one (at splhigh). feedback from henric@; ok deraadt@
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
performing a stream reset. Fixes stream reset errors on ALC883, reported by jmc. Tested jmc, jakemsr, ok ratchov
2007-10-14audio(4)-compatible mixer items for ALC883.Deanna Phillips
Tested jmc, jakemsr