summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-01-01Don't need to include machine/types.h here. OK and tested by miod@Todd C. Miller
2006-01-01Don't need to include machine/types.h here. OK and tested by miod@Todd C. Miller
2005-12-31Make PT_SETFPREGS work even if the process didn't use the fpu yet.Mark Kettenis
2005-12-31Search for the devices to attach to mainbus, not hardcoded. ok miod@Dale Rahn
2005-12-31Nuke unused cdev_wscons_init() macro.Miod Vallat
2005-12-31Kill a pcvt leftover.Miod Vallat
2005-12-31whitespace cleanup.Dale Rahn
2005-12-31Split the d_type field of cdevsw entries into d_type and d_flags for clarity.Miod Vallat
2005-12-31Better bounds for the lm7x register repeat test; ok deraadt@Miod Vallat
2005-12-31This port does not use dev/cninit.c.Miod Vallat
2005-12-31Move TTY_NAME_MAX and LOGIN_NAME_MAX to sys/syslimits.hTodd C. Miller
2005-12-31Nuke unused variable 'space' found by lint. Eliminate some trailingKenneth R Westerback
2005-12-31amdiic enable. if problems or worries, we shut things off before a releaseTheo de Raadt
2005-12-31if you don't enable amdiic, when will people test it?Theo de Raadt
2005-12-31we do not look at the proberegs anymore, always full dumpsTheo de Raadt
2005-12-31if a register dump is going to find that all the registers are the same,Theo de Raadt
2005-12-31Rework (once again) the console code, in order to match the PROM's logic better.Miod Vallat
2005-12-31Sync with recent kernel changes: recognize more models, use the same logicMiod Vallat
2005-12-31Add AMD-8111 SMBus controller driver.Alexander Yurchenko
2005-12-31The Sony DSC-P41 it's actually UFI, not SCSI. Unfortunately (all?) DSCFederico G. Schwindt
2005-12-31spacingTheo de Raadt
2005-12-31we think we can now probe chips correctly. only print the register dumpTheo de Raadt
2005-12-31add macros for the expansion ROM base address registerDavid Gwynne
2005-12-31regen.Federico G. Schwindt
2005-12-31sort and some cleanup.Federico G. Schwindt
2005-12-31add lots of comments. run the xeontemp probe stuff on other architectures asTheo de Raadt
2005-12-31reyk, touching a file I am actively hacking on without talking to me is a ser...Theo de Raadt
2005-12-30add asbtm iic sensor; ok kettenis@Damien Miller
2005-12-30add i2c driver for Asus ASB100 sensors using register info from lm_sensorsDamien Miller
2005-12-30regenJolan Luff
2005-12-30typoJolan Luff
2005-12-30Remove unused COMPAT_NETBSD32 block and get rid of register{32,64}_tTodd C. Miller
2005-12-30Properly detect AS99127F rev 1.Mark Kettenis
2005-12-30Missing or incorrect header sizes bounds check; ``looks ok'' mickey@Miod Vallat
2005-12-30Kill conforced, and have console devices use CN_FORCED priority instead.Miod Vallat
2005-12-30Stop TIOCCONS from silently doing nothing if the console device has CN_REMOTEMiod Vallat
2005-12-30Introduce another console device priority level, CN_FORCED, which wins overMiod Vallat
2005-12-30When a driver claims console, let it set conscode to itself, instead ofMiod Vallat
2005-12-30Introduce symbolic constants for the magic conscode values.Miod Vallat
2005-12-30knf (replace lines of c++/c99 '//' comments with #if 0)Reyk Floeter
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