From ae70fb71ecf32ef7e3e04abd3755a6b20c0dbc0e Mon Sep 17 00:00:00 2001 From: gwr Date: Mon, 24 Feb 1997 15:02:23 +0000 Subject: [PATCH] No need for dma_cd, so move it into the #if 0 section too. --- sys/arch/sun3/dev/dma.c | 4 ++-- sys/arch/sun3x/dev/dma.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/sun3/dev/dma.c b/sys/arch/sun3/dev/dma.c index ca9d6c910675..fedd3fdadae7 100644 --- a/sys/arch/sun3/dev/dma.c +++ b/sys/arch/sun3/dev/dma.c @@ -1,4 +1,4 @@ -/* $NetBSD: dma.c,v 1.1.1.1 1997/02/24 01:45:13 jeremy Exp $ */ +/* $NetBSD: dma.c,v 1.2 1997/02/24 15:02:23 gwr Exp $ */ /* * Copyright (c) 1994 Paul Kranenburg. All rights reserved. @@ -66,11 +66,11 @@ void dma_go __P((struct dma_softc *)); struct cfattach dma_ca = { sizeof(struct dma_softc), dmamatch, dmaattach }; -#endif /* 0 */ struct cfdriver dma_cd = { NULL, "dma", DV_DULL }; +#endif /* 0 */ /* * Pseudo-attach function. Called from the esp driver during its diff --git a/sys/arch/sun3x/dev/dma.c b/sys/arch/sun3x/dev/dma.c index ca9d6c910675..fedd3fdadae7 100644 --- a/sys/arch/sun3x/dev/dma.c +++ b/sys/arch/sun3x/dev/dma.c @@ -1,4 +1,4 @@ -/* $NetBSD: dma.c,v 1.1.1.1 1997/02/24 01:45:13 jeremy Exp $ */ +/* $NetBSD: dma.c,v 1.2 1997/02/24 15:02:23 gwr Exp $ */ /* * Copyright (c) 1994 Paul Kranenburg. All rights reserved. @@ -66,11 +66,11 @@ void dma_go __P((struct dma_softc *)); struct cfattach dma_ca = { sizeof(struct dma_softc), dmamatch, dmaattach }; -#endif /* 0 */ struct cfdriver dma_cd = { NULL, "dma", DV_DULL }; +#endif /* 0 */ /* * Pseudo-attach function. Called from the esp driver during its