From 2554d6b9b46027599948c7e3ad937c08a44ec593 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Mon, 31 Jan 2005 04:25:48 +0000 Subject: [PATCH] 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 --- sys/dev/puc/puc_sbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/puc/puc_sbus.c b/sys/dev/puc/puc_sbus.c index 44abd0bccd95..5660872301ea 100644 --- a/sys/dev/puc/puc_sbus.c +++ b/sys/dev/puc/puc_sbus.c @@ -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); }