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