Module Name: src
Committed By: skrll
Date: Mon Nov 9 13:21:34 UTC 2009
Modified Files:
src/sys/arch/hp700/dev: dino.c
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hp700/dev/dino.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp700/dev/dino.c
diff -u src/sys/arch/hp700/dev/dino.c:1.14 src/sys/arch/hp700/dev/dino.c:1.15
--- src/sys/arch/hp700/dev/dino.c:1.14 Thu Jul 23 13:34:26 2009
+++ src/sys/arch/hp700/dev/dino.c Mon Nov 9 13:21:34 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: dino.c,v 1.14 2009/07/23 13:34:26 skrll Exp $ */
+/* $NetBSD: dino.c,v 1.15 2009/11/09 13:21:34 skrll Exp $ */
/* $OpenBSD: dino.c,v 1.5 2004/02/13 20:39:31 mickey Exp $ */
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.14 2009/07/23 13:34:26 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.15 2009/11/09 13:21:34 skrll Exp $");
/* #include "cardbus.h" */
@@ -143,12 +143,15 @@
void dino_decompose_tag(void *, pcitag_t, int *, int *, int *);
pcireg_t dino_conf_read(void *, pcitag_t, int);
void dino_conf_write(void *, pcitag_t, int, pcireg_t);
+
int dino_intr_map(struct pci_attach_args *, pci_intr_handle_t *);
const char *dino_intr_string(void *, pci_intr_handle_t);
void *dino_intr_establish(void *, pci_intr_handle_t, int,
int (*)(void *), void *);
void dino_intr_disestablish(void *, void *);
+
void *dino_alloc_parent(device_t, struct pci_attach_args *, int);
+
int dino_iomap(void *, bus_addr_t, bus_size_t, int, bus_space_handle_t *);
int dino_memmap(void *, bus_addr_t, bus_size_t, int, bus_space_handle_t *);
int dino_subregion(void *, bus_space_handle_t, bus_size_t, bus_size_t,