summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/qecvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc/dev/qecvar.h')
-rw-r--r--sys/arch/sparc/dev/qecvar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc/dev/qecvar.h b/sys/arch/sparc/dev/qecvar.h
index f7a56440751..53a51cc5d40 100644
--- a/sys/arch/sparc/dev/qecvar.h
+++ b/sys/arch/sparc/dev/qecvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: qecvar.h,v 1.4 1998/08/26 00:57:07 jason Exp $ */
+/* $OpenBSD: qecvar.h,v 1.5 1998/10/19 05:41:20 jason Exp $ */
/*
* Copyright (c) 1998 Theo de Raadt and Jason L. Wright.
@@ -36,6 +36,8 @@ struct qec_softc {
caddr_t sc_buffer; /* VA of the buffer we provide */
int sc_bufsiz; /* Size of buffer */
int sc_nrange; /* number of ranges */
+ int sc_pri;
+ int sc_nchannels; /* number of channels on board */
struct rom_range *sc_range; /* array of ranges */
};