summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2005-01-31 04:25:48 +0000
committermarcel <marcel@FreeBSD.org>2005-01-31 04:25:48 +0000
commit05611a581a26f3ff7d8adaa398616eb3b3141305 (patch)
treedc5600e1957c6026f06c5773e0e1765f0d66a5a1 /sys/dev/puc
parent0beab4d652a058996a3b051d31cdce6ac79318b7 (diff)
downloadFreeBSD-src-05611a581a26f3ff7d8adaa398616eb3b3141305.zip
FreeBSD-src-05611a581a26f3ff7d8adaa398616eb3b3141305.tar.gz
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
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/puc_sbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/puc/puc_sbus.c b/sys/dev/puc/puc_sbus.c
index 44abd0b..5660872 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);
}
OpenPOWER on IntegriCloud