summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2001-05-02 13:59:03 +0000
committerkato <kato@FreeBSD.org>2001-05-02 13:59:03 +0000
commit16dd15fec94551ceab3fa17e02d9d0ee2023b616 (patch)
tree8db344db7db8ad30e5ec95a78ae1c4b9913c516b /sys/pc98
parent1850f4ef406a2eb4b2a421463370880a3d3f11ca (diff)
downloadFreeBSD-src-16dd15fec94551ceab3fa17e02d9d0ee2023b616.zip
FreeBSD-src-16dd15fec94551ceab3fa17e02d9d0ee2023b616.tar.gz
Merged from sys/isa/fd.c revision 1.195.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/cbus/fdc.c6
-rw-r--r--sys/pc98/pc98/fd.c6
2 files changed, 8 insertions, 4 deletions
diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c
index 8b9b18e..c02e7fc 100644
--- a/sys/pc98/cbus/fdc.c
+++ b/sys/pc98/cbus/fdc.c
@@ -56,15 +56,17 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/kernel.h>
#include <sys/bio.h>
#include <sys/bus.h>
#include <sys/conf.h>
-#include <sys/disklabel.h>
#include <sys/devicestat.h>
+#include <sys/disklabel.h>
#include <sys/fcntl.h>
+#include <sys/kernel.h>
+#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/module.h>
+#include <sys/mutex.h>
#include <sys/proc.h>
#include <sys/syslog.h>
diff --git a/sys/pc98/pc98/fd.c b/sys/pc98/pc98/fd.c
index 8b9b18e..c02e7fc 100644
--- a/sys/pc98/pc98/fd.c
+++ b/sys/pc98/pc98/fd.c
@@ -56,15 +56,17 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/kernel.h>
#include <sys/bio.h>
#include <sys/bus.h>
#include <sys/conf.h>
-#include <sys/disklabel.h>
#include <sys/devicestat.h>
+#include <sys/disklabel.h>
#include <sys/fcntl.h>
+#include <sys/kernel.h>
+#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/module.h>
+#include <sys/mutex.h>
#include <sys/proc.h>
#include <sys/syslog.h>
OpenPOWER on IntegriCloud