From 74b159d49712980d6819e2b6f8b6a1543c2b6ff8 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 24 Dec 2004 23:03:17 +0000 Subject: Get rid of #ifdef for legacy system. Move that into the MD code. Export minimal symbols to allow this to happen. --- sys/isa/isa_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/isa/isa_common.h') diff --git a/sys/isa/isa_common.h b/sys/isa/isa_common.h index e17e82b..65e0ad5 100644 --- a/sys/isa/isa_common.h +++ b/sys/isa/isa_common.h @@ -77,3 +77,5 @@ extern int isa_teardown_intr(device_t bus, device_t child, struct resource *r, void *cookie); #endif +extern driver_t isa_driver; +extern devclass_t isa_devclass; -- cgit v1.1