summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/cs4231var.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-09-29 07:35:15 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-09-29 07:35:15 +0000
commit98de1921367f7a5202910626ee67011985fc6238 (patch)
tree78c6738edd0eb52fb6c913736d7913c0c1f0674b /sys/arch/sparc/dev/cs4231var.h
parent4ee9b02e4ff2aca8569497a013add163e3752aa0 (diff)
Switch sparc to evcount; ok deraadt@
Diffstat (limited to 'sys/arch/sparc/dev/cs4231var.h')
-rw-r--r--sys/arch/sparc/dev/cs4231var.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/cs4231var.h b/sys/arch/sparc/dev/cs4231var.h
index 12f774cfdec..c304974dad4 100644
--- a/sys/arch/sparc/dev/cs4231var.h
+++ b/sys/arch/sparc/dev/cs4231var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cs4231var.h,v 1.8 2003/06/02 18:40:59 jason Exp $ */
+/* $OpenBSD: cs4231var.h,v 1.9 2004/09/29 07:35:11 miod Exp $ */
/*
* Copyright (c) 1999 Jason L. Wright (jason@thought.net)
@@ -60,7 +60,6 @@ struct cs4231_softc {
struct sbusdev sc_sd; /* sbus device */
struct intrhand sc_ih; /* hardware interrupt vectoring */
struct cs4231_regs *sc_regs; /* CS4231/APC registers */
- struct evcnt sc_intrcnt; /* statistics */
int sc_node; /* which sbus node */
int sc_burst; /* XXX: DMA burst size in effect */
int sc_open; /* already open? */