summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/qecvar.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-04 07:57:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-04 07:57:02 +0000
commit68dbb56b833989173adff5b918be6be5b1180ecc (patch)
tree7c0ac2520114d0e96f5ed5650f7c8de2c39bf4b3 /sys/arch/sparc/dev/qecvar.h
parentc194cdc940bcf8a94218dbf03c313378c494849e (diff)
no need for counting attachments
Diffstat (limited to 'sys/arch/sparc/dev/qecvar.h')
-rw-r--r--sys/arch/sparc/dev/qecvar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/qecvar.h b/sys/arch/sparc/dev/qecvar.h
index dcdc88b3860..35a6826ae0e 100644
--- a/sys/arch/sparc/dev/qecvar.h
+++ b/sys/arch/sparc/dev/qecvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: qecvar.h,v 1.2 1998/07/04 07:07:22 deraadt Exp $ */
+/* $OpenBSD: qecvar.h,v 1.3 1998/07/04 07:57:01 deraadt Exp $ */
/*
* Copyright (c) 1998 Theo de Raadt. All rights reserved.
@@ -34,5 +34,4 @@ struct qec_softc {
int sc_burst; /* DVMA burst size in effect */
caddr_t sc_buffer; /* VA of the buffer we provide */
int sc_bufsiz; /* Size of buffer */
- int nattached; /* number of attached devices */
};