Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / config / param.sgi_64.h
1 #ifndef _PARAM_SGI_64_H
2 #define _PARAM_SGI_64_H
3
4
5 #define AFS_VFS_ENV             1
6 #define AFS_VFSINCL_ENV         1
7 #define AFS_ENV                 1       /* NOBODY uses this.... */
8 #define CMUSTD_ENV              1       /* NOBODY uses this.... */
9 #define AFS_SGI_ENV             1
10 #define AFS_SGI51_ENV           1       /* Dist from 5.0.1 */
11 #define AFS_SGI52_ENV           1
12 #define AFS_SGI53_ENV           1
13 #define AFS_SGI61_ENV           1
14 #define AFS_SGI62_ENV           1
15 #define AFS_SGI63_ENV           1
16 #define AFS_SGI64_ENV           1
17 #define AFS_SGI_EXMAG           1       /* use magic fields in extents for AFS extra fields */
18 /* AFS_SGI_SHORTSTACK not required since we have a 16K stack. */        
19
20 #define _ANSI_C_SOURCE          1       /* rx_user.h */
21
22 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
23 #define AFS_64BITPOINTER_ENV    1       /* pointers are 64 bits. */
24 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
25 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
26
27 #include <afs/afs_sysnames.h>
28
29 #define AFS_GLOBAL_SUNLOCK 1
30
31 #define AFS_PIOCTL      64+1000
32 #define AFS_SETPAG      65+1000
33 #define AFS_IOPEN       66+1000
34 #define AFS_ICREATE     67+1000
35 #define AFS_IREAD       68+1000
36 #define AFS_IWRITE      69+1000
37 #define AFS_IINC        70+1000
38 #define AFS_IDEC        71+1000
39 #define AFS_IOPEN64     72+1000 /* was never-used aux call. */
40 #define AFS_SYSCALL     73+1000
41
42 /* For the XFS fileserver */
43 #define AFS_SGI_XFS_IOPS_ENV    1 /* turns on XFS inode ops. */
44 #define AFS_64BIT_IOPS_ENV      1 /* inode ops expect 64 bit inodes */
45
46 /* Vnode size and access differs between Octane and Origin. The number
47  * can be used to indicate which altername vnodeX_t to use for future
48  * changes.
49  */
50 #define AFS_SGI_VNODE_GLUE      1
51
52 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
53 #define AFS_MOUNT_AFS    "afs"
54
55 /* Machine / Operating system information */
56 #define sys_sgi_64      1
57 #define SYS_NAME        "sgi_64"
58 #define SYS_NAME_ID     SYS_NAME_ID_sgi_64
59 #define AFSBIG_ENDIAN   1
60 #define AFS_VM_RDWR_ENV 1
61
62 /* Extra kernel definitions (from kdefs file) */
63 #ifdef KERNEL
64 #if _MIPS_SIM == _ABI64
65 #define _K64U64
66 #endif
67 /* definitions here */
68 #define AFS_VFS34               1       /* afs/afs_vfsops.c (afs_vget), afs/afs_vnodeops.c (afs_lockctl, afs_noop) */
69 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
70 #define AFS_SYSVLOCK            1       /* sys v locking supported */
71 /*#define       AFS_USEBUFFERS  1*/
72 #define afsio_iov               uio_iov
73 #define afsio_iovcnt    uio_iovcnt
74 #define afsio_offset    uio_offset
75 #define afsio_seg               uio_segflg
76 #define afsio_fmode     uio_fmode
77 #define afsio_resid     uio_resid
78 #define AFS_UIOSYS      UIO_SYSSPACE
79 #define AFS_UIOUSER     UIO_USERSPACE
80 #define AFS_CLBYTES     MCLBYTES
81 #define AFS_MINCHANGE   2
82 #ifdef _K64U64
83 #define osi_GetTime(x)  irix5_microtime((struct __irix5_timeval*)(x))
84 #else
85 #define osi_GetTime(x)  microtime(x)
86 #endif
87 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
88 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
89 #define AFS_KFREE       kmem_free
90 #define VATTR_NULL      vattr_null
91 #define DEBUG           1
92
93 #define AFS_EVENT_LOCK  1 /* osi_Sleep/osi_Wakeup use spinlock. */
94 #define AFS_SGI_DUAL_FS_CACHE 1 /* implies supports EFS or XFS cache */
95
96 #endif /* KERNEL */
97
98 #ifndef CMSERVERPREF
99 #define CMSERVERPREF
100 #endif
101 #endif  /* _PARAM_SGI_64_H_ */