ea26d1a6d7
ARMv6 (Pi). Support for further family revisions in NetBSD is controlled by the presence of src/config/param.armv$_nbsd$$.h to set the CPU family version and major OS version number. - Add description to most patches
20 lines
799 B
C
20 lines
799 B
C
$NetBSD: patch-src_config_afs__sysnames.h,v 1.4 2017/10/08 02:41:39 sevan Exp $
|
|
|
|
- Add SYS_NAME_IDs for NetBSD 7 to 9 on arm/i386/amd64
|
|
|
|
--- src/config/afs_sysnames.h.orig 2017-07-04 09:38:22.000000000 +0000
|
|
+++ src/config/afs_sysnames.h
|
|
@@ -275,6 +275,13 @@
|
|
#define SYS_NAME_ID_macppc_nbsd50 2541
|
|
#define SYS_NAME_ID_amd64_nbsd60 2542
|
|
#define SYS_NAME_ID_i386_nbsd60 2543
|
|
+#define SYS_NAME_ID_amd64_nbsd70 2544
|
|
+#define SYS_NAME_ID_i386_nbsd70 2545
|
|
+#define SYS_NAME_ID_amd64_nbsd80 2546
|
|
+#define SYS_NAME_ID_arm32_nbsd80 2547
|
|
+#define SYS_NAME_ID_i386_nbsd80 2548
|
|
+#define SYS_NAME_ID_amd64_nbsd90 2549
|
|
+#define SYS_NAME_ID_i386_nbsd90 2550
|
|
|
|
#define SYS_NAME_ID_i386_obsd31 2600
|
|
#define SYS_NAME_ID_i386_obsd32 2601
|