Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 03/01/1997 09:50:02
matthias
Sat Mar 1 01:49:21 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Removed Files:
kgdb_stub.c
Log Message:
removed. We now use the mi version from /sys/kern.
matthias
Sat Mar 1 01:49:43 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Modified Files:
db_trace.c
Log Message:
* Adapt to changed definition of struct db_variable.
* Some cosmetic changes.
matthias
Sat Mar 1 01:49:45 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Modified Files:
intr.c
Log Message:
imask[IPL_ZERO] was updated after recomputing the run masks for all the
interrupt handlers. Due to this
- DIAGNOSTIC kernels would panic
- check_sir would run with the interrupt registered last blocked
Credits for finding and fixing this go to Ian Dall.
matthias
Sat Mar 1 01:49:46 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Modified Files:
kgdb_machdep.c
Log Message:
kgdb_connect and kgdb_panic are not define in the mi kgdb_stub.c. Define
them here.
matthias
Sat Mar 1 01:49:49 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532
Modified Files:
locore.s
Log Message:
Document a non-obvious use of addr in interrupt().