diff options
Diffstat (limited to 'sys/arch/sun3/dev')
-rw-r--r-- | sys/arch/sun3/dev/if_ie.c | 6 | ||||
-rw-r--r-- | sys/arch/sun3/dev/obio.c | 4 | ||||
-rw-r--r-- | sys/arch/sun3/dev/si.c | 6 | ||||
-rw-r--r-- | sys/arch/sun3/dev/xy.c | 4 | ||||
-rw-r--r-- | sys/arch/sun3/dev/zs.c | 4 |
5 files changed, 12 insertions, 12 deletions
diff --git a/sys/arch/sun3/dev/if_ie.c b/sys/arch/sun3/dev/if_ie.c index 0bbe7729481..34651d5d4e8 100644 --- a/sys/arch/sun3/dev/if_ie.c +++ b/sys/arch/sun3/dev/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.9 1997/01/16 04:03:46 kstailey Exp $ */ +/* $OpenBSD: if_ie.c,v 1.10 1999/01/11 05:12:01 millert Exp $ */ /* $NetBSD: if_ie.c,v 1.15 1996/10/30 00:24:33 gwr Exp $ */ /*- @@ -1174,7 +1174,7 @@ iereset(sc) #ifdef notdef if (!check_ie_present(sc, sc->sc_maddr, sc->sc_msize)) - panic("ie disappeared!\n"); + panic("ie disappeared!"); #endif sc->sc_arpcom.ac_if.if_flags |= IFF_UP; @@ -1345,7 +1345,7 @@ setup_bufs(sc) sc->nframes = n / r; if (sc->nframes <= 0) - panic("ie: bogus buffer calc\n"); + panic("ie: bogus buffer calc"); if (sc->nframes > MXFRAMES) sc->nframes = MXFRAMES; diff --git a/sys/arch/sun3/dev/obio.c b/sys/arch/sun3/dev/obio.c index a6b6bc4120b..5160324edf3 100644 --- a/sys/arch/sun3/dev/obio.c +++ b/sys/arch/sun3/dev/obio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: obio.c,v 1.6 1997/01/16 04:03:51 kstailey Exp $ */ +/* $OpenBSD: obio.c,v 1.7 1999/01/11 05:12:02 millert Exp $ */ /* $NetBSD: obio.c,v 1.23 1996/11/20 18:56:56 gwr Exp $ */ /*- @@ -144,7 +144,7 @@ obio_submatch(parent, vcf, aux) /* Now call the match function of the potential child. */ submatch = cf->cf_attach->ca_match; if (submatch == NULL) - panic("obio_submatch: no match function for: %s\n", + panic("obio_submatch: no match function for: %s", cf->cf_driver->cd_name); return ((*submatch)(parent, vcf, aux)); diff --git a/sys/arch/sun3/dev/si.c b/sys/arch/sun3/dev/si.c index 341ba7d5a0e..9b32b6ae59c 100644 --- a/sys/arch/sun3/dev/si.c +++ b/sys/arch/sun3/dev/si.c @@ -1,4 +1,4 @@ -/* $OpenBSD: si.c,v 1.8 1997/01/16 19:42:49 kstailey Exp $ */ +/* $OpenBSD: si.c,v 1.9 1999/01/11 05:12:02 millert Exp $ */ /* $NetBSD: si.c,v 1.31 1996/11/20 18:56:59 gwr Exp $ */ /*- @@ -205,7 +205,7 @@ si_attach(sc) sc->sc_dma = (struct si_dma_handle *) malloc(i, M_DEVBUF, M_WAITOK); if (sc->sc_dma == NULL) - panic("si: dvma_malloc failed\n"); + panic("si: dvma_malloc failed"); for (i = 0; i < SCI_OPENINGS; i++) sc->sc_dma[i].dh_flags = 0; @@ -356,7 +356,7 @@ si_dma_alloc(ncr_sc) /* Make sure our caller checked sc_min_dma_len. */ if (xlen < MIN_DMA_LEN) - panic("si_dma_alloc: xlen=0x%x\n", xlen); + panic("si_dma_alloc: xlen=0x%x", xlen); /* * Never attempt single transfers of more than 63k, because diff --git a/sys/arch/sun3/dev/xy.c b/sys/arch/sun3/dev/xy.c index 47cf8ea0b53..b1082d7e3fb 100644 --- a/sys/arch/sun3/dev/xy.c +++ b/sys/arch/sun3/dev/xy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xy.c,v 1.11 1998/10/03 21:18:59 millert Exp $ */ +/* $OpenBSD: xy.c,v 1.12 1999/01/11 05:12:02 millert Exp $ */ /* $NetBSD: xy.c,v 1.11 1996/10/13 03:47:40 christos Exp $ */ /* @@ -1371,7 +1371,7 @@ xyc_submit_iorq(xycsc, iorq, type) if (iopb == NULL) { /* nothing doing? */ if (type == XY_SUB_NORM || type == XY_SUB_NOQ) return(XY_ERR_AOK); - panic("xyc_submit_iorq: xyc_chain failed!\n"); + panic("xyc_submit_iorq: xyc_chain failed!"); } iopbaddr = dvma_kvtopa((long) iopb, BUS_VME16); diff --git a/sys/arch/sun3/dev/zs.c b/sys/arch/sun3/dev/zs.c index f8fa769c3cd..66f8a2fb978 100644 --- a/sys/arch/sun3/dev/zs.c +++ b/sys/arch/sun3/dev/zs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zs.c,v 1.8 1997/06/23 13:40:47 kstailey Exp $ */ +/* $OpenBSD: zs.c,v 1.9 1999/01/11 05:12:03 millert Exp $ */ /* $NetBSD: zs.c,v 1.42 1996/11/20 18:57:03 gwr Exp $ */ /*- @@ -277,7 +277,7 @@ zsc_attach(parent, self, aux) /* Use the mapping setup by the Sun PROM. */ if (zsaddr[zsc_unit] == NULL) - panic("zs_attach: zs%d not mapped\n", zsc_unit); + panic("zs_attach: zs%d not mapped", zsc_unit); /* * Initialize software state for each channel. |