aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2004-11-15 02:47:37 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2004-11-15 02:47:37 +0000
commit982ea33b89976b267f72bd39984a744767014ff5 (patch)
tree73243aa093dd9762962b31db2b90ef735bb58189 /sys/dev/puc
parent890e938dc32f4051f173fd19aa3a487c5b800f66 (diff)
Notes
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 47a2fb41303a..3d2e7d67a81a 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")) {
+ if (!strcmp(nm, "zs") && device_get_unit(dev) == 0) {
device_set_desc(dev, "Zilog Z8530 dual channel SCC");
return (0);
}