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: 05/22/1998 10:50:02
cgd
Fri May 22 10:43:11 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/ofw
In directory nb00:/tmp/cvs-serv11192/ofw
Modified Files:
ofw.c ofw_irq.S ofwgencfg_clock.c ofwgencfg_machdep.c
Log Message:
fix code so that a 'generic' OFW kernel (which only uses OFW drivers)
will again compile. This code needs a bunch of cleanup, and the
"generic OFW kernel" code should probably be split into a different
directory than the code which implements the interface to OFW.
matt
Fri May 22 10:47:22 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv11264/kern
Modified Files:
uipc_mbuf.c
Log Message:
Add an if_drain to the ifnet structure (call when the system is low
on mbufs). Add code to m_reclaim to call if_drain in each ifnet
that has one set. Remove register from declarations.
matt
Fri May 22 10:47:22 PDT 1998
Update of /cvsroot/src/sys/net
In directory nb00:/tmp/cvs-serv11264/net
Modified Files:
if.h
Log Message:
Add an if_drain to the ifnet structure (call when the system is low
on mbufs). Add code to m_reclaim to call if_drain in each ifnet
that has one set. Remove register from declarations.