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: 08/01/1998 12:00:04
thorpej
Sat Aug  1 11:52:36 PDT 1998
Update of /cvsroot/src/sys/arch/alpha/common
In directory nb00:/tmp/cvs-serv25062/common

Modified Files:
	shared_intr.c 
Log Message:
Implement alpha_shared_intr_disestablish().  Simply removes the handler
fromthe list, allowing the caller to manipulate the sharing type,
if appropriate.


thorpej
Sat Aug  1 11:52:36 PDT 1998
Update of /cvsroot/src/sys/arch/alpha/include
In directory nb00:/tmp/cvs-serv25062/include

Modified Files:
	intr.h 
Log Message:
Implement alpha_shared_intr_disestablish().  Simply removes the handler
fromthe list, allowing the caller to manipulate the sharing type,
if appropriate.


thorpej
Sat Aug  1 11:54:21 PDT 1998
Update of /cvsroot/src/sys/arch/alpha/pci
In directory nb00:/tmp/cvs-serv25415

Modified Files:
	sio_pic.c 
Log Message:
Implement sio_intr_disestablish(), and ensure that an initially-enabled
interrupt is never disabled and an initially-level-triggered interrupt
never becomes untyped.