From c632ba3dbb5256be6bdbee49f0921f6bb8bcafe8 Mon Sep 17 00:00:00 2001 From: riz Date: Sun, 21 Aug 2005 18:35:26 +0000 Subject: [PATCH] Create the release notes framework for the amd64 port. These are, for the most part, skeleton files that allow the amd64 INSTALL document to have all the platform-independent bits, with very little MD stuff. The MD pieces will have to wait for someone familiar with the platform to add them. --- distrib/notes/Makefile | 3 ++- distrib/notes/amd64/Makefile | 5 +++++ distrib/notes/amd64/hardware | 6 ++++++ distrib/notes/amd64/install | 3 +++ distrib/notes/amd64/legal | 1 + distrib/notes/amd64/prep | 2 ++ distrib/notes/amd64/upgrade | 3 +++ distrib/notes/amd64/whatis | 2 ++ distrib/notes/amd64/xfer | 3 +++ 9 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 distrib/notes/amd64/Makefile create mode 100644 distrib/notes/amd64/hardware create mode 100644 distrib/notes/amd64/install create mode 100644 distrib/notes/amd64/legal create mode 100644 distrib/notes/amd64/prep create mode 100644 distrib/notes/amd64/upgrade create mode 100644 distrib/notes/amd64/whatis create mode 100644 distrib/notes/amd64/xfer diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile index 02c908fa0b17..7d8899adeea1 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/10/13 23:28:35 gavan Exp $ +# $NetBSD: Makefile,v 1.35 2005/08/21 18:35:26 riz Exp $ # .include @@ -13,6 +13,7 @@ SUBDIR= ${RELEASEMACHINE} SUBDIR+= acorn26 SUBDIR+= acorn32 SUBDIR+= alpha +SUBDIR+= amd64 SUBDIR+= amiga # SUBDIR+= arc # not complete SUBDIR+= atari diff --git a/distrib/notes/amd64/Makefile b/distrib/notes/amd64/Makefile new file mode 100644 index 000000000000..98891eb42f59 --- /dev/null +++ b/distrib/notes/amd64/Makefile @@ -0,0 +1,5 @@ +# $NetBSD: Makefile,v 1.1 2005/08/21 18:35:26 riz Exp $ + +MERGED_SRCS+= ${COMMON}/sysinst ${COMMON}/upgrade ${COMMON}/xfer + +.include diff --git a/distrib/notes/amd64/hardware b/distrib/notes/amd64/hardware new file mode 100644 index 000000000000..1895a28eb5cc --- /dev/null +++ b/distrib/notes/amd64/hardware @@ -0,0 +1,6 @@ +.\"$NetBSD: hardware,v 1.1 2005/08/21 18:35:26 riz Exp $ +. +.Nx*M +supports CPUs that implement the 64bit AMD64 architecture. +These currently include AMD Opteron, AMD Athlon64, and Intel CPUs that +implement the EM64T extension. diff --git a/distrib/notes/amd64/install b/distrib/notes/amd64/install new file mode 100644 index 000000000000..5dc1f6eaceb9 --- /dev/null +++ b/distrib/notes/amd64/install @@ -0,0 +1,3 @@ +.\" $NetBSD: install,v 1.1 2005/08/21 18:35:26 riz Exp $ +. +.so ../common/sysinst diff --git a/distrib/notes/amd64/legal b/distrib/notes/amd64/legal new file mode 100644 index 000000000000..61ae905d6260 --- /dev/null +++ b/distrib/notes/amd64/legal @@ -0,0 +1 @@ +.\"$NetBSD: legal,v 1.1 2005/08/21 18:35:26 riz Exp $ diff --git a/distrib/notes/amd64/prep b/distrib/notes/amd64/prep new file mode 100644 index 000000000000..04a3396d92fe --- /dev/null +++ b/distrib/notes/amd64/prep @@ -0,0 +1,2 @@ +.\"$NetBSD: prep,v 1.1 2005/08/21 18:35:26 riz Exp $ +. diff --git a/distrib/notes/amd64/upgrade b/distrib/notes/amd64/upgrade new file mode 100644 index 000000000000..041df69ec726 --- /dev/null +++ b/distrib/notes/amd64/upgrade @@ -0,0 +1,3 @@ +.\" $NetBSD: upgrade,v 1.1 2005/08/21 18:35:26 riz Exp $ +. +.so ../common/upgrade diff --git a/distrib/notes/amd64/whatis b/distrib/notes/amd64/whatis new file mode 100644 index 000000000000..b3b6a6091adf --- /dev/null +++ b/distrib/notes/amd64/whatis @@ -0,0 +1,2 @@ +.\"$NetBSD: whatis,v 1.1 2005/08/21 18:35:26 riz Exp $ +. diff --git a/distrib/notes/amd64/xfer b/distrib/notes/amd64/xfer new file mode 100644 index 000000000000..bd0c277618a3 --- /dev/null +++ b/distrib/notes/amd64/xfer @@ -0,0 +1,3 @@ +.\" $NetBSD: xfer,v 1.1 2005/08/21 18:35:26 riz Exp $ +. +.so ../common/xfer