summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-01-08Use Nubus-related constants from <machine/cpu.h> instead of hardcoded values.Miod Vallat
2006-01-08Switch macfb from an rcons backend to a rasops backend; supposedly restoresMiod Vallat
2006-01-08Oops, don't forget to initialize the raw repeat timeout; lost while cleaning.Miod Vallat
2006-01-08Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2Todd C. Miller
2006-01-07Do not set ZS_HWFLAG_CONSOLE if we are only using the serial line forMiod Vallat
2006-01-06Don't redefine SIZE_MAXTodd C. Miller
2006-01-06Don't add the same function twice when ordering the functions of a PCI device.Mark Kettenis
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2006-01-06Err, commited from the wrong treeAlexander Yurchenko
2006-01-06Fix acpi includes.Alexander Yurchenko
2006-01-06set correct delay() value after executing the `read version' command;Xavier Santolaria
2006-01-05enable nviicDavid Gwynne
2006-01-05Enable amdpm; ok deraadt@.Alexander Yurchenko
2006-01-05don't include sys/errno.h, pointed out by MiodMartin Reindl
2006-01-05More dead constants.Miod Vallat
2006-01-05A match() function should never, never, ever return UNSUPP for unsupportedMiod Vallat
2006-01-05Begone.Miod Vallat
2006-01-05Check securelevel and machdep.allowaperture for i386_set_ioperm() theMatthieu Herrb
2006-01-05enable ixgbTheo de Raadt
2006-01-05go ahead, enable asmsTheo de Raadt
2006-01-05Don't change pins state on attach.Alexander Yurchenko
2006-01-05Add SMBus host interface support for amdpm(4).Alexander Yurchenko
2006-01-05interacting with the watchdog while we're in the middle of updating sensorsDavid Gwynne
2006-01-04Switch to the C version of random() on m68k platforms. It is almost as fastMiod Vallat
2006-01-04esm_cmd has to wait for two registers to change state for every commandDavid Gwynne
2006-01-04Remove unused structures and ioctl declarations.Miod Vallat
2006-01-04Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouseMiod Vallat
2006-01-04More accurate sc_minsync computation on 16.5MHz ESPs; ok martin@Miod Vallat
2006-01-04Crank MAXPHYS to 64KB again and remove bogus comment.Miod Vallat
2006-01-04Initialize virtual_end to a decent value, so that VM_MAX_KERNEL_ADDRESS isMiod Vallat
2006-01-04Cut buffers pressure down to 35% of kvm max, since (for now) kvm isMiod Vallat
2006-01-04Stop abusing phys_map to know if it is safe to use malloc in extent routines;Miod Vallat
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