summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-08-29- modify probe routine to check the 'compatible' property for matching andJason Wright
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
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
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
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
2001-08-25Implement the data cache invalidation functions for 040, and fix a typoMiod Vallat
2001-08-25Remove workarounds for old compiler bugs, and fix a few style issues.Miod Vallat
2001-08-25Post-regdump cleanup.Miod Vallat
2001-08-25Playing with string.Hugh Graham
2001-08-25Bring in some useful stuff from NetBSD. Mostly work by Matt Thomas,Hugh Graham
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
2001-08-25Some fixes:Artur Grabowski
2001-08-25profile.h from sparc, slightly hacked up to match ELF.Artur Grabowski
2001-08-25float.h from sparc.Artur Grabowski
2001-08-25One regdump to dump them all...Marc Espie
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-25The VP cache code, while giving the powerpc port a signficant speedDale Rahn
2001-08-25It is nice to have the hex address of the function as well as the symbolDale Rahn
2001-08-24Adapt to trap() name change.Miod Vallat
2001-08-24Adapt to the <machine/asm.h> macros (only for entry points for now, becauseMiod Vallat
2001-08-24Rename the trap() symbols with more insightful names. This forces usMiod Vallat
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
2001-08-24Get rid of a shupid define.Miod Vallat
2001-08-24Cleanup.Miod Vallat
2001-08-24Remove unused debugging code, fix uninitialized variables.Miod Vallat
2001-08-24There is no need to hide potentially useful stuff in .c files.Miod Vallat
2001-08-24Get rid of the ugly db_printf() wrappers, as well as of theMiod Vallat
2001-08-24Correctly tell if a syscon is main one on 188.Miod Vallat
2001-08-24Pass a dev_t where a dev_t is expected.Miod Vallat
2001-08-24No newline at the end of panic messages.Miod Vallat
2001-08-24propagate bootpathJason Wright
2001-08-24Theo says that this is probably all that's needed for sigreturn.Artur Grabowski
2001-08-24One can get really creative at 2am.Artur Grabowski
2001-08-23Vacuum cleanup. Half of this is now in <sys/conf.h>, the other half isMiod Vallat
2001-08-23option M88000 is not necessary for mvme88k.Miod Vallat
2001-08-23Sync with contents of arch/foo/conf directory, might be useful one day.Miod Vallat