Synchronize with sys/i386/isa/sio.c revision 1.184.

This commit is contained in:
KATO Takenori 1997-10-13 09:23:14 +00:00
parent a2aca53c35
commit 5ea17fc758
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30368
2 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
* $Id: sio.c,v 1.38 1997/09/20 05:28:02 kato Exp $
* $Id: sio.c,v 1.39 1997/09/22 12:23:49 kato Exp $
*/
#include "opt_comconsole.h"
@ -131,13 +131,13 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/reboot.h>
#include <sys/malloc.h>
#include <sys/tty.h>
#include <sys/proc.h>
#include <sys/conf.h>
#include <sys/dkstat.h>
#include <sys/fcntl.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/syslog.h>
#include <sys/sysctl.h>
#ifdef DEVFS

View file

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
* $Id: sio.c,v 1.38 1997/09/20 05:28:02 kato Exp $
* $Id: sio.c,v 1.39 1997/09/22 12:23:49 kato Exp $
*/
#include "opt_comconsole.h"
@ -131,13 +131,13 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/reboot.h>
#include <sys/malloc.h>
#include <sys/tty.h>
#include <sys/proc.h>
#include <sys/conf.h>
#include <sys/dkstat.h>
#include <sys/fcntl.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/syslog.h>
#include <sys/sysctl.h>
#ifdef DEVFS