summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/fdvar.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-19 11:23:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-19 11:23:15 +0000
commitf0e82a207901467b958af03dab3f0c5ea9b54fca (patch)
tree576682544366358dd60c98b4e9fd6721354f96db /sys/arch/sparc/dev/fdvar.h
parent3e43ee8f8307bbfcd5555ef478f945becfed605b (diff)
intr counter; mtio offline
Diffstat (limited to 'sys/arch/sparc/dev/fdvar.h')
-rw-r--r--sys/arch/sparc/dev/fdvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/fdvar.h b/sys/arch/sparc/dev/fdvar.h
index a538f2f1d5a..f74d37ce41d 100644
--- a/sys/arch/sparc/dev/fdvar.h
+++ b/sys/arch/sparc/dev/fdvar.h
@@ -62,7 +62,7 @@ struct fdcio {
/*
* Statictics.
*/
- struct evcnt fdcio_intrcnt;
+ struct evcnt fdcio_intrcnt;
};
#endif /* LOCORE */
@@ -72,5 +72,5 @@ struct fdcio {
#define ISTATE_SENSEI 2 /* Do SENSEI on next HW interrupt */
#define ISTATE_DMA 3 /* Pseudo-DMA in progress */
-#define FDIOCEJECT _IO('f', 24)
+#define SUNOS_FDIOCEJECT _IO('f', 24)