Subject: misc problems
To: None <port-sun3@NetBSD.ORG>
From: Jeff Weisberg <jaw@magoo.roc.ny.us>
List: port-sun3
Date: 01/15/1995 15:33:16
1)
since the new le code, my system (3/50 diskless) is only
able to stay up for several minutes before hanging, usually
while doing the rc files, and always with the current process
waiting on "thrd_sleep"
2)
trap.c does not compile. see patch below.
3)
compiling now yeilds:
Undefined
_peek_byte
_peek_word
[non sun3 specific stuff bobbitted]
peek_* are called from autoconf.c bus_peek()
--jeff
*** trap.c.FCS Sun Jan 15 14:50:14 1995
--- trap.c Sun Jan 15 14:49:44 1995
***************
*** 453,464 ****
Debugger();
#endif /* DDB */
#endif /* DEBUG */
#ifdef VMFAULT_TRACE
printf("vm_fault(%x, %x, %x, 0) -> %x\n",
map, va, ftype, rv);
printf(" type=%x, code=%x, pc=%x\n",
type, code, ((int *) frame.f_regs)[PC]);
- );
#endif
/*
* If this was a stack access we keep track of the maximum
--- 453,464 ----
Debugger();
#endif /* DDB */
#endif /* DEBUG */
+ }
#ifdef VMFAULT_TRACE
printf("vm_fault(%x, %x, %x, 0) -> %x\n",
map, va, ftype, rv);
printf(" type=%x, code=%x, pc=%x\n",
type, code, ((int *) frame.f_regs)[PC]);
#endif
/*
* If this was a stack access we keep track of the maximum