From 7736233b36a5d9d2a0867c79d3cb1398b224c633 Mon Sep 17 00:00:00 2001 From: "Matthew N. Dodd" Date: Thu, 27 Mar 2003 05:40:40 +0000 Subject: [PATCH] Add missing COMPAT_ISA_DRIVER(). Oops. --- sys/dev/ie/if_ie.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index b3e844c61827..ea36ececfa66 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -222,6 +222,7 @@ struct isa_driver iedriver = { INTR_TYPE_NET, ieprobe, ieattach, "ie" }; +COMPAT_ISA_DRIVER(ie, iedriver); enum ie_hardware { IE_STARLAN10,