summaryrefslogtreecommitdiff
path: root/sys/dev/isa/sbdspvar.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-20 16:36:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-20 16:36:07 +0000
commit85273159e99f5a6dde00812182cd445ede601017 (patch)
treebf3f7f4a9468f93b100441e7ae13a636587eed2a /sys/dev/isa/sbdspvar.h
parent2e70dfdc1eef4bf20a1fb8db5e6be5ff902dad72 (diff)
first cut at isapnp and ym mpu
Diffstat (limited to 'sys/dev/isa/sbdspvar.h')
-rw-r--r--sys/dev/isa/sbdspvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/sbdspvar.h b/sys/dev/isa/sbdspvar.h
index 3f8e5b5cb7e..bad0ef19d60 100644
--- a/sys/dev/isa/sbdspvar.h
+++ b/sys/dev/isa/sbdspvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sbdspvar.h,v 1.9 1999/01/02 00:02:47 niklas Exp $ */
+/* $OpenBSD: sbdspvar.h,v 1.10 1999/07/20 16:36:05 deraadt Exp $ */
/* $NetBSD: sbdspvar.h,v 1.37 1998/08/10 00:20:39 mycroft Exp $ */
/*
@@ -178,7 +178,7 @@ struct sbdsp_softc {
#if NMIDI > 0
int sc_hasmpu;
- struct mpu401_softc sc_mpu_sc; /* MPU401 Uart state */
+ struct mpu_softc sc_mpu_sc; /* MPU401 Uart state */
#endif
};