diff options
Diffstat (limited to 'sys/arch/mac68k/dev/esp.c')
-rw-r--r-- | sys/arch/mac68k/dev/esp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/esp.c b/sys/arch/mac68k/dev/esp.c index eccae605de7..2a294b8942e 100644 --- a/sys/arch/mac68k/dev/esp.c +++ b/sys/arch/mac68k/dev/esp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: esp.c,v 1.20 2004/12/10 18:23:23 martin Exp $ */ +/* $OpenBSD: esp.c,v 1.21 2005/07/18 02:43:25 fgsch Exp $ */ /* $NetBSD: esp.c,v 1.17 1998/09/05 15:15:35 pk Exp $ */ /* @@ -509,7 +509,7 @@ esp_quick_dma_intr(sc) int trans=0, resid=0; if (esc->sc_active == 0) - panic("dma_intr--inactive DMA\n"); + panic("dma_intr--inactive DMA"); esc->sc_active = 0; |