Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/pci G/c some unneeded prototypes (functions d...



details:   https://anonhg.NetBSD.org/src/rev/c71161426bb2
branches:  trunk
changeset: 487706:c71161426bb2
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Jun 11 22:47:00 2000 +0000

description:
G/c some unneeded prototypes (functions don't exist).

diffstat:

 sys/arch/alpha/pci/irongate_dma.c |  13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diffs (34 lines):

diff -r b7df96c03262 -r c71161426bb2 sys/arch/alpha/pci/irongate_dma.c
--- a/sys/arch/alpha/pci/irongate_dma.c Sun Jun 11 22:45:44 2000 +0000
+++ b/sys/arch/alpha/pci/irongate_dma.c Sun Jun 11 22:47:00 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: irongate_dma.c,v 1.1 2000/06/01 20:30:30 thorpej Exp $ */
+/* $NetBSD: irongate_dma.c,v 1.2 2000/06/11 22:47:00 thorpej Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -51,7 +51,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: irongate_dma.c,v 1.1 2000/06/01 20:30:30 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: irongate_dma.c,v 1.2 2000/06/11 22:47:00 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -74,15 +74,6 @@
 
 bus_dma_tag_t irongate_dma_get_tag(bus_dma_tag_t, alpha_bus_t);
 
-int    irongate_bus_dmamap_create_pci_direct(bus_dma_tag_t, bus_size_t, int,
-           bus_size_t, bus_size_t, int, bus_dmamap_t *);
-
-int    irongate_bus_dmamap_create_isa_direct(bus_dma_tag_t, bus_size_t, int,
-           bus_size_t, bus_size_t, int, bus_dmamap_t *);
-
-int    irongate_bus_dmamap_create_isa_bounce(bus_dma_tag_t, bus_size_t, int,
-           bus_size_t, bus_size_t, int, bus_dmamap_t *);
-
 void
 irongate_dma_init(struct irongate_config *icp)
 {



Home | Main Index | Thread Index | Old Index