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:
parent
97764f126a
commit
11f314d4cb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107014
@ -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