diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-09-22 06:08:11 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-09-22 06:08:11 +0000 |
| commit | 9e4c647c74846b9f7faeba5ed8979ca9b2f6be9a (patch) | |
| tree | 5ed8db5641c6b3e8737c3354e22d7f68bfc524c6 /sys/dev/vr | |
| parent | 8b22cebb2cb8971c882263b93898e6be3d196b99 (diff) | |
Notes
Diffstat (limited to 'sys/dev/vr')
| -rw-r--r-- | sys/dev/vr/if_vr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vr/if_vr.c b/sys/dev/vr/if_vr.c index 7ed0d86e5e8a3..af3ae7ef85b48 100644 --- a/sys/dev/vr/if_vr.c +++ b/sys/dev/vr/if_vr.c @@ -202,7 +202,7 @@ static driver_t vr_driver = { static devclass_t vr_devclass; -DRIVER_MODULE(vr, pci, vr_driver, vr_devclass, 0, 0); +DRIVER_MODULE(if_vr, pci, vr_driver, vr_devclass, 0, 0); DRIVER_MODULE(miibus, vr, miibus_driver, miibus_devclass, 0, 0); #define VR_SETBIT(sc, reg, x) \ |
