diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-09-20 08:47:11 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-09-20 08:47:11 +0000 |
| commit | fac1f39b191baac773260ef692400d38f1f2391b (patch) | |
| tree | b8454ec85f079a89b6c8746934ccb5a746baef5d /sys/dev | |
| parent | 2e9d38764fa7e068ca2ddc70a9f983b339485ffd (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sf/if_sf.c | 2 | ||||
| -rw-r--r-- | sys/dev/sk/if_sk.c | 2 | ||||
| -rw-r--r-- | sys/dev/ti/if_ti.c | 2 | ||||
| -rw-r--r-- | sys/dev/vr/if_vr.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c index 0e9005a80657..9d67f91357a3 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 = { - "if_sf", + "sf", sf_methods, sizeof(struct sf_softc), }; diff --git a/sys/dev/sk/if_sk.c b/sys/dev/sk/if_sk.c index 9e06a35f1851..04c1bf72fe09 100644 --- a/sys/dev/sk/if_sk.c +++ b/sys/dev/sk/if_sk.c @@ -174,7 +174,7 @@ static device_method_t sk_methods[] = { }; static driver_t sk_driver = { - "if_skc", + "skc", sk_methods, sizeof(struct sk_softc) }; diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index 22d342068e34..947f6c1c26ee 100644 --- a/sys/dev/ti/if_ti.c +++ b/sys/dev/ti/if_ti.c @@ -217,7 +217,7 @@ static device_method_t ti_methods[] = { }; static driver_t ti_driver = { - "if_ti", + "ti", ti_methods, sizeof(struct ti_softc) }; diff --git a/sys/dev/vr/if_vr.c b/sys/dev/vr/if_vr.c index a4a22d83a250..23f9ca90e8a0 100644 --- a/sys/dev/vr/if_vr.c +++ b/sys/dev/vr/if_vr.c @@ -195,7 +195,7 @@ static device_method_t vr_methods[] = { }; static driver_t vr_driver = { - "if_vr", + "vr", vr_methods, sizeof(struct vr_softc) }; |
