macos: kernel socket upcall
[openafs.git] / src / config / param.ppc_darwin_80.h
index 5ef26e5..3812713 100644 (file)
@@ -5,23 +5,28 @@
 #define AFS_PARAM_H
 
 #define AFS_ENV                 1
-#define AFS_64BIT_ENV           1      /* Defines afs_int32 as int, not long. */
 #define AFS_64BIT_CLIENT        1
-#define AFS_64BIT_IOPS_ENV 1
-#define AFS_PPC_ENV 1
-#define AFS_VFSINCL_ENV 1
+#define AFS_64BIT_IOPS_ENV     1
+#if defined(__ppc__)
+#define AFS_PPC_ENV            1
+#elif defined(__i386__)
+#define AFS_X86_ENV            1
+#else
+#error Unsupported architecture
+#endif
+#define AFS_VFSINCL_ENV                1
 
 #include <afs/afs_sysnames.h>
 
 #define AFS_DARWIN_ENV
-#define AFS_DARWIN13_ENV
-#define AFS_DARWIN14_ENV
-#define AFS_DARWIN60_ENV
 #define AFS_DARWIN70_ENV
 #define AFS_DARWIN80_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define AFS_NAMEI_ENV 1
+#define DARWIN_REFBASE 3
+#define AFS_WARNUSER_MARINER_ENV 1
 
 #define AFS_BOZONLOCK_ENV 1
 
 #define AFS_MOUNT_AFS    "afs"
 
 /* Machine / Operating system information */
-#define sys_ppc_darwin_12   1
-#define sys_ppc_darwin_13   1
-#define sys_ppc_darwin_14   1
-#define sys_ppc_darwin_60   1
-#define sys_ppc_darwin_70   1
-#define sys_ppc_darwin_80   1
-#define SYS_NAME        "ppc_darwin_80"
-#define SYS_NAME_ID     SYS_NAME_ID_ppc_darwin_80
-#define AFSBIG_ENDIAN   1
+#if defined(__ppc__)
+#define sys_ppc_darwin_12      1
+#define sys_ppc_darwin_13      1
+#define sys_ppc_darwin_14      1
+#define sys_ppc_darwin_60      1
+#define sys_ppc_darwin_70      1
+#define sys_ppc_darwin_80      1
+#define SYS_NAME               "ppc_darwin_80"
+#define SYS_NAME_ID            SYS_NAME_ID_ppc_darwin_80
+#define AFSBIG_ENDIAN          1
+#elif defined(__i386__)
+#define sys_x86_darwin_12      1
+#define sys_x86_darwin_13      1
+#define sys_x86_darwin_14      1
+#define sys_x86_darwin_60      1
+#define sys_x86_darwin_70      1
+#define sys_x86_darwin_80      1
+#define SYS_NAME               "x86_darwin_80"
+#define SYS_NAME_ID            SYS_NAME_ID_x86_darwin_80
+#define AFSLITTLE_ENDIAN       1
+#else
+#error Unsupported architecture
+#endif
 #define AFS_HAVE_FFS    1      /* Use system's ffs. */
 
-#define AFS_GCPAGS                1    /* if nonzero, garbage collect PAGs */
+#define AFS_GCPAGS               0
 #define RXK_LISTENER_ENV         1
+#define RXK_TIMEDSLEEP_ENV       1
 
 #ifdef KERNEL
 #undef MACRO_BEGIN
@@ -58,8 +78,8 @@
 #define AFS_UIOUSER     UIO_USERSPACE
 #define AFS_CLBYTES     CLBYTES
 #define osi_GetTime(x)  microtime(x)
-#define AFS_KALLOC(x)   kalloc(x)
-#define AFS_KFREE(x,y)  kfree(x,y)
+#define AFS_KALLOC(x)   _MALLOC(x, M_TEMP, M_WAITOK)
+#define AFS_KFREE(x,y)  _FREE(x,M_TEMP)
 #define v_count         v_usecount
 #define v_vfsp          v_mount
 #define vfs_bsize       mnt_stat.f_bsize
 #define va_nodeid       va_fileid
 #define vfs_vnodecovered mnt_vnodecovered
 #define direct          dirent
-#define vnode_t         struct vnode
 
-//#define VN_RELE(vp)     vrele(((struct vnode *)(vp)))
-//#define VN_HOLD(vp)     VREF(((struct vnode *)(vp)))
 #define BIND_8_COMPAT
 
 #endif
 
 #define AFS_VFSINCL_ENV 1      /* NOBODY uses this.... */
 #define AFS_ENV                 1
-#define AFS_64BIT_ENV           1      /* Defines afs_int32 as int, not long. */
-#define AFS_PPC_ENV 1
+#if defined(__ppc__)
+#define AFS_PPC_ENV            1
+#elif defined(__i386__)
+#define AFS_X86_ENV            1
+#else
+#error Unsupported architecture
+#endif
 
 #include <afs/afs_sysnames.h>
 #define AFS_USERSPACE_ENV
 #define AFS_USR_DARWIN_ENV
-#define AFS_USR_DARWIN13_ENV
-#define AFS_USR_DARWIN14_ENV
-#define AFS_USR_DARWIN60_ENV
 #define AFS_USR_DARWIN70_ENV
 #define AFS_USR_DARWIN80_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
+#define AFS_WARNUSER_MARINER_ENV 1
 
 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
 #define AFS_MOUNT_AFS    "afs"
 
 /* Machine / Operating system information */
-#define sys_ppc_darwin_12   1
-#define sys_ppc_darwin_13   1
-#define sys_ppc_darwin_14   1
-#define sys_ppc_darwin_60   1
-#define sys_ppc_darwin_70   1
-#define sys_ppc_darwin_80   1
-#define SYS_NAME        "ppc_darwin_80"
-#define SYS_NAME_ID     SYS_NAME_ID_ppc_darwin_80
-#define AFSBIG_ENDIAN   1
+#if defined(__ppc__)
+#define sys_ppc_darwin_12      1
+#define sys_ppc_darwin_13      1
+#define sys_ppc_darwin_14      1
+#define sys_ppc_darwin_60      1
+#define sys_ppc_darwin_70      1
+#define sys_ppc_darwin_80      1
+#define SYS_NAME               "ppc_darwin_80"
+#define SYS_NAME_ID            SYS_NAME_ID_ppc_darwin_80
+#define AFSBIG_ENDIAN          1
+#elif defined(__i386__)
+#define sys_x86_darwin_12      1
+#define sys_x86_darwin_13      1
+#define sys_x86_darwin_14      1
+#define sys_x86_darwin_60      1
+#define sys_x86_darwin_70      1
+#define sys_x86_darwin_80      1
+#define SYS_NAME               "x86_darwin_80"
+#define SYS_NAME_ID            SYS_NAME_ID_x86_darwin_80
+#define AFSLITTLE_ENDIAN       1
+#else
+#error Unsupported architecture
+#endif
 #define AFS_HAVE_FFS    1      /* Use system's ffs. */
 
 #define AFS_UIOSYS      UIO_SYSSPACE