diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-13 12:00:26 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-13 12:00:26 +0000 |
commit | ca7333963fd4c15f44548e95c6773d6cbdd52902 (patch) | |
tree | 2e3a7f447ccab5e59d36ef5f2e993f8d700814d0 /sys/arch/mvme88k/stand | |
parent | 5dbf55989c6ca8ed8808bdeeaa266033081eb49a (diff) |
Dusty, useless files are better found in the Attic.
Diffstat (limited to 'sys/arch/mvme88k/stand')
-rw-r--r-- | sys/arch/mvme88k/stand/bootsd/README | 7 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/libbug/outch.c | 17 |
2 files changed, 0 insertions, 24 deletions
diff --git a/sys/arch/mvme88k/stand/bootsd/README b/sys/arch/mvme88k/stand/bootsd/README deleted file mode 100644 index 47a7aab2813..00000000000 --- a/sys/arch/mvme88k/stand/bootsd/README +++ /dev/null @@ -1,7 +0,0 @@ -In short: - cd /usr/mdec - cp bootsd / - ./installboot -v /bootsd ./bootxx /dev/rsd0a - - (you will need to be single user to run installboot since it writes - to a raw disk device) diff --git a/sys/arch/mvme88k/stand/libbug/outch.c b/sys/arch/mvme88k/stand/libbug/outch.c deleted file mode 100644 index 6097207ea79..00000000000 --- a/sys/arch/mvme88k/stand/libbug/outch.c +++ /dev/null @@ -1,17 +0,0 @@ -/* $OpenBSD: outch.c,v 1.2 2001/07/04 08:09:28 niklas Exp $ */ - -/* - * bug routines -- assumes that the necessary sections of memory - * are preserved. - */ -#include <sys/types.h> -#include <machine/prom.h> - -void -mvmeprom_outchr(a) - char a; -{ - asm volatile ("or r2, r0, %0" : :"r" (a)); - BUG_CALL(_OUTCHR); -} - |