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/dev/isa/isadma.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/isa/isadma.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.47.4.3 retrieving revision 1.48 diff -u -p -r1.47.4.3 -r1.48 --- src/sys/dev/isa/isadma.c 2002/10/10 18:39:42 1.47.4.3 +++ src/sys/dev/isa/isadma.c 2001/07/19 16:41:11 1.48 @@ -1,4 +1,4 @@ -/* $NetBSD: isadma.c,v 1.47.4.3 2002/10/10 18:39:42 jdolecek Exp $ */ +/* $NetBSD: isadma.c,v 1.48 2001/07/19 16:41:11 thorpej Exp $ */ /*- * Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc. @@ -41,9 +41,6 @@ * Device driver for the ISA on-board DMA controller. */ -#include -__KERNEL_RCSID(0, "$NetBSD: isadma.c,v 1.47.4.3 2002/10/10 18:39:42 jdolecek Exp $"); - #include #include #include @@ -375,7 +372,7 @@ _isa_dmastart(ids, chan, addr, nbytes, p dmam = ids->ids_dmamaps[chan]; if (dmam == NULL) - panic("_isa_dmastart: no DMA map for chan %d", chan); + panic("_isa_dmastart: no DMA map for chan %d\n", chan); error = bus_dmamap_load(ids->ids_dmat, dmam, addr, nbytes, p, busdmaflags |