diff options
author | kato <kato@FreeBSD.org> | 1997-11-25 09:42:26 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1997-11-25 09:42:26 +0000 |
commit | 9999450f213c3e4e6b773bf4951945fcf27a3f6f (patch) | |
tree | cd0c56473c935f3209a46278e5f49448d7aa6a02 /sys/pc98/cbus | |
parent | 4f3f135e7c5a1163ebf735923864c87e7344530d (diff) | |
download | FreeBSD-src-9999450f213c3e4e6b773bf4951945fcf27a3f6f.zip FreeBSD-src-9999450f213c3e4e6b773bf4951945fcf27a3f6f.tar.gz |
Sync with sys/i386/isa/if_ed.c, if_fe.c and sio.c revisions 1.129,
1.35 and 1.189, respectively.
Diffstat (limited to 'sys/pc98/cbus')
-rw-r--r-- | sys/pc98/cbus/sio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c index 1a57098..1a034b2 100644 --- a/sys/pc98/cbus/sio.c +++ b/sys/pc98/cbus/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.41 1997/10/27 11:00:31 kato Exp $ + * $Id: sio.c,v 1.42 1997/11/03 02:30:45 kato Exp $ */ #include "opt_comconsole.h" @@ -167,7 +167,7 @@ #include "card.h" #if NCARD > 0 -#include <pccard/card.h> +#include <pccard/cardinfo.h> #include <pccard/driver.h> #include <pccard/slot.h> #endif |