diff options
Diffstat (limited to 'sys/pci/if_ste.c')
-rw-r--r-- | sys/pci/if_ste.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c index eb56c7b..bb95150 100644 --- a/sys/pci/if_ste.c +++ b/sys/pci/if_ste.c @@ -76,6 +76,8 @@ #include <pci/if_stereg.h> +MODULE_DEPEND(ste, miibus, 1, 1, 1); + #if !defined(lint) static const char rcsid[] = "$FreeBSD$"; |