Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/thorpej_scsipi]: src/sys/arch/hpcsh/include s/EVBSH3/HPCSH/
details: https://anonhg.NetBSD.org/src/rev/43d2eb11aa21
branches: thorpej_scsipi
changeset: 477383:43d2eb11aa21
user: uch <uch%NetBSD.org@localhost>
date: Sun Jan 28 03:31:31 2001 +0000
description:
s/EVBSH3/HPCSH/
diffstat:
sys/arch/hpcsh/include/ansi.h | 7 +++++++
sys/arch/hpcsh/include/aout_machdep.h | 7 +++++++
sys/arch/hpcsh/include/asm.h | 7 +++++++
sys/arch/hpcsh/include/bswap.h | 7 +++++++
sys/arch/hpcsh/include/cdefs.h | 7 +++++++
sys/arch/hpcsh/include/coff_machdep.h | 7 +++++++
sys/arch/hpcsh/include/cpu.h | 7 +++++++
sys/arch/hpcsh/include/cpufunc.h | 7 +++++++
sys/arch/hpcsh/include/cputypes.h | 7 +++++++
sys/arch/hpcsh/include/db_machdep.h | 7 +++++++
sys/arch/hpcsh/include/disklabel.h | 7 +++++++
sys/arch/hpcsh/include/elf_machdep.h | 7 +++++++
sys/arch/hpcsh/include/float.h | 7 +++++++
sys/arch/hpcsh/include/frame.h | 7 +++++++
sys/arch/hpcsh/include/ieee.h | 7 +++++++
sys/arch/hpcsh/include/ieeefp.h | 7 +++++++
sys/arch/hpcsh/include/limits.h | 7 +++++++
sys/arch/hpcsh/include/pcb.h | 7 +++++++
sys/arch/hpcsh/include/pio.h | 7 +++++++
sys/arch/hpcsh/include/pmap.h | 7 +++++++
sys/arch/hpcsh/include/proc.h | 7 +++++++
sys/arch/hpcsh/include/profile.h | 7 +++++++
sys/arch/hpcsh/include/psl.h | 7 +++++++
sys/arch/hpcsh/include/pte.h | 7 +++++++
sys/arch/hpcsh/include/ptrace.h | 7 +++++++
sys/arch/hpcsh/include/reg.h | 7 +++++++
sys/arch/hpcsh/include/segments.h | 7 +++++++
sys/arch/hpcsh/include/setjmp.h | 7 +++++++
sys/arch/hpcsh/include/shbvar.h | 7 +++++++
sys/arch/hpcsh/include/signal.h | 7 +++++++
sys/arch/hpcsh/include/stdarg.h | 7 +++++++
sys/arch/hpcsh/include/trap.h | 7 +++++++
sys/arch/hpcsh/include/types.h | 7 +++++++
sys/arch/hpcsh/include/varargs.h | 7 +++++++
34 files changed, 238 insertions(+), 0 deletions(-)
diffs (truncated from 374 to 300 lines):
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/ansi.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/ansi.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: ansi.h,v 1.2.2.2 2001/01/28 03:31:31 uch Exp $ */
+#ifndef _HPCSH_ANSI_H_
+#define _HPCSH_ANSI_H_
+
+#include <sh3/ansi.h>
+
+#endif /* _HPCSH_ANSI_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/aout_machdep.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/aout_machdep.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: aout_machdep.h,v 1.2.2.2 2001/01/28 03:31:31 uch Exp $ */
+#ifndef _HPCSH_AOUT_MACHDEP_H_
+#define _HPCSH_AOUT_MACHDEP_H_
+
+#include <sh3/aout_machdep.h>
+
+#endif /* _HPCSH_AOUT_MACHDEP_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/asm.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/asm.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: asm.h,v 1.2.2.2 2001/01/28 03:31:31 uch Exp $ */
+#ifndef _HPCSH_ASM_H_
+#define _HPCSH_ASM_H_
+
+#include <sh3/asm.h>
+
+#endif /* _HPCSH_ASM_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/bswap.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/bswap.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: bswap.h,v 1.2.2.2 2001/01/28 03:31:31 uch Exp $ */
+#ifndef _HPCSH_BSWAP_H_
+#define _HPCSH_BSWAP_H_
+
+#include <sh3/bswap.h>
+
+#endif /* _HPCSH_BSWAP_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/cdefs.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/cdefs.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: cdefs.h,v 1.2.2.2 2001/01/28 03:31:32 uch Exp $ */
+#ifndef _HPCSH_CDEFS_H_
+#define _HPCSH_CDEFS_H_
+
+#include <sh3/cdefs.h>
+
+#endif /* _HPCSH_CDEFS_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/coff_machdep.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/coff_machdep.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: coff_machdep.h,v 1.2.2.2 2001/01/28 03:31:32 uch Exp $ */
+#ifndef _HPCSH_COFF_MACHDEP_H_
+#define _HPCSH_COFF_MACHDEP_H_
+
+#include <sh3/coff_machdep.h>
+
+#endif /* _HPCSH_COFF_MACHDEP_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/cpu.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/cpu.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: cpu.h,v 1.2.2.2 2001/01/28 03:31:32 uch Exp $ */
+#ifndef _HPCSH_CPU_H_
+#define _HPCSH_CPU_H_
+
+#include <sh3/cpu.h>
+
+#endif /* _HPCSH_CPU_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/cpufunc.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/cpufunc.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: cpufunc.h,v 1.2.2.2 2001/01/28 03:31:32 uch Exp $ */
+#ifndef _HPCSH_CPUFUNC_H_
+#define _HPCSH_CPUFUNC_H_
+
+#include <sh3/cpufunc.h>
+
+#endif /* _HPCSH_CPUFUNC_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/cputypes.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/cputypes.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: cputypes.h,v 1.2.2.2 2001/01/28 03:31:32 uch Exp $ */
+#ifndef _HPCSH_CPUTYPES_H_
+#define _HPCSH_CPUTYPES_H_
+
+#include <sh3/cputypes.h>
+
+#endif /* _HPCSH_CPUTYPES_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/db_machdep.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/db_machdep.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: db_machdep.h,v 1.2.2.2 2001/01/28 03:31:32 uch Exp $ */
+#ifndef _HPCSH_DB_MACHDEP_H_
+#define _HPCSH_DB_MACHDEP_H_
+
+#include <sh3/db_machdep.h>
+
+#endif /* _HPCSH_DB_MACHDEP_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/disklabel.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/disklabel.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: disklabel.h,v 1.2.2.2 2001/01/28 03:31:32 uch Exp $ */
+#ifndef _HPCSH_DISKLABEL_H_
+#define _HPCSH_DISKLABEL_H_
+
+#include <sh3/disklabel.h>
+
+#endif /* _HPCSH_DISKLABEL_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/elf_machdep.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/elf_machdep.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: elf_machdep.h,v 1.2.2.2 2001/01/28 03:31:32 uch Exp $ */
+#ifndef _HPCSH_ELF_MACHDEP_H_
+#define _HPCSH_ELF_MACHDEP_H_
+
+#include <sh3/elf_machdep.h>
+
+#endif /* _HPCSH_ELF_MACHDEP_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/float.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/float.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: float.h,v 1.2.2.2 2001/01/28 03:31:32 uch Exp $ */
+#ifndef _HPCSH_FLOAT_H_
+#define _HPCSH_FLOAT_H_
+
+#include <sh3/float.h>
+
+#endif /* _HPCSH_FLOAT_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/frame.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/frame.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: frame.h,v 1.2.2.2 2001/01/28 03:31:32 uch Exp $ */
+#ifndef _HPCSH_FRAME_H_
+#define _HPCSH_FRAME_H_
+
+#include <sh3/frame.h>
+
+#endif /* _HPCSH_FRAME_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/ieee.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/ieee.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: ieee.h,v 1.2.2.2 2001/01/28 03:31:32 uch Exp $ */
+#ifndef _HPCSH_IEEE_H_
+#define _HPCSH_IEEE_H_
+
+#include <sh3/ieee.h>
+
+#endif /* _HPCSH_IEEE_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/ieeefp.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/ieeefp.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: ieeefp.h,v 1.2.2.2 2001/01/28 03:31:32 uch Exp $ */
+#ifndef _HPCSH_IEEEFP_H_
+#define _HPCSH_IEEEFP_H_
+
+#include <sh3/ieeefp.h>
+
+#endif /* _HPCSH_IEEEFP_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/limits.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/limits.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: limits.h,v 1.2.2.2 2001/01/28 03:31:32 uch Exp $ */
+#ifndef _HPCSH_LIMITS_H_
+#define _HPCSH_LIMITS_H_
+
+#include <sh3/limits.h>
+
+#endif /* _HPCSH_LIMITS_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/pcb.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/pcb.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: pcb.h,v 1.2.2.2 2001/01/28 03:31:32 uch Exp $ */
+#ifndef _HPCSH_PCB_H_
+#define _HPCSH_PCB_H_
+
+#include <sh3/pcb.h>
+
+#endif /* _HPCSH_PCB_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/pio.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/pio.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: pio.h,v 1.2.2.2 2001/01/28 03:31:32 uch Exp $ */
+#ifndef _HPCSH_PIO_H_
+#define _HPCSH_PIO_H_
+
+#include <sh3/pio.h>
+
+#endif /* _HPCSH_PIO_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/pmap.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/pmap.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: pmap.h,v 1.2.2.2 2001/01/28 03:31:32 uch Exp $ */
+#ifndef _HPCSH_PMAP_H_
+#define _HPCSH_PMAP_H_
+
+#include <sh3/pmap.h>
+
+#endif /* _HPCSH_PMAP_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/proc.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/proc.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: proc.h,v 1.2.2.2 2001/01/28 03:31:32 uch Exp $ */
+#ifndef _HPCSH_PROC_H_
+#define _HPCSH_PROC_H_
+
+#include <sh3/proc.h>
+
+#endif /* _HPCSH_PROC_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/profile.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/profile.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: profile.h,v 1.2.2.2 2001/01/28 03:31:33 uch Exp $ */
+#ifndef _HPCSH_PROFILE_H_
+#define _HPCSH_PROFILE_H_
+
+#include <sh3/profile.h>
+
+#endif /* _HPCSH_PROFILE_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/psl.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/psl.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: psl.h,v 1.2.2.2 2001/01/28 03:31:33 uch Exp $ */
+#ifndef _HPCSH_PSL_H_
+#define _HPCSH_PSL_H_
+
+#include <sh3/psl.h>
+
+#endif /* _HPCSH_PSL_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/pte.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/pte.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: pte.h,v 1.2.2.2 2001/01/28 03:31:33 uch Exp $ */
+#ifndef _HPCSH_PTE_H_
+#define _HPCSH_PTE_H_
+
+#include <sh3/pte.h>
+
+#endif /* _HPCSH_PTE_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/ptrace.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/ptrace.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: ptrace.h,v 1.2.2.2 2001/01/28 03:31:33 uch Exp $ */
+#ifndef _HPCSH_PTRACE_H_
+#define _HPCSH_PTRACE_H_
+
+#include <sh3/ptrace.h>
+
+#endif /* _HPCSH_PTRACE_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/reg.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/reg.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: reg.h,v 1.2.2.2 2001/01/28 03:31:33 uch Exp $ */
+#ifndef _HPCSH_REG_H_
+#define _HPCSH_REG_H_
+
+#include <sh3/reg.h>
+
+#endif /* _HPCSH_REG_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/segments.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/segments.h Sun Jan 28 03:31:31 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: segments.h,v 1.2.2.2 2001/01/28 03:31:33 uch Exp $ */
+#ifndef _HPCSH_SEGMENTS_H_
+#define _HPCSH_SEGMENTS_H_
+
+#include <sh3/segments.h>
+
+#endif /* _HPCSH_SEGMENTS_H_ */
diff -r 5d2c6bd441fa -r 43d2eb11aa21 sys/arch/hpcsh/include/setjmp.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/setjmp.h Sun Jan 28 03:31:31 2001 +0000
Home |
Main Index |
Thread Index |
Old Index