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