diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-10-19 05:41:22 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-10-19 05:41:22 +0000 |
commit | b8502925dfa4a0c3c8b096258b54f46c0eaeac81 (patch) | |
tree | 113f665e4e4fd1cc53270ec128f538a5be7139a5 /sys/arch/sparc/dev/qecvar.h | |
parent | 00b8ec8bd8d6627db89a3c5735d2cf10e058df34 (diff) |
Support for the qec+qe (SBus QuadEthernet board)
Diffstat (limited to 'sys/arch/sparc/dev/qecvar.h')
-rw-r--r-- | sys/arch/sparc/dev/qecvar.h | 4 |
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 */ }; |