mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-22 15:47:37 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141080
@ -51,7 +51,7 @@ puc_sbus_probe(device_t dev)
|
||||
const char *nm;
|
||||
|
||||
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");
|
||||
return (0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user