no-copy-libafs-builds-20021015
[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_PAG_LAST_ENV        1       /* PAG comes last in groups. */
31 #define _ANSI_C_SOURCE          1       /* rx_user.h */
32
33 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
34 #define AFS_64BITPOINTER_ENV    1       /* pointers are 64 bits. */
35 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
36 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
37 #define AFS_VM_RDWR_ENV         1       /* read/write implemented via VM */
38
39 #include <afs/afs_sysnames.h>
40
41 #if defined(KERNEL) && defined(MP)
42 #define AFS_GLOBAL_SUNLOCK 1
43 #endif
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 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
61 #define AFS_MOUNT_AFS    "afs"
62
63 /* Machine / Operating system information */
64 #define sys_sgi_50      1
65 #define SYS_NAME        "sgi_62"
66 #define SYS_NAME_ID     SYS_NAME_ID_sgi_62
67 #define AFSBIG_ENDIAN   1
68
69 #define KERNEL_HAVE_UERROR 1
70
71 /* Extra kernel definitions (from kdefs file) */
72 #ifdef KERNEL
73 /* definitions here */
74 #define AFS_VFS34               1       /* afs/afs_vfsops.c (afs_vget), afs/afs_vnodeops.c (afs_lockctl, afs_noop) */
75 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
76 #define AFS_SYSVLOCK            1       /* sys v locking supported */
77 /*#define       AFS_USEBUFFERS  1*/
78 #define afsio_iov               uio_iov
79 #define afsio_iovcnt    uio_iovcnt
80 #define afsio_offset    uio_offset
81 #define afsio_seg               uio_segflg
82 #define afsio_fmode     uio_fmode
83 #define afsio_resid     uio_resid
84 #define AFS_UIOSYS      UIO_SYSSPACE
85 #define AFS_UIOUSER     UIO_USERSPACE
86 #define AFS_CLBYTES     MCLBYTES
87 #define AFS_MINCHANGE   2
88 #ifdef _K64U64
89 #define osi_GetTime(x)  irix5_microtime((struct __irix5_timeval*)(x))
90 #else
91 #define osi_GetTime(x)  microtime(x)
92 #endif
93 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
94 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
95 #define AFS_KFREE       kmem_free
96 #define VATTR_NULL      vattr_null
97 #define DEBUG           1
98
99 #define AFS_SGI_DUAL_FS_CACHE 1 /* implies supports EFS or XFS cache */
100
101 #define memset(A, B, S) bzero(A, S)
102 #define memcpy(B, A, S) bcopy(A, B, S)
103 #define memcmp(A, B, S) bcmp(A, B, S)
104
105 #endif /* KERNEL */
106
107 #ifndef CMSERVERPREF
108 #define CMSERVERPREF
109 #endif
110 #endif  /* AFS_PARAM_H */
111
112 #else /* !defined(UKERNEL) */
113
114 /* This section for user space compiles only */
115
116 /*
117  * Copyright 2000, International Business Machines Corporation and others.
118  * All Rights Reserved.
119  * 
120  * This software has been released under the terms of the IBM Public
121  * License.  For details, see the LICENSE file in the top-level source
122  * directory or online at http://www.openafs.org/dl/license10.html
123  */
124
125 #ifndef AFS_PARAM_H
126 #define AFS_PARAM_H
127
128 #define AFS_VFS_ENV     1
129 /* Used only in vfsck code; is it needed any more???? */
130 #define RXK_LISTENER_ENV        1
131 #define AFS_USERSPACE_IP_ADDR   1
132
133 #define UKERNEL                 1       /* user space kernel */
134 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
135 #define AFS_ENV                 1
136 #define AFS_USR_SGI_ENV         1
137 #define AFS_USR_SGI62_ENV       1
138
139 #include <afs/afs_sysnames.h>
140
141 /*#define AFS_GLOBAL_SUNLOCK    1*/     /* For global locking */
142
143 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
144
145 #define AFS_PIOCTL    64+1000
146 #define AFS_SYSCALL   73+1000
147
148 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
149 #define AFS_MOUNT_AFS    1
150
151 /* Machine / Operating system information */
152 #define sgi_62          1
153 #define SYS_NAME        "sgi_62"
154 #define SYS_NAME_ID     SYS_NAME_ID_sgi_62
155 #define AFSBIG_ENDIAN   1
156 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
157 #define AFS_HAVE_STATVFS        0       /* System doesn't support statvfs */
158
159 /* Extra kernel definitions (from kdefs file) */
160 #ifdef KERNEL
161 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
162 #define AFS_SYSVLOCK            1       /* sys v locking supported */
163 /*#define       AFS_USEBUFFERS  1*/
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) */