summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
1998-09-21Correct battable[] usage.tsubai
1998-09-21Do not print, or even compile in, non-fatal diagnostics unless DEBUG is set.tv
1998-09-21Merge sun4 and sun4c version of memerr() again.pk
1998-09-21We no longer need to access memerr() through a function pointer.pk
1998-09-21We no longer need to access memerr() through a function pointer.pk
1998-09-21Add softserial to the alpha port. This significantly improved PPPmatt
1998-09-20Don't map sbus `registers' on sun4c (i.e. sbus @ mainbus); it's almostpk
1998-09-20Async arguments are no longer passed to the memory fault handler.pk
1998-09-20Add sun4m NMI handlers.pk
1998-09-20Dedicate a pair of entry points to handling sun4m level 15 (NMI) interrupts.pk
1998-09-20Account for changes in struct cpuinfo & locorepk
1998-09-20Split memory fault status function into `synchronous' and `asynchronous'pk
1998-09-20Re-arrange the sun4m cases a bit.pk
1998-09-20Format string for SI register.pk
1998-09-20Name fault registers more like they're referred to in various docs.pk
1998-09-20Make this compile again, as pointed out by Paul Goyette.scottr
1998-09-20Nuke some unneeded debugging code.thorpej
1998-09-20Add definitions for the maximum allowable `whami' procssor ID and thethorpej
1998-09-20bus_space_copy_* -> bus_space_copy_region_*mark
1998-09-19Use the expected name for the config attach structure.pk
1998-09-19Provide an error entry point like sbus and memory.pk
1998-09-19Add %b format strings.pk
1998-09-19Map Sbus control registers.pk
1998-09-19Add a bunch of SBus control register definitions.pk
1998-09-19Pass the children register space in the attach arguments.pk
1998-09-18Add `eccmemctl' device.pk
1998-09-18Handle ECC memory control found on a number of machines.pk
1998-09-18Note which units memory sizes are counted in.drochner
1998-09-18Remove the chips which are known to identify properly out of thedrochner
1998-09-18Take the Intel SIO into the special case list - it identifies itselfdrochner
1998-09-18sigh.. put back non-garbage collectible `que' functions.pk
1998-09-18Interrupt handling for the MicroConversions 2124NB II, from Paul Goyette.scottr
1998-09-18powerpc/bcopy.c is unnecessary.sakamoto
1998-09-18Be less verbose during various data aborts unless DEBUG is defined.mark
1998-09-18Allow boot arguments to override the host id on a per instance basis.mark
1998-09-17Define the new sigcontext structure.thorpej
1998-09-17Make the signal code look a bit more like the 32-bit SPARC port's.thorpej
1998-09-17For _LP64, sigcontext must contain longs!thorpej
1998-09-17SYS_sigreturn -> SYS___sigreturn14.thorpej
1998-09-17Minor cosmetic change.thorpej
1998-09-17Sync w/ sendsig().thorpej
1998-09-17Slight brain'o in last.thorpej
1998-09-17Minor cosmetic change to sendsig().thorpej
1998-09-17Catch up with changes to signal delivery.thorpej
1998-09-16Back out previous; I'm punting PowerPC to tsubai or sakamoto.thorpej
1998-09-16Need 103 longs for jmp_buf now (128-bit signal mask, at the front of thethorpej
1998-09-16Need 87 longs for a jmp_buf now (we use sigcontext, which grew).thorpej
1998-09-16Define the new sigcontext structure.thorpej
1998-09-16Need 13 longs for jmp_buf now; 128-bit signal mask.thorpej
1998-09-16Garbage collect unused 3rd parameter to comprobe1().is