summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-01-04Do not return zero in bus_space_map() on failure (sigh).Miod Vallat
2006-01-04Use symbolic constants for the MACE ISA address range in mace_space_unmap()Miod Vallat
2006-01-04Better rounding logic when registering memory regions in uvm; we would loseMiod Vallat
2006-01-04add sysctl machdep.console_device supportMartin Reindl
2006-01-04missing zeroMartin Reindl
2006-01-04driver for the nvidia nforce2/3/4 smbus controller.David Gwynne
2006-01-03Try to prevent red stating the machine on a misaligned user space stack byMark Kettenis
2006-01-03work in progress on the Apple Sudden Motion Sensor found in recentXavier Santolaria
2006-01-02Check db_console before entering ddb.Miod Vallat
2006-01-02Faster signal trampoline code for m88k: instead of pushing everything onMiod Vallat
2006-01-02Remove orphaned cpu_exec_aout_makecmds() since we don't _KERN_DO_AOUT.Miod Vallat
2006-01-02No need to check for P_INMEM in process_set_pc() and process_sstep(), as theseMiod Vallat
2006-01-02Merge enablertclock() in cpu_initclocks(), kill unused disablertclock(), andMiod Vallat
2006-01-02Kill enablertclock.Miod Vallat
2006-01-02remove last traces of __BROKEN_INDIRECT_CONFIG.Brad Smith
2006-01-02do i2c initialization using ofw data instead of scanning; ok kettenisTheo de Raadt
2006-01-02Correctly set the %di register on PXENV calls. This should helpTom Cosgrove
2006-01-01proto not neededTheo de Raadt
2006-01-01switch from macppc-specific maciic(4) driver to the generic iic(4),Theo de Raadt
2006-01-01Adjust for renamed VIA VT8233 PCI ID's.Mark Kettenis
2006-01-01Enable A/UX style interrupt routing on non-AV Centrises and Quadras, gives usMiod Vallat
2006-01-01Service clock interrupts at the computed splclock(), not spl2(); from NetBSD.Miod Vallat
2006-01-01Let cons_init() and cons_init_bell() initialize the whole consdev structure,Miod Vallat
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-31This port does not use dev/cninit.c.Miod Vallat
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-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-30add asbtm iic sensor; ok kettenis@Damien Miller
2005-12-30Remove unused COMPAT_NETBSD32 block and get rid of register{32,64}_tTodd C. Miller
2005-12-30Kill conforced, and have console devices use CN_FORCED priority instead.Miod 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-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
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-29ichiic for intel amd64 machines; spotted by reykTheo 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