Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/arm/ep93xx/epcom.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/arm/ep93xx/epcom.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.14.16.2 retrieving revision 1.15 diff -u -p -r1.14.16.2 -r1.15 --- src/sys/arch/arm/ep93xx/epcom.c 2008/02/28 21:47:42 1.14.16.2 +++ src/sys/arch/arm/ep93xx/epcom.c 2007/11/19 18:51:38 1.15 @@ -1,4 +1,4 @@ -/* $NetBSD: epcom.c,v 1.14.16.2 2008/02/28 21:47:42 rjs Exp $ */ +/* $NetBSD: epcom.c,v 1.15 2007/11/19 18:51:38 ad Exp $ */ /* * Copyright (c) 1998, 1999, 2001, 2002, 2004 The NetBSD Foundation, Inc. * All rights reserved. @@ -80,7 +80,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: epcom.c,v 1.14.16.2 2008/02/28 21:47:42 rjs Exp $"); +__KERNEL_RCSID(0, "$NetBSD: epcom.c,v 1.15 2007/11/19 18:51:38 ad Exp $"); #include "opt_ddb.h" #include "opt_kgdb.h" @@ -242,7 +242,7 @@ epcom_attach_subr(struct epcom_softc *sc aprint_normal("%s: console\n", sc->sc_dev.dv_xname); } - sc->sc_si = softint_establish(SOFTINT_SERIAL, epcomsoft, sc); + sc->sc_si = softintr_establish(IPL_SOFTSERIAL, epcomsoft, sc); #if NRND > 0 && defined(RND_COM) rnd_attach_source(&sc->rnd_source, sc->sc_dev.dv_xname, @@ -1136,7 +1136,7 @@ epcomintr(void* arg) } /* Wake up the poller. */ - softint_schedule(sc->sc_si); + softintr_schedule(sc->sc_si); #if 0 /* XXX: broken */ #if NRND > 0 && defined(RND_COM)