Succeed for writing bus value... nobody that calls must care :-(

This commit is contained in:
imp 2006-06-03 18:57:28 +00:00
parent 7686abec4a
commit 4c81cb92a3

View File

@ -1527,7 +1527,7 @@ cbb_write_ivar(device_t brdev, device_t child, int which, uintptr_t value)
switch (which) {
case PCIB_IVAR_BUS:
sc->secbus = value;
break;
return (0);
}
return (ENOENT);
}