diff --git a/src/config/afs_sysnames.h b/src/config/afs_sysnames.h index 196a5d9f2f..ef298cbfbd 100644 --- a/src/config/afs_sysnames.h +++ b/src/config/afs_sysnames.h @@ -376,6 +376,8 @@ #define SYS_NAME_ID_amd64_fbsd_121 3061 #define SYS_NAME_ID_amd64_fbsd_122 3062 #define SYS_NAME_ID_amd64_fbsd_123 3063 +#define SYS_NAME_ID_amd64_fbsd_130 3070 +#define SYS_NAME_ID_amd64_fbsd_131 3071 #define SYS_NAME_ID_amd64_w2k 3400 diff --git a/src/config/param.amd64_fbsd_130.h b/src/config/param.amd64_fbsd_130.h new file mode 100644 index 0000000000..365993b204 --- /dev/null +++ b/src/config/param.amd64_fbsd_130.h @@ -0,0 +1,58 @@ +#ifndef AFS_PARAM_H +#define AFS_PARAM_H + +/* Machine / Operating system information */ +#define SYS_NAME "amd64_fbsd_130" +#define SYS_NAME_ID SYS_NAME_ID_amd64_fbsd_130 + +#define AFS_64BITPOINTER_ENV 1 +#define AFS_64BITUSERPOINTER_ENV 1 + +#ifndef UKERNEL +/* This section for kernel libafs compiles only */ + +#define AFS_FBSD101_ENV 1 +#define AFS_FBSD102_ENV 1 +#define AFS_FBSD103_ENV 1 +#define AFS_FBSD104_ENV 1 +#define AFS_FBSD110_ENV 1 +#define AFS_FBSD111_ENV 1 +#define AFS_FBSD120_ENV 1 +#define AFS_FBSD121_ENV 1 +#define AFS_FBSD122_ENV 1 +#define AFS_FBSD123_ENV 1 +#define AFS_FBSD130_ENV 1 + +#define AFS_X86_FBSD101_ENV 1 +#define AFS_X86_FBSD102_ENV 1 +#define AFS_X86_FBSD103_ENV 1 +#define AFS_X86_FBSD104_ENV 1 +#define AFS_X86_FBSD110_ENV 1 +#define AFS_X86_FBSD111_ENV 1 +#define AFS_X86_FBSD120_ENV 1 +#define AFS_X86_FBSD121_ENV 1 +#define AFS_X86_FBSD122_ENV 1 +#define AFS_X86_FBSD123_ENV 1 +#define AFS_X86_FBSD130_ENV 1 + +#else /* !defined(UKERNEL) */ + +/* This section for user space compiles only */ + +#define AFS_USR_FBSD101_ENV 1 +#define AFS_USR_FBSD102_ENV 1 +#define AFS_USR_FBSD103_ENV 1 +#define AFS_USR_FBSD104_ENV 1 +#define AFS_USR_FBSD110_ENV 1 +#define AFS_USR_FBSD111_ENV 1 +#define AFS_USR_FBSD120_ENV 1 +#define AFS_USR_FBSD121_ENV 1 +#define AFS_USR_FBSD122_ENV 1 +#define AFS_USR_FBSD123_ENV 1 +#define AFS_USR_FBSD130_ENV 1 + +#endif /* !defined(UKERNEL) */ + +#define USE_UCONTEXT + +#endif /* AFS_PARAM_H */ diff --git a/src/config/param.amd64_fbsd_131.h b/src/config/param.amd64_fbsd_131.h new file mode 100644 index 0000000000..59072b4c56 --- /dev/null +++ b/src/config/param.amd64_fbsd_131.h @@ -0,0 +1,61 @@ +#ifndef AFS_PARAM_H +#define AFS_PARAM_H + +/* Machine / Operating system information */ +#define SYS_NAME "amd64_fbsd_131" +#define SYS_NAME_ID SYS_NAME_ID_amd64_fbsd_131 + +#define AFS_64BITPOINTER_ENV 1 +#define AFS_64BITUSERPOINTER_ENV 1 + +#ifndef UKERNEL +/* This section for kernel libafs compiles only */ + +#define AFS_FBSD101_ENV 1 +#define AFS_FBSD102_ENV 1 +#define AFS_FBSD103_ENV 1 +#define AFS_FBSD104_ENV 1 +#define AFS_FBSD110_ENV 1 +#define AFS_FBSD111_ENV 1 +#define AFS_FBSD120_ENV 1 +#define AFS_FBSD121_ENV 1 +#define AFS_FBSD122_ENV 1 +#define AFS_FBSD123_ENV 1 +#define AFS_FBSD130_ENV 1 +#define AFS_FBSD131_ENV 1 + +#define AFS_X86_FBSD101_ENV 1 +#define AFS_X86_FBSD102_ENV 1 +#define AFS_X86_FBSD103_ENV 1 +#define AFS_X86_FBSD104_ENV 1 +#define AFS_X86_FBSD110_ENV 1 +#define AFS_X86_FBSD111_ENV 1 +#define AFS_X86_FBSD120_ENV 1 +#define AFS_X86_FBSD121_ENV 1 +#define AFS_X86_FBSD122_ENV 1 +#define AFS_X86_FBSD123_ENV 1 +#define AFS_X86_FBSD130_ENV 1 +#define AFS_X86_FBSD131_ENV 1 + +#else /* !defined(UKERNEL) */ + +/* This section for user space compiles only */ + +#define AFS_USR_FBSD101_ENV 1 +#define AFS_USR_FBSD102_ENV 1 +#define AFS_USR_FBSD103_ENV 1 +#define AFS_USR_FBSD104_ENV 1 +#define AFS_USR_FBSD110_ENV 1 +#define AFS_USR_FBSD111_ENV 1 +#define AFS_USR_FBSD120_ENV 1 +#define AFS_USR_FBSD121_ENV 1 +#define AFS_USR_FBSD122_ENV 1 +#define AFS_USR_FBSD123_ENV 1 +#define AFS_USR_FBSD130_ENV 1 +#define AFS_USR_FBSD131_ENV 1 + +#endif /* !defined(UKERNEL) */ + +#define USE_UCONTEXT + +#endif /* AFS_PARAM_H */