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 | |
| parent | 2e9d38764fa7e068ca2ddc70a9f983b339485ffd (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 | ||||
| -rw-r--r-- | sys/pci/if_ax.c | 2 | ||||
| -rw-r--r-- | sys/pci/if_dm.c | 2 | ||||
| -rw-r--r-- | sys/pci/if_mx.c | 2 | ||||
| -rw-r--r-- | sys/pci/if_pn.c | 2 | ||||
| -rw-r--r-- | sys/pci/if_rl.c | 2 | ||||
| -rw-r--r-- | sys/pci/if_sf.c | 2 | ||||
| -rw-r--r-- | sys/pci/if_sis.c | 2 | ||||
| -rw-r--r-- | sys/pci/if_sk.c | 2 | ||||
| -rw-r--r-- | sys/pci/if_ste.c | 2 | ||||
| -rw-r--r-- | sys/pci/if_ti.c | 2 | ||||
| -rw-r--r-- | sys/pci/if_tl.c | 2 | ||||
| -rw-r--r-- | sys/pci/if_vr.c | 2 | ||||
| -rw-r--r-- | sys/pci/if_wb.c | 2 | ||||
| -rw-r--r-- | sys/pci/if_xl.c | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c index 0e9005a806574..9d67f91357a3a 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 9e06a35f1851d..04c1bf72fe092 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 22d342068e34b..947f6c1c26ee2 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 a4a22d83a2506..23f9ca90e8a02 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) }; diff --git a/sys/pci/if_ax.c b/sys/pci/if_ax.c index 6b26641e6a5c7..0cb2daf788a33 100644 --- a/sys/pci/if_ax.c +++ b/sys/pci/if_ax.c @@ -190,7 +190,7 @@ static device_method_t ax_methods[] = { }; static driver_t ax_driver = { - "if_ax", + "ax", ax_methods, sizeof(struct ax_softc) }; diff --git a/sys/pci/if_dm.c b/sys/pci/if_dm.c index 157663a25dfe5..356eafd5f94e8 100644 --- a/sys/pci/if_dm.c +++ b/sys/pci/if_dm.c @@ -183,7 +183,7 @@ static device_method_t dm_methods[] = { }; static driver_t dm_driver = { - "if_dm", + "dm", dm_methods, sizeof(struct dm_softc) }; diff --git a/sys/pci/if_mx.c b/sys/pci/if_mx.c index b27f6ce2752ba..739ff3bd1d43b 100644 --- a/sys/pci/if_mx.c +++ b/sys/pci/if_mx.c @@ -208,7 +208,7 @@ static device_method_t mx_methods[] = { }; static driver_t mx_driver = { - "if_mx", + "mx", mx_methods, sizeof(struct mx_softc) }; diff --git a/sys/pci/if_pn.c b/sys/pci/if_pn.c index 42c3f9a9bc189..8483cc98c5eb0 100644 --- a/sys/pci/if_pn.c +++ b/sys/pci/if_pn.c @@ -200,7 +200,7 @@ static device_method_t pn_methods[] = { }; static driver_t pn_driver = { - "if_pn", + "pn", pn_methods, sizeof(struct pn_softc), }; diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c index 8547e9387b051..c7bf0b478abc0 100644 --- a/sys/pci/if_rl.c +++ b/sys/pci/if_rl.c @@ -221,7 +221,7 @@ static device_method_t rl_methods[] = { }; static driver_t rl_driver = { - "if_rl", + "rl", rl_methods, sizeof(struct rl_softc) }; diff --git a/sys/pci/if_sf.c b/sys/pci/if_sf.c index 0e9005a806574..9d67f91357a3a 100644 --- a/sys/pci/if_sf.c +++ b/sys/pci/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/pci/if_sis.c b/sys/pci/if_sis.c index f9e50dee6b345..419c176719c10 100644 --- a/sys/pci/if_sis.c +++ b/sys/pci/if_sis.c @@ -178,7 +178,7 @@ static device_method_t sis_methods[] = { }; static driver_t sis_driver = { - "if_sis", + "sis", sis_methods, sizeof(struct sis_softc) }; diff --git a/sys/pci/if_sk.c b/sys/pci/if_sk.c index 9e06a35f1851d..04c1bf72fe092 100644 --- a/sys/pci/if_sk.c +++ b/sys/pci/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/pci/if_ste.c b/sys/pci/if_ste.c index 3f6c6864795fb..2d6d31eb215a4 100644 --- a/sys/pci/if_ste.c +++ b/sys/pci/if_ste.c @@ -165,7 +165,7 @@ static device_method_t ste_methods[] = { }; static driver_t ste_driver = { - "if_ste", + "ste", ste_methods, sizeof(struct ste_softc) }; diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c index 22d342068e34b..947f6c1c26ee2 100644 --- a/sys/pci/if_ti.c +++ b/sys/pci/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/pci/if_tl.c b/sys/pci/if_tl.c index a593cd3450355..f848d0a3deb97 100644 --- a/sys/pci/if_tl.c +++ b/sys/pci/if_tl.c @@ -354,7 +354,7 @@ static device_method_t tl_methods[] = { }; static driver_t tl_driver = { - "if_tl", + "tl", tl_methods, sizeof(struct tl_softc) }; diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c index a4a22d83a2506..23f9ca90e8a02 100644 --- a/sys/pci/if_vr.c +++ b/sys/pci/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) }; diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c index f309006e23835..f5770bd3776ec 100644 --- a/sys/pci/if_wb.c +++ b/sys/pci/if_wb.c @@ -222,7 +222,7 @@ static device_method_t wb_methods[] = { }; static driver_t wb_driver = { - "if_wb", + "wb", wb_methods, sizeof(struct wb_softc) }; diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c index e6bce9f6f4655..7358dd8b8329b 100644 --- a/sys/pci/if_xl.c +++ b/sys/pci/if_xl.c @@ -277,7 +277,7 @@ static device_method_t xl_methods[] = { }; static driver_t xl_driver = { - "if_xl", + "xl", xl_methods, sizeof(struct xl_softc) }; |
