#include "../isavar.h"
#include "../isa_common.h"
-void
-isa_init(void)
-{
-}
-
/*
* This implementation simply passes the request up to the parent
* bus, which in our case is the special i386 nexus, substituting any
isa_probe(device_t dev)
{
device_set_desc(dev, "ISA bus");
- isa_init(); /* Allow machdep code to initialise */
return 0;
}
* SUCH DAMAGE.
*
* $FreeBSD: src/sys/isa/isa_common.h,v 1.5 1999/09/07 08:42:47 dfr Exp $
- * $DragonFly: src/sys/bus/isa/isa_common.h,v 1.4 2005/05/24 20:58:48 dillon Exp $
*/
/*
/*
* These functions are architecture dependant.
*/
-extern void isa_init(void);
extern struct resource *isa_alloc_resource(device_t bus, device_t child,
int type, int *rid,
u_long start, u_long end,
#include "../isavar.h"
#include "../isa_common.h"
-void
-isa_init(void)
-{
-}
-
/*
* This implementation simply passes the request up to the parent
* bus, which in our case is the special i386 nexus, substituting any