diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-09-20 19:06:45 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-09-20 19:06:45 +0000 |
| commit | 0355003f2605742dbf0322dbf88b8f2a22d36e3a (patch) | |
| tree | 501aa7f16457ab62c5193c90c212a4bd2383c466 /sys/dev/fxp | |
| parent | d8a4660643d8a33583be4e5affb1a00ebb42e534 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fxp')
| -rw-r--r-- | sys/dev/fxp/if_fxp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index d2438e318cbc..84cabd2fae85 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -701,7 +701,7 @@ static driver_t fxp_driver = { static devclass_t fxp_devclass; -DRIVER_MODULE(if_fxp, pci, fxp_driver, fxp_devclass, 0, 0); +DRIVER_MODULE(fxp, pci, fxp_driver, fxp_devclass, 0, 0); #endif /* __NetBSD__ */ |
