diff --git a/sys/arch/hp700/gsc/if_ie_gsc.c b/sys/arch/hp700/gsc/if_ie_gsc.c index 5806724f86ee..a9e14a962539 100644 --- a/sys/arch/hp700/gsc/if_ie_gsc.c +++ b/sys/arch/hp700/gsc/if_ie_gsc.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_ie_gsc.c,v 1.20 2009/11/03 05:07:25 snj Exp $ */ +/* $NetBSD: if_ie_gsc.c,v 1.21 2010/03/30 07:59:15 skrll Exp $ */ /* $OpenBSD: if_ie_gsc.c,v 1.6 2001/01/12 22:57:04 mickey Exp $ */ @@ -38,7 +38,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_ie_gsc.c,v 1.20 2009/11/03 05:07:25 snj Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_ie_gsc.c,v 1.21 2010/03/30 07:59:15 skrll Exp $"); #include #include @@ -419,7 +419,7 @@ ie_gsc_attach(device_t parent, device_t self, void *aux) * physical addresses. */ if (bus_dmamem_alloc(gsc->iemt, sc->sc_msize, PAGE_SIZE, 0, - &seg, 1, &rseg, BUS_DMA_NOWAIT | BUS_DMA_24BIT)) { + &seg, 1, &rseg, BUS_DMA_NOWAIT | BUS_DMA_24BIT)) { printf (": can't allocate %d bytes of DMA memory\n", sc->sc_msize); return;