summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/libbug
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-01-13 12:00:26 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-01-13 12:00:26 +0000
commitca7333963fd4c15f44548e95c6773d6cbdd52902 (patch)
tree2e3a7f447ccab5e59d36ef5f2e993f8d700814d0 /sys/arch/mvme88k/stand/libbug
parent5dbf55989c6ca8ed8808bdeeaa266033081eb49a (diff)
Dusty, useless files are better found in the Attic.
Diffstat (limited to 'sys/arch/mvme88k/stand/libbug')
-rw-r--r--sys/arch/mvme88k/stand/libbug/outch.c17
1 files changed, 0 insertions, 17 deletions
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);
-}
-