summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-12-30Initial W83791D support for lm(4).Mark Kettenis
2005-12-30make ACPI_DEBUG compileTed Unangst
2005-12-30remove the tailq used to locate ehci's companion controllers. i haveDavid Gwynne
2005-12-30rebuildTed Unangst
2005-12-30check for another sign that a lm75 is not thereTheo de Raadt
2005-12-30change thrwakeup to take an argument which specifies how many threadsTed Unangst
2005-12-30remove #if __NetBSD__ and device_ptr_t. its more readable and lessDavid Gwynne
2005-12-30while looking for device_ptr_t typedef cruft i noticed #if __NetBSD__. whyDavid Gwynne
2005-12-30device_ptr_t -> struct device *David Gwynne
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
2005-12-30Some spaces->tab indentation fixes.Jonathan Gray
2005-12-30Make PT_SETFPREGS work even if the process didn't use the fpu yet.Mark Kettenis
2005-12-29W^X for G5Mark Kettenis
2005-12-29regenReyk Floeter
2005-12-29add additional Intel E7525 MCH subdevices. ok brad@Reyk Floeter
2005-12-29ichiic for intel amd64 machines; spotted by reykTheo de Raadt
2005-12-29regenReyk Floeter
2005-12-29add a VMware virtual NIC device idReyk Floeter
2005-12-29regenBrad Smith
2005-12-29add a ServerWorks PCI Express to PCI-X bridgeBrad Smith
2005-12-29Correctly bounds check transfers passed to vndstrategy()Pedro Martelletto
2005-12-29Fix wrong optimization in spec_write() that goes: if we are about to doPedro Martelletto
2005-12-29Match a few more lm(4) Winbond and ASUS chips.Mark Kettenis
2005-12-29stop using I2C_F_POLL; it is a bus driver responsibility nowTheo de Raadt
2005-12-29add admcts(4)Theo de Raadt
2005-12-29Add a bunch of i2c sensors.Mark Kettenis
2005-12-29Add viapm(4).Mark Kettenis
2005-12-29right spotTheo de Raadt
2005-12-29add admcts(4)Theo de Raadt
2005-12-29Add viapm(4).Mark Kettenis
2005-12-29Driver for SMBus coontroller integrated on VIA VT8237 bus control and powerMark Kettenis
2005-12-29go via pckbc_enqeue_cmd() in pckbd_enable() if on; fixes PR 4615Martin Reindl
2005-12-29insanity debugged with djm -- here is the comment from the code:Theo de Raadt
2005-12-29remove bad newline for the secondary PCI bus with the 82450KX/GX chipsetBrad Smith
2005-12-29static functions suckTheo de Raadt
2005-12-29Fix isadma0 at isa0 at mainbus0Mark Kettenis
2005-12-29"xeontemp" just means "looks like some sort of adm1021, or maxim1617,Theo de Raadt
2005-12-28probe for adm1032, a stupid stupid adm1021Theo de Raadt
2005-12-28this should also match lm86, lm89, lm90, lm99, lm89-1, lm99-1, i thinkTheo de Raadt
2005-12-28Remove dead cruft.Miod Vallat
2005-12-28correct copyrightTheo de Raadt
2005-12-28probe true lm90, lm99, lm89, lm86 devicesTheo de Raadt
2005-12-28I think this is better fan supportTheo de Raadt
2005-12-28clear IFF_RUNNING here to get a full re-init.Brad Smith
2005-12-28using the PCI capability register to check for PCI-X mode doesn't get the exp...Brad Smith
2005-12-28...thus no need to override conscode if we are configured as console, so thatMiod Vallat
2005-12-28hyper, rbox and topcat not in intio space are CN_NORMAL priority, notMiod Vallat
2005-12-28Define dca remote console identifiers as regular identifier with the bit 7Miod Vallat
2005-12-28Setting the service switch on 425e to select serial console shall not beMiod Vallat
2005-12-28Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes.Pedro Martelletto