It should be "ucom", not "usio".
This commit is contained in:
parent
39db6f7ae0
commit
5e33115f05
@ -179,7 +179,7 @@ Static device_method_t uvisor_methods[] = {
|
||||
|
||||
|
||||
Static driver_t uvisor_driver = {
|
||||
"usio",
|
||||
"ucom",
|
||||
uvisor_methods,
|
||||
sizeof (struct uvisor_softc)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user