Module Name: src
Committed By: dyoung
Date: Mon Mar 22 23:00:47 UTC 2010
Modified Files:
src/sys/dev/ic: pdqvar.h
Log Message:
sc_csr_memmapped is true iff the device registers are memory-mapped.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/ic/pdqvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/pdqvar.h
diff -u src/sys/dev/ic/pdqvar.h:1.43 src/sys/dev/ic/pdqvar.h:1.44
--- src/sys/dev/ic/pdqvar.h:1.43 Tue Jan 19 22:06:25 2010
+++ src/sys/dev/ic/pdqvar.h Mon Mar 22 23:00:47 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: pdqvar.h,v 1.43 2010/01/19 22:06:25 pooka Exp $ */
+/* $NetBSD: pdqvar.h,v 1.44 2010/03/22 23:00:47 dyoung Exp $ */
/*-
* Copyright (c) 1995, 1996 Matt Thomas <[email protected]>
@@ -323,6 +323,7 @@
void *sc_ats; /* shutdown hook */
struct ethercom sc_ec;
bus_dma_tag_t sc_dmatag;
+ bool sc_csr_memmapped;
#define sc_if sc_ec.ec_if
#elif defined(__FreeBSD__)
struct kern_devconf *sc_kdc; /* freebsd cruft */