summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r--sys/pci/ncr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index bd7b5c3..e331d4f 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -7157,7 +7157,8 @@ static driver_t ncr_driver = {
static devclass_t ncr_devclass;
-DRIVER_MODULE(if_ncr, pci, ncr_driver, ncr_devclass, 0, 0);
+DRIVER_MODULE(ncr, pci, ncr_driver, ncr_devclass, 0, 0);
+MODULE_DEPEND(ncr, pci, 1, 1, 1);
/*=========================================================================*/
#endif /* _KERNEL */
OpenPOWER on IntegriCloud