Apply some fixups in the driver_t's.

Submitted by:	akiyama
MFC after:	3 days
This commit is contained in:
joe 2002-11-17 14:22:37 +00:00
parent f0930c1ec5
commit 4d846ec333
3 changed files with 3 additions and 3 deletions

View File

@ -614,7 +614,7 @@ Static device_method_t uftdi_methods[] = {
};
Static driver_t uftdi_driver = {
"uftdi",
"ucom",
uftdi_methods,
sizeof (struct uftdi_softc)
};

View File

@ -220,7 +220,7 @@ Static device_method_t uplcom_methods[] = {
};
Static driver_t uplcom_driver = {
"uplcom",
"ucom",
uplcom_methods,
sizeof (struct uplcom_softc)
};

View File

@ -228,7 +228,7 @@ Static device_method_t uvscom_methods[] = {
};
Static driver_t uvscom_driver = {
"uvscom",
"ucom",
uvscom_methods,
sizeof (struct uvscom_softc)
};