Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 08/11/1997 09:40:03
thorpej
Mon Aug 11 02:36:29 PDT 1997
Update of /cvsroot/src/sys/dev/pcmcia
In directory netbsd1:/var/slash-tmp/cvs-serv13639

Modified Files:
      Tag: marc-pcmcia
	pcmcia.c pcmciachip.h 
Log Message:
Pass the PCMCIA function structure rather than an IRQ mask to the
interrupt establish function.


thorpej
Mon Aug 11 02:39:49 PDT 1997
Update of /cvsroot/src/sys/dev/isa
In directory netbsd1:/var/slash-tmp/cvs-serv13747

Modified Files:
      Tag: marc-pcmcia
	i82365.c 
Log Message:
In the chip-level interrupt establish functions, check the pcmcia function's
configuration entry, making note of the interrupt sharing type.  Pass the
correct type to isa_intr_alloc(), so that dynamically allocated interrupts
can be shared.

Also, provide a compile-time/patchable variable that sets the valid
IRQ mask for IRQ allocation, in order to deal with some chipsets that
seem to only allow one IRQ for PCMCIA devices.