Grrr. Okay, changing the devnames was a bad idea. Put them back the way

they were.
This commit is contained in:
Bill Paul 1999-09-20 08:47:11 +00:00
parent 2e9d38764f
commit fac1f39b19
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51455
18 changed files with 18 additions and 18 deletions

View file

@ -201,7 +201,7 @@ static device_method_t sf_methods[] = {
};
static driver_t sf_driver = {
"if_sf",
"sf",
sf_methods,
sizeof(struct sf_softc),
};

View file

@ -174,7 +174,7 @@ static device_method_t sk_methods[] = {
};
static driver_t sk_driver = {
"if_skc",
"skc",
sk_methods,
sizeof(struct sk_softc)
};

View file

@ -217,7 +217,7 @@ static device_method_t ti_methods[] = {
};
static driver_t ti_driver = {
"if_ti",
"ti",
ti_methods,
sizeof(struct ti_softc)
};

View file

@ -195,7 +195,7 @@ static device_method_t vr_methods[] = {
};
static driver_t vr_driver = {
"if_vr",
"vr",
vr_methods,
sizeof(struct vr_softc)
};

View file

@ -190,7 +190,7 @@ static device_method_t ax_methods[] = {
};
static driver_t ax_driver = {
"if_ax",
"ax",
ax_methods,
sizeof(struct ax_softc)
};

View file

@ -183,7 +183,7 @@ static device_method_t dm_methods[] = {
};
static driver_t dm_driver = {
"if_dm",
"dm",
dm_methods,
sizeof(struct dm_softc)
};

View file

@ -208,7 +208,7 @@ static device_method_t mx_methods[] = {
};
static driver_t mx_driver = {
"if_mx",
"mx",
mx_methods,
sizeof(struct mx_softc)
};

View file

@ -200,7 +200,7 @@ static device_method_t pn_methods[] = {
};
static driver_t pn_driver = {
"if_pn",
"pn",
pn_methods,
sizeof(struct pn_softc),
};

View file

@ -221,7 +221,7 @@ static device_method_t rl_methods[] = {
};
static driver_t rl_driver = {
"if_rl",
"rl",
rl_methods,
sizeof(struct rl_softc)
};

View file

@ -201,7 +201,7 @@ static device_method_t sf_methods[] = {
};
static driver_t sf_driver = {
"if_sf",
"sf",
sf_methods,
sizeof(struct sf_softc),
};

View file

@ -178,7 +178,7 @@ static device_method_t sis_methods[] = {
};
static driver_t sis_driver = {
"if_sis",
"sis",
sis_methods,
sizeof(struct sis_softc)
};

View file

@ -174,7 +174,7 @@ static device_method_t sk_methods[] = {
};
static driver_t sk_driver = {
"if_skc",
"skc",
sk_methods,
sizeof(struct sk_softc)
};

View file

@ -165,7 +165,7 @@ static device_method_t ste_methods[] = {
};
static driver_t ste_driver = {
"if_ste",
"ste",
ste_methods,
sizeof(struct ste_softc)
};

View file

@ -217,7 +217,7 @@ static device_method_t ti_methods[] = {
};
static driver_t ti_driver = {
"if_ti",
"ti",
ti_methods,
sizeof(struct ti_softc)
};

View file

@ -354,7 +354,7 @@ static device_method_t tl_methods[] = {
};
static driver_t tl_driver = {
"if_tl",
"tl",
tl_methods,
sizeof(struct tl_softc)
};

View file

@ -195,7 +195,7 @@ static device_method_t vr_methods[] = {
};
static driver_t vr_driver = {
"if_vr",
"vr",
vr_methods,
sizeof(struct vr_softc)
};

View file

@ -222,7 +222,7 @@ static device_method_t wb_methods[] = {
};
static driver_t wb_driver = {
"if_wb",
"wb",
wb_methods,
sizeof(struct wb_softc)
};

View file

@ -277,7 +277,7 @@ static device_method_t xl_methods[] = {
};
static driver_t xl_driver = {
"if_xl",
"xl",
xl_methods,
sizeof(struct xl_softc)
};