diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-09-20 08:14:39 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-09-20 08:14:39 +0000 |
| commit | b95a9362a02556121c462670fe0fc79ea6b15d2e (patch) | |
| tree | d665beba91ca0ea31b69456d53ec1eb606ce7c89 /sys/dev/sf | |
| parent | f3722ef60953dd83ee81e15a3c6c3dc29143afd7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sf')
| -rw-r--r-- | sys/dev/sf/if_sf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c index 9d67f91357a3..0e9005a80657 100644 --- a/sys/dev/sf/if_sf.c +++ b/sys/dev/sf/if_sf.c @@ -201,7 +201,7 @@ static device_method_t sf_methods[] = { }; static driver_t sf_driver = { - "sf", + "if_sf", sf_methods, sizeof(struct sf_softc), }; |
