1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

Apply some fixups in the driver_t's.

Submitted by:	akiyama
MFC after:	3 days
This commit is contained in:
Josef Karthauser 2002-11-17 14:22:37 +00:00
parent 97764f126a
commit 11f314d4cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107014
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)
};