Apply some fixups in the driver_t's.
MFC after: 1 week
This commit is contained in:
parent
a6c22ecd4d
commit
6702d85006
@ -242,7 +242,7 @@ Static device_method_t ubsa_methods[] = {
|
||||
};
|
||||
|
||||
Static driver_t ubsa_driver = {
|
||||
"ubsa",
|
||||
"ucom",
|
||||
ubsa_methods,
|
||||
sizeof (struct ubsa_softc)
|
||||
};
|
||||
|
@ -126,7 +126,7 @@ Static device_method_t umct_methods[] = {
|
||||
};
|
||||
|
||||
Static driver_t umct_driver = {
|
||||
"umct",
|
||||
"ucom",
|
||||
umct_methods,
|
||||
sizeof(struct umct_softc)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user