Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/cats/include Reintroduce these header files so that...



details:   https://anonhg.NetBSD.org/src/rev/12bf19d15ae8
branches:  trunk
changeset: 518917:12bf19d15ae8
user:      chris <chris%NetBSD.org@localhost>
date:      Fri Dec 07 23:09:32 2001 +0000

description:
Reintroduce these header files so that cats kernels can build.  Fallout from Jason reverting the includes stuff.

diffstat:

 sys/arch/cats/include/isa_machdep.h    |  3 +++
 sys/arch/cats/include/isapnp_machdep.h |  4 ++++
 sys/arch/cats/include/pio.h            |  3 +++
 3 files changed, 10 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r 93a2b417da68 -r 12bf19d15ae8 sys/arch/cats/include/isa_machdep.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/cats/include/isa_machdep.h       Fri Dec 07 23:09:32 2001 +0000
@@ -0,0 +1,3 @@
+/* $NetBSD: isa_machdep.h,v 1.3 2001/12/07 23:09:32 chris Exp $ */
+
+#include <arm/isa_machdep.h>
diff -r 93a2b417da68 -r 12bf19d15ae8 sys/arch/cats/include/isapnp_machdep.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/cats/include/isapnp_machdep.h    Fri Dec 07 23:09:32 2001 +0000
@@ -0,0 +1,4 @@
+/* $NetBSD: isapnp_machdep.h,v 1.3 2001/12/07 23:09:32 chris Exp $ */
+
+#include <arm/isapnp_machdep.h>
+
diff -r 93a2b417da68 -r 12bf19d15ae8 sys/arch/cats/include/pio.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/cats/include/pio.h       Fri Dec 07 23:09:32 2001 +0000
@@ -0,0 +1,3 @@
+/* $NetBSD: pio.h,v 1.3 2001/12/07 23:09:33 chris Exp $ */
+
+#include <arm/pio.h>



Home | Main Index | Thread Index | Old Index