Add missing COMPAT_ISA_DRIVER().

Oops.
This commit is contained in:
Matthew N. Dodd 2003-03-27 05:40:40 +00:00
parent 0c66f5adc3
commit 7736233b36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112699

View File

@ -222,6 +222,7 @@ struct isa_driver iedriver = {
INTR_TYPE_NET,
ieprobe, ieattach, "ie"
};
COMPAT_ISA_DRIVER(ie, iedriver);
enum ie_hardware {
IE_STARLAN10,