Apply some fixups in the driver_t's.
Submitted by: akiyama MFC after: 3 days
This commit is contained in:
parent
f0930c1ec5
commit
4d846ec333
@ -614,7 +614,7 @@ Static device_method_t uftdi_methods[] = {
|
||||
};
|
||||
|
||||
Static driver_t uftdi_driver = {
|
||||
"uftdi",
|
||||
"ucom",
|
||||
uftdi_methods,
|
||||
sizeof (struct uftdi_softc)
|
||||
};
|
||||
|
@ -220,7 +220,7 @@ Static device_method_t uplcom_methods[] = {
|
||||
};
|
||||
|
||||
Static driver_t uplcom_driver = {
|
||||
"uplcom",
|
||||
"ucom",
|
||||
uplcom_methods,
|
||||
sizeof (struct uplcom_softc)
|
||||
};
|
||||
|
@ -228,7 +228,7 @@ Static device_method_t uvscom_methods[] = {
|
||||
};
|
||||
|
||||
Static driver_t uvscom_driver = {
|
||||
"uvscom",
|
||||
"ucom",
|
||||
uvscom_methods,
|
||||
sizeof (struct uvscom_softc)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user