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 19:10:08
cgd
Tue Apr  9 19:00:29 EDT 1996
Update of /a/cvsroot/src/sys/arch/i386/eisa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25964

Modified Files:
	eisa_machdep.h 
Added Files:
	eisa_machdep.c 
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.  define
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()
to do the right things for the i386.