From c6a1b850531133e6900c8f4dbdffe8fa1e232aea Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 22 Dec 2003 11:54:49 +0000 Subject: Correctly handle vme attachments which specify a larger ca_len size than initially expected. --- sys/arch/mvme88k/dev/clock.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch/mvme88k/dev/clock.c') diff --git a/sys/arch/mvme88k/dev/clock.c b/sys/arch/mvme88k/dev/clock.c index 58415f8bbe9..0b26e51bd2d 100644 --- a/sys/arch/mvme88k/dev/clock.c +++ b/sys/arch/mvme88k/dev/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.27 2003/12/12 21:51:29 miod Exp $ */ +/* $OpenBSD: clock.c,v 1.28 2003/12/22 11:54:48 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * Copyright (c) 1995 Theo de Raadt @@ -173,8 +173,6 @@ clockmatch(struct device *parent, void *vcf, void *args) * a message if it is different from what ioconf.c says. */ ca->ca_ipl = IPL_CLOCK; - /* set size to 0 - see pcctwo.c:match for details */ - ca->ca_len = 0; return (1); } -- cgit v1.2.3