Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/08/1996 15:40:03
cgd
Fri Mar 8 15:34:28 EST 1996
Update of /a/cvsroot/src/sys/dev/pci
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv6053/pci
Modified Files:
pci.c
Log Message:
remember the bus_chipset_tag_t given by our parent, and pass it on to
children.
mark
Fri Mar 8 15:35:10 EST 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv5788
Modified Files:
irqhandler.c
Log Message:
Added calls to spl_setmasks().
Remove the irq_setmasks() routine. This was coded in assembly months ago
and this C version is now out of date.
Added code for delivering IRQ_SOFTCLOCK.
mark
Fri Mar 8 15:35:38 EST 1996
Update of /a/cvsroot/src/sys/arch/arm32/conf
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv6039
Modified Files:
BETA CLAIRE GENERIC PHARM REMY VOYAGER
Log Message:
Config files updated to specify interrupt numbers for wd, fd, com and
lpt drivers.
cgd
Fri Mar 8 15:36:23 EST 1996
Update of /a/cvsroot/src/sys/dev/isa
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv6180/isa
Modified Files:
isa.c
Log Message:
remember the bus_chipset_tag_t given by our parent, and pass it on to
children.
mark
Fri Mar 8 15:38:01 EST 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv6215
Modified Files:
exception.S
Log Message:
Removed dead wood from swi and undefined vector entry point code.
cgd
Fri Mar 8 15:39:33 EST 1996
Update of /a/cvsroot/src/sys/dev/eisa
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv6271/eisa
Modified Files:
eisa.c
Log Message:
remember the bus_chipset_tag_t given by our parent, and pass it on to
children. use I/O space access routines defined in <machine/bus.h>
when examining I/O space for slot ID information.