#
5a4e5bab |
| 22-Jan-2011 |
skrll <skrll@NetBSD.org> |
Save CR24 and CR27 and report in ddb.
|
#
1a1da55a |
| 30-Mar-2010 |
skrll <skrll@NetBSD.org> |
Whitespace.
|
#
afd97f35 |
| 16-Mar-2010 |
skrll <skrll@NetBSD.org> |
The FP regs are accessed in both physical and virtual modes. Make sure they're allocated in directly mapped memory to avoid aliasing problems and unnecessary cache flushing.
Fix various names and r
The FP regs are accessed in both physical and virtual modes. Make sure they're allocated in directly mapped memory to avoid aliasing problems and unnecessary cache flushing.
Fix various names and references. If we ever directly map the uarea and pcb we can change things at that point.
Significantly helps my J210 (PA7200).
Mostly from OpenBSD.
show more ...
|
#
32381fa0 |
| 03-Nov-2009 |
snj <snj@NetBSD.org> |
Follow upstream license changes for files with Michael Shalayeff's copyright. In most cases, this means dropping the 3rd and 4th clauses.
|
#
8516d557 |
| 30-Apr-2009 |
skrll <skrll@NetBSD.org> |
Merge nick-hppapmap.
This is a port of the OpenBSD pmap and trap handling code to get us
- Performance boost on some/all machines. - Well on the way to PA2.0 (in 32bit mode) support
Merge nick-hppapmap.
This is a port of the OpenBSD pmap and trap handling code to get us
- Performance boost on some/all machines. - Well on the way to PA2.0 (in 32bit mode) support. Several machines probe hardware, but fail sometime after interrupts are enabled.
Other things changed / fixed on the branch are
- update autoconf to use the OpenBSD code. - com @ dino is very close to being supported. - HPPA_REDZONE has been replaced with a working redzone which is enabled with DIAGNOSTIC. - UPAGES has been halved in size. - power(4) from OpenBSD to fix a few bugs. - updated list of modules from OpenBSD. - initial ports of uturn(4), astro(4) and elroy(4). - update some copyrights (remove advertising clause, etc.)
Thanks to mjf for some of the above, testing and listening.
show more ...
|
#
0361d1fe |
| 22-Dec-2007 |
skrll <skrll@NetBSD.org> |
Cast the argument to HPPA_FRAME_ROUND to uintptr_t
|
#
caacd2c4 |
| 18-Nov-2007 |
skrll <skrll@NetBSD.org> |
Typo in comment. From OpenBSD.
|
#
fd4abe68 |
| 13-Nov-2007 |
skrll <skrll@NetBSD.org> |
No need for reg.h here.
|
#
101cbda3 |
| 07-Apr-2007 |
skrll <skrll@NetBSD.org> |
Typo. From OpenBSD.
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
0d86a5cd |
| 18-Jul-2004 |
chs <chs@NetBSD.org> |
add hppa support for RAS, context stuff, siginfo and scheduler activations: - add a RAS hook in cpu_switch(). - fill in the definition of struct mcontext. - implement cpu_upcall(), cpu_getmcontext
add hppa support for RAS, context stuff, siginfo and scheduler activations: - add a RAS hook in cpu_switch(). - fill in the definition of struct mcontext. - implement cpu_upcall(), cpu_getmcontext(), cpu_getmcontext() and cpu_switchto(). - for now, force the right priviledge bits and space regs in setcontext(). - use correct values for __SIMPLELOCK_*. - move the user stack to start at a multiple of the pthread stack size so that libpthread can use the sp-masking trick.
show more ...
|
#
f4f0d8a3 |
| 05-Jun-2002 |
fredette <fredette@NetBSD.org> |
Added files to support generic HP PA-RISC based machines. hp700-specific files to follow.
|