solars-sparc32-largefile-20051011
[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       AFS_USEBUFFERS  1*/
80 #define afsio_iov               uio_iov
81 #define afsio_iovcnt    uio_iovcnt
82 #define afsio_offset    uio_offset
83 #define afsio_seg               uio_segflg
84 #define afsio_fmode     uio_fmode
85 #define afsio_resid     uio_resid
86 #define AFS_UIOSYS      UIO_SYSSPACE
87 #define AFS_UIOUSER     UIO_USERSPACE
88 #define AFS_CLBYTES     MCLBYTES
89 #define AFS_MINCHANGE   2
90 #ifdef _K64U64
91 #define osi_GetTime(x)  irix5_microtime((struct __irix5_timeval*)(x))
92 #else
93 #define osi_GetTime(x)  microtime(x)
94 #endif
95 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
96 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
97 #define AFS_KFREE       kmem_free
98 #define VATTR_NULL      vattr_null
99 #define DEBUG           1
100
101 #define AFS_SGI_DUAL_FS_CACHE 1 /* implies supports EFS or XFS cache */
102
103 #define memset(A, B, S) bzero(A, S)
104 #define memcpy(B, A, S) bcopy(A, B, S)
105 #define memcmp(A, B, S) bcmp(A, B, S)
106
107 #endif /* KERNEL */
108
109 #ifndef CMSERVERPREF
110 #define CMSERVERPREF
111 #endif
112 #endif /* AFS_PARAM_H */
113
114 #else /* !defined(UKERNEL) */
115
116 /* This section for user space compiles only */
117
118 /*
119  * Copyright 2000, International Business Machines Corporation and others.
120  * All Rights Reserved.
121  * 
122  * This software has been released under the terms of the IBM Public
123  * License.  For details, see the LICENSE file in the top-level source
124  * directory or online at http://www.openafs.org/dl/license10.html
125  */
126
127 #ifndef AFS_PARAM_H
128 #define AFS_PARAM_H
129
130 #define AFS_VFS_ENV     1
131 /* Used only in vfsck code; is it needed any more???? */
132 #define RXK_LISTENER_ENV        1
133 #define AFS_USERSPACE_IP_ADDR   1
134
135 #define UKERNEL                 1       /* user space kernel */
136 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
137 #define AFS_ENV                 1
138 #define AFS_USR_SGI_ENV         1
139 #define AFS_USR_SGI62_ENV       1
140
141 #include <afs/afs_sysnames.h>
142
143                                                                                                                /*#define AFS_GLOBAL_SUNLOCK    1 *//* For global locking */
144
145 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
146
147 #define AFS_PIOCTL    64+1000
148 #define AFS_SYSCALL   73+1000
149
150 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
151 #define AFS_MOUNT_AFS    1
152
153 /* Machine / Operating system information */
154 #define sgi_62          1
155 #define SYS_NAME        "sgi_62"
156 #define SYS_NAME_ID     SYS_NAME_ID_sgi_62
157 #define AFSBIG_ENDIAN   1
158 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
159 #define AFS_HAVE_STATVFS        0       /* System doesn't support statvfs */
160
161 /* Extra kernel definitions (from kdefs file) */
162 #ifdef KERNEL
163 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
164 #define AFS_SYSVLOCK            1       /* sys v locking supported */
165 /*#define       AFS_USEBUFFERS  1*/
166 #define afsio_iov       uio_iov
167 #define afsio_iovcnt    uio_iovcnt
168 #define afsio_offset    uio_offset
169 #define afsio_seg       uio_segflg
170 #define afsio_fmode     uio_fmode
171 #define afsio_resid     uio_resid
172 #define AFS_UIOSYS      1
173 #define AFS_UIOUSER     UIO_USERSPACE
174 #define AFS_CLBYTES     MCLBYTES
175 #define AFS_MINCHANGE   2
176 #define VATTR_NULL      usr_vattr_null
177 #endif /* KERNEL */
178 #define AFS_DIRENT
179 #ifndef CMSERVERPREF
180 #define CMSERVERPREF
181 #endif
182 #define ROOTINO         UFSROOTINO
183
184 #endif /* AFS_PARAM_H */
185
186 #endif /* !defined(UKERNEL) */