summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
AgeCommit message (Collapse)Author
2001-08-31Assorted changes to really let non-DDB kernels (such as the future RAMDISK,Miod Vallat
hint, hint) compile.
2001-08-31Oops, finish removing variable.Miod Vallat
2001-08-31There's no point having a Debugger() clone here.Miod Vallat
2001-08-31Clean the DDB entry procedure for all console drivers, and honourMiod Vallat
db_console setting.
2001-08-30Let non ddb kernels compile.Miod Vallat
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-26Add prototypes, fix compilation warnings, random style fixes.Miod Vallat
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
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
``machine registers'' command, which prints nothing more than ``show registers''.
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-23Vacuum cleanup. Half of this is now in <sys/conf.h>, the other half isMiod Vallat
unneeded.
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
2001-08-23We can now move timeout_init into main().Artur Grabowski
2001-08-23Remove even more old timeout tentacles.Artur Grabowski
2001-08-23Provide temporary compatibility with old machine ID binaries for some time.Miod Vallat
2001-08-18Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.Artur Grabowski
2001-08-15More 197 support breakage.Miod Vallat
2001-08-12Actually, I'm not fond of include files including <uvm/uvm_extern.h>,Miod Vallat
especially when this is in fact, not necessary.
2001-08-12vm_inherit.h no moreMichael Shalayeff
2001-08-12Adapt to <vm/vm_prot.h> removal.Miod Vallat
2001-08-12g/c old, unused, constants.Miod Vallat
2001-08-12Replace VM_{MAX,MIN}_USER_ADDRESS with VM_{MAX,MIN}_ADDRESS.Miod Vallat
Change a while() loop with a clearer for() loop. Fix pmap_page_protect to correctly handle the VM_PROT_READ|VM_PROT_WRITE case.
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
deraadt@ ok
2001-08-12Remove asserts, there is enough diag code there.Miod Vallat
2001-08-11Cleanup.Miod Vallat
2001-08-11Add wint_t type declaration.Miod Vallat
2001-08-11Looks like you're not needed, pal.Miod Vallat
2001-08-11Unnecessary and redundant includes.Artur Grabowski
2001-08-11remove some old cruft.Artur Grabowski
2001-08-11swapmap is gone forever.Artur Grabowski
2001-08-11Make m18x_cmmu.c only compiled if support for 187 or 188 is required.Miod Vallat
2001-08-11Include files serve a purpose. Move lots of extern statements fromMiod Vallat
foo_cmmu.c to cmmu.h ; also don't check for 197 in m18x_cmmu.c, as this code is 18x specific.
2001-08-11Make iomap_mapout() a void function, since its return value is always 1Miod Vallat
and never used anyway. While there, beautify the extent_alloc() call.
2001-08-08New timeouts.Miod Vallat
2001-08-07Not used.Miod Vallat
2001-08-07One more typo.Miod Vallat
There are probably lots of free commits left for spelling wizards out there.
2001-08-07Sprinkle a few Holy Volatiles (tm).Miod Vallat