Source-Changes-HG archive

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

[src/nathanw_sa]: src/sys/arch/sun2/include Now simply include the real heade...



details:   https://anonhg.NetBSD.org/src/rev/624de023adcf
branches:  nathanw_sa
changeset: 504769:624de023adcf
user:      fredette <fredette%NetBSD.org@localhost>
date:      Thu Jun 14 13:12:51 2001 +0000

description:
Now simply include the real header under arch/sun68k.

diffstat:

 sys/arch/sun2/include/bus.h       |  3 +++
 sys/arch/sun2/include/disklabel.h |  3 +++
 sys/arch/sun2/include/idprom.h    |  3 +++
 sys/arch/sun2/include/intr.h      |  7 +++++++
 sys/arch/sun2/include/mon.h       |  8 ++++++++
 sys/arch/sun2/include/psl.h       |  3 +++
 6 files changed, 27 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 64c2a51cba14 -r 624de023adcf sys/arch/sun2/include/bus.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sun2/include/bus.h       Thu Jun 14 13:12:51 2001 +0000
@@ -0,0 +1,3 @@
+/*     $NetBSD: bus.h,v 1.3.8.2 2001/06/14 13:16:04 fredette Exp $     */
+
+#include <sun68k/bus.h>
diff -r 64c2a51cba14 -r 624de023adcf sys/arch/sun2/include/disklabel.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sun2/include/disklabel.h Thu Jun 14 13:12:51 2001 +0000
@@ -0,0 +1,3 @@
+/*     $NetBSD: disklabel.h,v 1.2.8.2 2001/06/14 13:12:51 fredette Exp $       */
+
+#include <sun68k/disklabel.h>
diff -r 64c2a51cba14 -r 624de023adcf sys/arch/sun2/include/idprom.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sun2/include/idprom.h    Thu Jun 14 13:12:51 2001 +0000
@@ -0,0 +1,3 @@
+/*     $NetBSD: idprom.h,v 1.2.8.2 2001/06/14 13:12:51 fredette Exp $  */
+
+#include <sun68k/idprom.h>
diff -r 64c2a51cba14 -r 624de023adcf sys/arch/sun2/include/intr.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sun2/include/intr.h      Thu Jun 14 13:12:51 2001 +0000
@@ -0,0 +1,7 @@
+/*     $NetBSD: intr.h,v 1.3.8.2 2001/06/14 13:12:51 fredette Exp $    */
+
+/* These control the software interrupt register. */
+extern void isr_soft_request __P((int level));
+extern void isr_soft_clear __P((int level));
+
+#include <sun68k/intr.h>
diff -r 64c2a51cba14 -r 624de023adcf sys/arch/sun2/include/mon.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sun2/include/mon.h       Thu Jun 14 13:12:51 2001 +0000
@@ -0,0 +1,8 @@
+/*     $NetBSD: mon.h,v 1.2.8.2 2001/06/14 13:12:51 fredette Exp $     */
+
+#include <sun68k/mon.h>
+
+#ifndef        SUN_MONSTART
+#define        SUN_MONSTART    SUN2_MONSTART
+#define        SUN_MONEND      SUN2_MONEND
+#endif
diff -r 64c2a51cba14 -r 624de023adcf sys/arch/sun2/include/psl.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sun2/include/psl.h       Thu Jun 14 13:12:51 2001 +0000
@@ -0,0 +1,3 @@
+/*     $NetBSD: psl.h,v 1.4.8.2 2001/06/14 13:12:52 fredette Exp $     */
+
+#include <sun68k/psl.h>



Home | Main Index | Thread Index | Old Index