From 85273159e99f5a6dde00812182cd445ede601017 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 20 Jul 1999 16:36:07 +0000 Subject: first cut at isapnp and ym mpu --- sys/dev/isa/sbdspvar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/isa/sbdspvar.h') 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 }; -- cgit v1.2.3