Sync with sys/i386/isa/diskslice_machdep.c revision 1.34.

This commit is contained in:
KATO Takenori 1999-05-12 08:33:22 +00:00
parent a6af8d4174
commit 91f9d6d376
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47054
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@
*
* from: @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91
* from: ufs_disksubr.c,v 1.8 1994/06/07 01:21:39 phk Exp $
* $Id: atcompat_diskslice.c,v 1.13 1998/12/04 22:54:54 archie Exp $
* $Id: atcompat_diskslice.c,v 1.14 1999/01/28 09:18:21 kato Exp $
*/
/*
@ -45,6 +45,7 @@
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/conf.h>
#ifdef PC98
@ -58,7 +59,6 @@
#include <sys/diskslice.h>
#include <sys/malloc.h>
#include <sys/syslog.h>
#include <sys/systm.h>
#define TRACE(str) do { if (dsi_debug) printf str; } while (0)

View File

@ -35,7 +35,7 @@
*
* from: @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91
* from: ufs_disksubr.c,v 1.8 1994/06/07 01:21:39 phk Exp $
* $Id: diskslice_machdep.c,v 1.17 1998/12/04 22:54:54 archie Exp $
* $Id: diskslice_machdep.c,v 1.18 1999/01/28 09:18:21 kato Exp $
*/
/*
@ -45,6 +45,7 @@
#include "opt_pc98.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/conf.h>
#include <sys/disklabel.h>
@ -56,7 +57,6 @@
#include <sys/diskslice.h>
#include <sys/malloc.h>
#include <sys/syslog.h>
#include <sys/systm.h>
#define TRACE(str) do { if (dsi_debug) printf str; } while (0)