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: 04/09/1996 18:50:03
cgd
Tue Apr  9 18:46:18 EDT 1996
Update of /a/cvsroot/src/sys/dev/eisa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25659

Modified Files:
	eisa.c eisareg.h eisavar.h 
Log Message:
make the EISA code look a bit more like the PCI code, in the way
the bus is configured, interrupts are handled, etc.  machine-dependent
header (machine/eisa/eisa_machdep.h) defines eisa_chipset_tag_t and
eisa_intr_handle_t types, and the following functions:
	eisa_attach_hook()
	eisa_maxslots()
	eisa_intr_map()
	eisa_intr_string()
	eisa_intr_establish()
	eisa_intr_disestablish()
Don't define the interrupt establish/disestablish functions directly
in terms of the ISA functions any more (on some wacked out systems,
there can be a difference).


cgd
Tue Apr  9 18:47:03 EDT 1996
Update of /a/cvsroot/src/sys/dev/eisa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25756

Modified Files:
	aha1742.c 
Log Message:
use the new interfaces for interrupt attachment, etc.