From 5ca978e981a6226238ce7b59708b3f9c84e2c770 Mon Sep 17 00:00:00 2001 From: jonathan Date: Sun, 1 Feb 1998 02:25:34 +0000 Subject: [PATCH] Use correct name ("ioasic") when checking parent bus. --- sys/arch/pmax/tc/mcclock_ioasic.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/pmax/tc/mcclock_ioasic.c b/sys/arch/pmax/tc/mcclock_ioasic.c index 5f9ab96802da..4e92d5696d2d 100644 --- a/sys/arch/pmax/tc/mcclock_ioasic.c +++ b/sys/arch/pmax/tc/mcclock_ioasic.c @@ -1,4 +1,4 @@ -/* $NetBSD: mcclock_ioasic.c,v 1.4 1997/08/06 12:03:39 jonathan Exp $ */ +/* $NetBSD: mcclock_ioasic.c,v 1.5 1998/02/01 02:25:34 jonathan Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. @@ -29,7 +29,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: mcclock_ioasic.c,v 1.4 1997/08/06 12:03:39 jonathan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mcclock_ioasic.c,v 1.5 1998/02/01 02:25:34 jonathan Exp $"); #include #include @@ -87,7 +87,7 @@ mcclock_ioasic_match(parent, match, aux) name = ca->ca_name; } else - if (CFMATCH(parent, "asic")) { + if (CFMATCH(parent, "ioasic")) { struct ioasicdev_attach_args *d = aux; addr = d->iada_addr; name = d->iada_modname;