summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2001-08-31Clean the DDB entry procedure for all console drivers, and honourMiod Vallat
db_console setting.
2001-08-31The fact that my tree builds should not prevent the official tree toMiod Vallat
build as well... Right now, .s files can't include unmodified <machine/psl.h>
2001-08-30Remove duplicates with m68k/m68k/genassym.cfMiod Vallat
2001-08-30Invoke genassym.sh with both m68k/m68k/genassym.cf andMiod Vallat
machine/machine/genassym.cf files (poor man's inclusion).
2001-08-30New file with common genassym.cf defines needed by arch/m68k/m68k/*.sMiod Vallat
2001-08-30properly handle onstack situationTheo de Raadt
2001-08-30add __HAS_NEW_BUS_DMAMAP_SYNCJason Wright
2001-08-30Let non ddb kernels compile.Miod Vallat
2001-08-30correctly deal with layout of sigframeTheo de Raadt
2001-08-30fix a commentTheo de Raadt
2001-08-30intialize g2 and g7 in trapframe setregs from tf pc so that pc isn't set toJason Wright
zero when syscall of execve returns.
2001-08-30disable TRAPTRACE and fix a compile error with DEBUG.Artur Grabowski
2001-08-29- modify probe routine to check the 'compatible' property for matching andJason Wright
lengthen the list of supported devices (this allows us to match the psycho on the SUNW,Ultra-1-Engine). - pretty some debugging code - rcsid
2001-08-29rcsidJason Wright
2001-08-28Dont hardcode NKMEMCLUSTERS, calculate it to 256, as other m68ks do.Janne Johansson
2001-08-27cold is in <sys/systm.h>Miod Vallat
2001-08-27Let this build without pcibios.Artur Grabowski
2001-08-26The lkkbd and lkms drivers are causing problems on several machines,Hugh Graham
so inhibit their attachment for the time being.
2001-08-26do not panic if spl is wrong, for now; millert & art agreeTheo de Raadt
2001-08-26We can now compile kernels with -Werror.Miod Vallat
2001-08-26Add prototypes, fix compilation warnings, random style fixes.Miod Vallat
2001-08-26Attempt to use the configuration and test register to tell aHugh Graham
VS4000 60 KA46 from a MV 3100/80 KA47. Apparently does not work on all 3100/80's, but better than nothing.
2001-08-26Add prototypes, fix compilation warnings, random style fixes.Miod Vallat
2001-08-26remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok.Federico G. Schwindt
2001-08-26Nuke annoying defopt, by popular demand. Plus you get two typos fixedMiod Vallat
for free.
2001-08-25Ooops. Disable accidentally comitted DEBUG.Artur Grabowski
2001-08-25This is mvmeppc land, not mvme88k.Miod Vallat
2001-08-25Do not enter/compile installboot on mvmeppc yet - this code is notMiod Vallat
ready yet.
2001-08-25Implement the data cache invalidation functions for 040, and fix a typoMiod Vallat
as well. millert@ ok
2001-08-25Remove workarounds for old compiler bugs, and fix a few style issues.Miod Vallat
millert@ ok
2001-08-25Post-regdump cleanup.Miod Vallat
Gotta run, Beck is behind me with a large axe.
2001-08-25Playing with string.Hugh Graham
2001-08-25Bring in some useful stuff from NetBSD. Mostly work by Matt Thomas,Hugh Graham
and concerned with intvec counting. Also some ANSIfication.
2001-08-25This hasn't been used for ages. Kill.Artur Grabowski
2001-08-25Our diskconf needs process context. Do just like i386, moveArtur Grabowski
setroot, swapconf and dumpconf into a hook that main runs after scheduling has been enabled.
2001-08-25Some fixes:Artur Grabowski
- Make it build with DEBUG (by commenting out code). - Our uvm_fault still returns KERN_*, not errnos. - some cleanups.
2001-08-25profile.h from sparc, slightly hacked up to match ELF.Artur Grabowski
Not tested yet.
2001-08-25float.h from sparc.Artur Grabowski
2001-08-25One regdump to dump them all...Marc Espie
(moid@ wants that commit, because it interferes with stuff he's cleaning, and he's prepared to clean up stuff I may have forgotten, even though this was tested)
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD.
2001-08-25The VP cache code, while giving the powerpc port a signficant speedDale Rahn
increase is contributing to the instability of the port. This ifdef's the code, disabling it.
2001-08-25It is nice to have the hex address of the function as well as the symbolDale Rahn
address.
2001-08-24Adapt to trap() name change.Miod Vallat
Only compile compatibility with older mvme88k executables if COMPAT_25 is defined. This makes sense to me, at least...
2001-08-24Adapt to the <machine/asm.h> macros (only for entry points for now, becauseMiod Vallat
LABEL has disappeared), and to the trap() name changes.
2001-08-24Rename the trap() symbols with more insightful names. This forces usMiod Vallat
to check all trap() invocations in the sources and fix them, thus improving the chances of 197-kernels to live.
2001-08-24Define the usual <machine/asm.h> macros, for convenience of .S parts.Miod Vallat
2001-08-24Correct execution flow in m197_table_search().Miod Vallat
2001-08-24Grandma always told me, initialize your variables before you print theirMiod Vallat
values, you damn kid!
2001-08-24Get rid of a shupid define.Miod Vallat
2001-08-24Cleanup.Miod Vallat