summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/amd7930var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc/dev/amd7930var.h')
-rw-r--r--sys/arch/sparc/dev/amd7930var.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/amd7930var.h b/sys/arch/sparc/dev/amd7930var.h
index bd73abde6d5..ccc2bead247 100644
--- a/sys/arch/sparc/dev/amd7930var.h
+++ b/sys/arch/sparc/dev/amd7930var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: amd7930var.h,v 1.6 2003/06/02 23:27:53 millert Exp $ */
+/* $OpenBSD: amd7930var.h,v 1.7 2004/09/29 07:35:11 miod Exp $ */
/* $NetBSD: amd7930var.h,v 1.3 1996/02/01 22:32:25 mycroft Exp $ */
/*
@@ -62,7 +62,8 @@ struct auio {
u_char *au_rend; /* end of record data */
u_char *au_pdata; /* play data */
u_char *au_pend; /* end of play data */
- struct evcnt au_intrcnt; /* statistics */
+
+ struct intrhand au_ih;
};
/*