da466755c3bc73256b87cb6918abcf4cc2b7ceb8
[openafs.git] / src / config / param.sgi_64.h
1 #ifndef UKERNEL
2 /* This section for kernel libafs compiles only */
3
4 /*
5  * Copyright 2000, International Business Machines Corporation and others.
6  * All Rights Reserved.
7  * 
8  * This software has been released under the terms of the IBM Public
9  * License.  For details, see the LICENSE file in the top-level source
10  * directory or online at http://www.openafs.org/dl/license10.html
11  */
12
13 #ifndef AFS_PARAM_HH
14 #define AFS_PARAM_HH
15
16
17 #define AFS_VFS_ENV             1
18 #define AFS_VFSINCL_ENV         1
19 #define AFS_ENV                 1       /* NOBODY uses this.... */
20 #define CMUSTD_ENV              1       /* NOBODY uses this.... */
21 #define AFS_SGI_ENV             1
22 #define AFS_SGI51_ENV           1       /* Dist from 5.0.1 */
23 #define AFS_SGI52_ENV           1
24 #define AFS_SGI53_ENV           1
25 #define AFS_SGI61_ENV           1
26 #define AFS_SGI62_ENV           1
27 #define AFS_SGI63_ENV           1
28 #define AFS_SGI64_ENV           1
29 #define AFS_SGI_EXMAG           1       /* use magic fields in extents for AFS extra fields */
30 /* AFS_SGI_SHORTSTACK not required since we have a 16K stack. */
31
32 #define AFS_HAVE_FLOCK_SYSID    1
33
34 #define _ANSI_C_SOURCE          1       /* rx_user.h */
35
36 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
37 #define AFS_64BITPOINTER_ENV    1       /* pointers are 64 bits. */
38 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
39 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
40
41 #include <afs/afs_sysnames.h>
42
43 #define AFS_GLOBAL_SUNLOCK 1
44
45 #define AFS_PIOCTL      64+1000
46 #define AFS_SETPAG      65+1000
47 #define AFS_IOPEN       66+1000
48 #define AFS_ICREATE     67+1000
49 #define AFS_IREAD       68+1000
50 #define AFS_IWRITE      69+1000
51 #define AFS_IINC        70+1000
52 #define AFS_IDEC        71+1000
53 #define AFS_IOPEN64     72+1000 /* was never-used aux call. */
54 #define AFS_SYSCALL     73+1000
55
56 /* For the XFS fileserver */
57 #define AFS_SGI_XFS_IOPS_ENV    1       /* turns on XFS inode ops. */
58 #define AFS_64BIT_IOPS_ENV      1       /* inode ops expect 64 bit inodes */
59
60 /* Vnode size and access differs between Octane and Origin. The number
61  * can be used to indicate which altername vnodeX_t to use for future
62  * changes.
63  */
64 #define AFS_SGI_VNODE_GLUE      1
65
66 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
67 #define AFS_MOUNT_AFS    "afs"
68
69 /* Machine / Operating system information */
70 #define sys_sgi_64      1
71 #define SYS_NAME        "sgi_64"
72 #define SYS_NAME_ID     SYS_NAME_ID_sgi_64
73 #define AFSBIG_ENDIAN   1
74 #define AFS_VM_RDWR_ENV 1
75
76 /* Extra kernel definitions (from kdefs file) */
77 #ifdef KERNEL
78 #if _MIPS_SIM == _ABI64
79 #define _K64U64
80 #endif
81 /* definitions here */
82 #define AFS_VFS34               1       /* afs/afs_vfsops.c (afs_vget), afs/afs_vnodeops.c (afs_lockctl, afs_noop) */
83 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
84 #define AFS_SYSVLOCK            1       /* sys v locking supported */
85 #define afsio_iov               uio_iov
86 #define afsio_iovcnt    uio_iovcnt
87 #define afsio_offset    uio_offset
88 #define afsio_seg               uio_segflg
89 #define afsio_fmode     uio_fmode
90 #define afsio_resid     uio_resid
91 #define AFS_UIOSYS      UIO_SYSSPACE
92 #define AFS_UIOUSER     UIO_USERSPACE
93 #define AFS_CLBYTES     MCLBYTES
94 #define AFS_MINCHANGE   2
95 #ifdef _K64U64
96 #define osi_GetTime(x)  irix5_microtime((struct __irix5_timeval*)(x))
97 #else
98 #define osi_GetTime(x)  microtime(x)
99 #endif
100 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
101 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
102 #define AFS_KFREE       kmem_free
103 #define VATTR_NULL      vattr_null
104 #define DEBUG           1
105
106 #define AFS_EVENT_LOCK  1       /* osi_Sleep/osi_Wakeup use spinlock. */
107 #define AFS_SGI_DUAL_FS_CACHE 1 /* implies supports EFS or XFS cache */
108
109 #define memset(A, B, S) bzero(A, S)
110 #define memcpy(B, A, S) bcopy(A, B, S)
111 #define memcmp(A, B, S) bcmp(A, B, S)
112
113 #endif /* KERNEL */
114
115 #ifndef CMSERVERPREF
116 #define CMSERVERPREF
117 #endif
118 #endif /* AFS_PARAM_H */
119
120 #else /* !defined(UKERNEL) */
121
122 /* This section for user space compiles only */
123
124 /*
125  * Copyright 2000, International Business Machines Corporation and others.
126  * All Rights Reserved.
127  * 
128  * This software has been released under the terms of the IBM Public
129  * License.  For details, see the LICENSE file in the top-level source
130  * directory or online at http://www.openafs.org/dl/license10.html
131  */
132
133 #ifndef AFS_PARAM_H
134 #define AFS_PARAM_H
135
136 #define AFS_VFS_ENV     1
137 /* Used only in vfsck code; is it needed any more???? */
138 #define RXK_LISTENER_ENV        1
139 #define AFS_USERSPACE_IP_ADDR   1
140
141 #define UKERNEL                 1       /* user space kernel */
142 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
143 #define AFS_ENV                 1
144 #define AFS_USR_SGI_ENV         1
145 #define AFS_USR_SGI62_ENV       1
146 #define AFS_USR_SGI63_ENV       1
147 #define AFS_USR_SGI64_ENV       1
148
149 #include <afs/afs_sysnames.h>
150
151                                                                                                                /*#define AFS_GLOBAL_SUNLOCK    1 *//* For global locking */
152
153 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
154
155 #define AFS_PIOCTL    64+1000
156 #define AFS_SYSCALL   73+1000
157
158 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
159 #define AFS_MOUNT_AFS    1
160
161 /* Machine / Operating system information */
162 #define sgi_64          1
163 #define SYS_NAME        "sgi_64"
164 #define SYS_NAME_ID     SYS_NAME_ID_sgi_64
165 #define AFSBIG_ENDIAN   1
166 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
167 #define AFS_HAVE_STATVFS        0       /* System doesn't support statvfs */
168
169 /* Extra kernel definitions (from kdefs file) */
170 #ifdef KERNEL
171 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
172 #define AFS_SYSVLOCK            1       /* sys v locking supported */
173 #define afsio_iov       uio_iov
174 #define afsio_iovcnt    uio_iovcnt
175 #define afsio_offset    uio_offset
176 #define afsio_seg       uio_segflg
177 #define afsio_fmode     uio_fmode
178 #define afsio_resid     uio_resid
179 #define AFS_UIOSYS      1
180 #define AFS_UIOUSER     UIO_USERSPACE
181 #define AFS_CLBYTES     MCLBYTES
182 #define AFS_MINCHANGE   2
183 #define VATTR_NULL      usr_vattr_null
184 #endif /* KERNEL */
185 #define AFS_DIRENT
186 #ifndef CMSERVERPREF
187 #define CMSERVERPREF
188 #endif
189 #define ROOTINO         UFSROOTINO
190
191 #endif /* AFS_PARAM_H */
192
193 #endif /* !defined(UKERNEL) */