Revert rev. 1.5.
It should be safe to attach to all Z8530 controllers again. In fact, the keyboard works on Ultra 2 machines. MFC after: 5 days
This commit is contained in:
parent
06456da2c6
commit
2554d6b9b4
@ -51,7 +51,7 @@ puc_sbus_probe(device_t dev)
|
|||||||
const char *nm;
|
const char *nm;
|
||||||
|
|
||||||
nm = ofw_bus_get_name(dev);
|
nm = ofw_bus_get_name(dev);
|
||||||
if (!strcmp(nm, "zs") && device_get_unit(dev) == 0) {
|
if (!strcmp(nm, "zs")) {
|
||||||
device_set_desc(dev, "Zilog Z8530 dual channel SCC");
|
device_set_desc(dev, "Zilog Z8530 dual channel SCC");
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user