summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-01-19Bounds check PPIIOCSSEC argument, for a carefully choosen invalid valueMiod Vallat
2006-01-19Try to disable unconnected temperature sensors.Mark Kettenis
2006-01-19Fix NACPI > 1 (should be >0). Spotted by form@.Alexander Yurchenko
2006-01-19redo (w/ proper changes everywhere ;):Michael Shalayeff
2006-01-19ENAMETOOLONG if path too long; ok miod pedroTheo de Raadt
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
2006-01-19Flip BIOS and ACPI around since ACPI uses BIOS stuff.Marco Peereboom
2006-01-19crank to 3.8-betaTheo de Raadt
2006-01-19GETICBLEN() needs to swap the ICB length on big-endian architecturesPedro Martelletto
2006-01-19Added support for read/write of PCI Config spaceJordan Hargrave
2006-01-18Fix logic botch when checking for COMPAT_SUNOS binary specifics; repairsMiod Vallat
2006-01-18Factorize akbd and ams drivers between mac68k and macppc; while there, startMiod Vallat
2006-01-18Added new evaluation routinesJordan Hargrave
2006-01-18fix a bug in the fragment cache (used for 'scrub fragment crop/drop-ovl',Daniel Hartmeier
2006-01-18Fix typo; w83l785ts-l has chip ID 0x70.Mark Kettenis
2006-01-18Check that SDA pin is able to read input.Alexander Yurchenko
2006-01-18initial Tx/Rx bits. not working yet.Damien Bergamini
2006-01-18add some bits to control assoc led.Damien Bergamini
2006-01-18Don't index before the start of the sc_link array if scsi_probe_bus()Kenneth R Westerback
2006-01-18Fix math in udf_bmap_internal() on big-endian architecturesPedro Martelletto
2006-01-18more size_t vs u_int fallout.. i guess the lastTheo de Raadt
2006-01-18Silence acpi during dmesg if it isnt there.Marco Peereboom
2006-01-18Fix false positives of ipmi on older machines.Marco Peereboom
2006-01-18add piixpm.Brad Smith
2006-01-18add some PIIX compatible SMBus controllers from SMSC and ATI.Brad Smith
2006-01-18regenBrad Smith
2006-01-18add the vendor id for Agilent TechnologiesBrad Smith
2006-01-18enable ixgb here too.Brad Smith
2006-01-17Major overhaul of the aml parser. Evaluater temporarily disabled.Jordan Hargrave
2006-01-17Make it detachable.Alexander Yurchenko
2006-01-17Match "w83791sd".Mark Kettenis
2006-01-17Support W83791SD as an lm(4) without sensors.Mark Kettenis
2006-01-17AS99127F rev 1 doesn't have i2c address in register 0x48.Mark Kettenis
2006-01-17Upon halt, invoke resettodr() on arm platforms, unless we have been sittingMiod Vallat
2006-01-17Do not invoke resettodr() on shutdown if we have been sitting in ddb.Miod Vallat
2006-01-17Check LM78/79/81 chip ID to prevent spurious matches.Mark Kettenis
2006-01-17Use angle bracket and no relative paths for all include files which are notMiod Vallat
2006-01-17Use strchr() from libkern instead of rolling our own.Miod Vallat
2006-01-17Need to device_unreg() the implicit device_ref() done by cdlookup() inMiod Vallat
2006-01-17since bcopy/bzero will be assigned to these pointers, get the size_t in the c...Theo de Raadt
2006-01-17Remove unused ``stride'' bus_space internal functionality; nothing needs it.Miod Vallat
2006-01-16Sync m68k fpe code with NetBSD; but remove unimplemented opcodes stubs, soMiod Vallat
2006-01-16Correctly define extended doubles, the way the 6888x use them; from NetBSD.Miod Vallat
2006-01-16Do not register adb and pm interrupts until the related devices initialize.Miod Vallat
2006-01-16Correctly handle successfull FP emulation (doh!)Miod Vallat
2006-01-16Let the intrhand structs be softc fields, rather than static global variables.Miod Vallat
2006-01-16enable wbenv. best way to test new code is to enable itTheo de Raadt
2006-01-16adjust to size_t changesTheo de Raadt
2006-01-16add another uvm histroy for physpage alloc/free and propagate a debugging pgf...Michael Shalayeff
2006-01-16Cache the TX producer index instead of reading it every time ti_start isBrad Smith