summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/include/apicreg.h (renamed from sys/pc98/include/pcaudio.h)4
-rw-r--r--sys/pc98/include/apicvar.h (renamed from sys/pc98/include/pvct_ioctl.h)4
-rw-r--r--sys/pc98/include/ioctl_bt848.h6
-rw-r--r--sys/pc98/include/ioctl_meteor.h6
-rw-r--r--sys/pc98/include/pcaudioio.h6
-rw-r--r--sys/pc98/include/pcvt_ioctl.h6
-rw-r--r--sys/pc98/include/smptests.h6
7 files changed, 34 insertions, 4 deletions
diff --git a/sys/pc98/include/pcaudio.h b/sys/pc98/include/apicreg.h
index 7f40bf9..3bac552 100644
--- a/sys/pc98/include/pcaudio.h
+++ b/sys/pc98/include/apicreg.h
@@ -1,6 +1,6 @@
/*-
* This file is in the public domain.
*/
-/* $FreeBSD$ */
+/* $FreeBSD$
-#include <i386/pcaudio.h>
+#include <i386/apicreg.h>
diff --git a/sys/pc98/include/pvct_ioctl.h b/sys/pc98/include/apicvar.h
index 2fe6169..0008595 100644
--- a/sys/pc98/include/pvct_ioctl.h
+++ b/sys/pc98/include/apicvar.h
@@ -1,6 +1,6 @@
/*-
* This file is in the public domain.
*/
-/* $FreeBSD$ */
+/* $FreeBSD$
-#include <i386/pvct_ioctl.h>
+#include <i386/apicvar.h>
diff --git a/sys/pc98/include/ioctl_bt848.h b/sys/pc98/include/ioctl_bt848.h
new file mode 100644
index 0000000..1e53307
--- /dev/null
+++ b/sys/pc98/include/ioctl_bt848.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$
+
+#include <i386/ioctl_bt848.h>
diff --git a/sys/pc98/include/ioctl_meteor.h b/sys/pc98/include/ioctl_meteor.h
new file mode 100644
index 0000000..afc795d
--- /dev/null
+++ b/sys/pc98/include/ioctl_meteor.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$
+
+#include <i386/ioctl_meteor.h>
diff --git a/sys/pc98/include/pcaudioio.h b/sys/pc98/include/pcaudioio.h
new file mode 100644
index 0000000..f51a614
--- /dev/null
+++ b/sys/pc98/include/pcaudioio.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$
+
+#include <i386/pcaudioio.h>
diff --git a/sys/pc98/include/pcvt_ioctl.h b/sys/pc98/include/pcvt_ioctl.h
new file mode 100644
index 0000000..140d909
--- /dev/null
+++ b/sys/pc98/include/pcvt_ioctl.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$
+
+#include <i386/pcvt_ioctl.h>
diff --git a/sys/pc98/include/smptests.h b/sys/pc98/include/smptests.h
new file mode 100644
index 0000000..45e7cb8
--- /dev/null
+++ b/sys/pc98/include/smptests.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$
+
+#include <i386/smptests.h>
OpenPOWER on IntegriCloud