Remove incorrect comment.

This commit is contained in:
tsutsui 2006-10-05 14:12:36 +00:00
parent 861b9568df
commit 956c3ee3f1
1 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: zs.c,v 1.12 2006/03/28 17:23:21 thorpej Exp $ */
/* $NetBSD: zs.c,v 1.13 2006/10/05 14:12:36 tsutsui Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -45,7 +45,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.12 2006/03/28 17:23:21 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.13 2006/10/05 14:12:36 tsutsui Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@ -288,9 +288,7 @@ zs_attach(struct zsc_softc *zsc, struct zsdevice *zsd, int pri)
}
/*
* Now safe to install interrupt handlers. Note the arguments
* to the interrupt handlers aren't used. Note, we only do this
* once since both SCCs interrupt at the same level and vector.
* Now safe to install interrupt handlers.
*/
bus_intr_establish(zsc->zsc_bustag, pri, IPL_SERIAL, 0, zshard, zsc);
if (!(zsc->zsc_softintr = softintr_establish(softpri, zssoft, zsc)))