Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-20 | replace auich's DMA and interrupt handling with code from NetBSD's | Jacob Meuser | |
auich. fixes recording from the microphone input as well as full-duplex operation. tested by brad@, sthen@, deanna@ and ckuethe@. thanks. | |||
2007-10-20 | re-introduce the "p_clk rounding" for DDR -- they need it | Theo de Raadt | |
ok jsg | |||
2007-10-20 | Print the type of DIMM (SO-DIMM/Mini-DIMM/Micro-DIMM) for | Jonathan Gray | |
non regular DDR2, there does not seem to be any equivalent information in the SDR/DDR layouts. | |||
2007-10-20 | sync | Bob Beck | |
2007-10-20 | Add ShanTou ZT6688 usb 10/000 nic - A udav sold in a generic package. | Bob Beck | |
ok jsg@, krw@, deraadt@ | |||
2007-10-20 | Deal 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-20 | Put scsi_done() invocations inside existing splbio/splx pairs to make | Kenneth R Westerback | |
damned sure scsi_done is invoked at splbio. Noted by deraadt@. | |||
2007-10-19 | fix audio_calc_blksize() not to return larger block sizes than | Alexandre Ratchov | |
the buffer size ok jakemsr | |||
2007-10-19 | regen | Brad Smith | |
2007-10-19 | add the Broadcom BCM4328 PCI id. | Brad Smith | |
ok mglocker@ dlg@ | |||
2007-10-18 | Correct 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-18 | Initio INIC-941 works as well; ok miod@ | Otto Moerbeek | |
2007-10-18 | avoid splassert, caused by the fact that iha_main() is called | Otto Moerbeek | |
unprotected by iha_exec_scb(). With help and ok miod@ | |||
2007-10-18 | ignore fans with >= 0x0fff readings. According to the iic_dump(), it appears | Constantine 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-18 | Define a new attribute, pckbcslot, which pckbc and gsckbc provide, and to | Miod Vallat | |
which pckbd and pms attach. This makes it simpler to add new controllers pckbd/pms can attach to. | |||
2007-10-18 | Check 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-18 | Add some first LEDs support. Tested on my cardbus Linksys WPC54G Ver 3. | Marcus Glocker | |
Diff ported from DragonFlyBSD | |||
2007-10-18 | scsi_done() must be splbio() protected... who did this work for??; ok dlg | Theo de Raadt | |
2007-10-18 | Eliminate unnecessary resets when calling the SIOCSIFADDR ioctl. | Brad Smith | |
Tested by todd@ ok dlg@ | |||
2007-10-18 | add missing $OpenBSD$; "of course" deraadt | Constantine A. Murenin | |
2007-10-17 | Add the Intel ICH9 chipset. | Brad Smith | |
Tested by damien@ ok dlg@ | |||
2007-10-17 | Add the Intel ICH9 chipset. | Brad Smith | |
Tested by damien@ ok dlg@ | |||
2007-10-17 | miod says noone needs isa/isavar.h anymore, and i believe him | Theo de Raadt | |
2007-10-17 | add probe for TI TMP401 (untested) | Theo de Raadt | |
2007-10-17 | typo | Theo de Raadt | |
2007-10-17 | clear the invalid flag for temperature sensors that are no longer invalid; ↵ | Constantine A. Murenin | |
ok deraadt | |||
2007-10-17 | cleanup dmesg | Theo de Raadt | |
2007-10-17 | de-abstract and just use splbio() and splx() | Theo de Raadt | |
2007-10-17 | use ansi declarations and rename gdt to sc to avoid shadows and follow | Federico G. Schwindt | |
what other drivers do; no binary change. | |||
2007-10-17 | use ansi declarations and rename gdt to sc to avoid shadows and follow | Federico G. Schwindt | |
what other drivers do; no binary change. | |||
2007-10-17 | decl variables earlier; pointed out by fgsch | Theo de Raadt | |
2007-10-17 | some local variables can shadow to decrease kernel stack use, whee | Theo de Raadt | |
2007-10-17 | use NULL to point to the response buffer, which avoids confusion; ok fgsch | Theo de Raadt | |
2007-10-17 | - Remove a shadow declaration. | Federico G. Schwindt | |
- Correct resp size. deraadt@ ok. | |||
2007-10-16 | more remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt | |
2007-10-16 | Fix printing of DIMM size for DDR2. | Mark Kettenis | |
input from canacar@, jsg@, deraadt@ ok deraadt@ | |||
2007-10-15 | zero the right object, not some hunk of stack; ok henric@ | Damien Miller | |
2007-10-15 | No need to match on "at34c02" anymore. | Mark Kettenis | |
ok deraadt@ | |||
2007-10-15 | enable ADDMULTI and DELMULTI in the ioctl handler now that the tht | David 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-15 | regen | Brad Smith | |
2007-10-15 | add some more Intel ICH9 PCI to ISA bridges. | Brad Smith | |
ok dlg@ | |||
2007-10-15 | regen | Brad Smith | |
2007-10-15 | add the Intel ICH9 PCI ids. | Brad Smith | |
dmesg provided by damien@ ok dlg@ | |||
2007-10-15 | regen | Brad Smith | |
2007-10-15 | add the PCI ids for the Broadcom BCM5761/BCM5761E/BCM5764 and BCM5784 | Brad Smith | |
chipsets. From the Linux tg3 driver. ok dlg@ | |||
2007-10-15 | more remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt | |
2007-10-15 | Switch arc4random to using routines from crypto/arc4.[ch], and rework | Damien 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-14 | correctly print PC and PC2- prefixes; ok jsg | Theo de Raadt | |
2007-10-14 | The spec says to wait 40 microseconds for the run bit to clear before | Deanna Phillips | |
performing a stream reset. Fixes stream reset errors on ALC883, reported by jmc. Tested jmc, jakemsr, ok ratchov | |||
2007-10-14 | audio(4)-compatible mixer items for ALC883. | Deanna Phillips | |
Tested jmc, jakemsr |