Apply some fixups in the driver_t's.

MFC after:	1 week
This commit is contained in:
Shunsuke Akiyama 2003-11-16 12:13:39 +00:00
parent a6c22ecd4d
commit 6702d85006
2 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ Static device_method_t ubsa_methods[] = {
};
Static driver_t ubsa_driver = {
"ubsa",
"ucom",
ubsa_methods,
sizeof (struct ubsa_softc)
};

View File

@ -126,7 +126,7 @@ Static device_method_t umct_methods[] = {
};
Static driver_t umct_driver = {
"umct",
"ucom",
umct_methods,
sizeof(struct umct_softc)
};