Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/28/1997 21:30:04
christos
Tue Oct 28 16:28:19 EST 1997
Update of /a/cvsroot/src/sys/dev/isapnp
In directory netbsd1:/var/slash-tmp/cvs-serv18568

Modified Files:
	com_isapnp.c if_ep_isapnp.c if_le_isapnp.c if_ne_isapnp.c 
	isapnp.c isapnpvar.h 
Log Message:
DTRT with level and edge interrupts:
    - add a type field to the isapnp_pin struct and set to IST_EDGE or
      IST_LEVEL depending on the card configuration data.
    - use the irq type field in all the drivers instead of hardcoding it.