summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-07-02 03:59:52 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-07-02 03:59:52 +0000
commitc23a0ceea58f21ceb8556f75a35c815b42281e68 (patch)
tree1d787add498177f7c8fbc1deb09995794dbd2ba9 /sys/arch
parentbb12e108eaaa5a7b8bbaf74b692183d790dd96a9 (diff)
no bays for stinger
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/hppa/machdep.c21
1 files changed, 1 insertions, 20 deletions
diff --git a/sys/arch/hppa/hppa/machdep.c b/sys/arch/hppa/hppa/machdep.c
index d6fbfef026c..d51dc1c93f9 100644
--- a/sys/arch/hppa/hppa/machdep.c
+++ b/sys/arch/hppa/hppa/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.25 2000/03/23 20:25:41 mickey Exp $ */
+/* $OpenBSD: machdep.c,v 1.26 2000/07/02 03:59:51 mickey Exp $ */
/*
* Copyright (c) 1999-2000 Michael Shalayeff
@@ -535,25 +535,6 @@ cpu_startup()
ctob(totalphysmem), ctob(resvmem), ctob(physmem));
/*
- * Kludge for STI graphics, which may have rom outside the IO space
- */
-#include "sti.h"
-#if NSTI > 0
- {
- vaddr_t addr = PAGE0->pd_resv2[1];
-
- /* reserve virtual address space for the sti rom */
- if (addr && addr < 0xf0000000 &&
- uvm_map(kernel_map, &addr, 0x1000000, NULL,
- UVM_UNKNOWN_OFFSET, UVM_MAPFLAG(UVM_PROT_NONE,
- UVM_PROT_NONE, UVM_INH_NONE, UVM_ADV_NORMAL,
- UVM_FLAG_FIXED)) != KERN_SUCCESS)
- printf("WARNING: don't have space for stinger @0x%x\n",
- addr);
- }
-#endif
-
- /*
* Now allocate buffers proper. They are different than the above
* in that they usually occupy more virtual memory than physical.
*/