summaryrefslogtreecommitdiffstats
path: root/sys/dev/sn/if_sn_isa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sn/if_sn_isa.c')
-rw-r--r--sys/dev/sn/if_sn_isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sn/if_sn_isa.c b/sys/dev/sn/if_sn_isa.c
index e32b1bb..78d9bd0 100644
--- a/sys/dev/sn/if_sn_isa.c
+++ b/sys/dev/sn/if_sn_isa.c
@@ -96,4 +96,4 @@ static driver_t sn_isa_driver = {
extern devclass_t sn_devclass;
-DRIVER_MODULE(sn, isa, sn_isa_driver, sn_devclass, 0, 0);
+DRIVER_MODULE(if_sn, isa, sn_isa_driver, sn_devclass, 0, 0);
OpenPOWER on IntegriCloud