xml-versioning-take-two-20090601
[openafs.git] / src / config / param.sunx86_59.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_H
14 #define AFS_PARAM_H
15
16 #define AFS_VFS_ENV     1
17 /* Used only in vfsck code; is it needed any more???? */
18
19 #define AFS_VFSINCL_ENV 1       /* NOBODY uses this.... */
20 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
21 #define AFS_ENV                 1
22 #define AFS_SUN_ENV             1
23 #define AFS_SUN5_ENV            1
24 #define AFS_SUN52_ENV           1
25 #define AFS_SUN53_ENV           1
26 #define AFS_SUN54_ENV           1
27 #define AFS_SUN55_ENV           1
28 #define AFS_SUN56_ENV           1
29 #define AFS_SUN57_ENV           1
30 #define AFS_SUN58_ENV           1
31 #define AFS_SUN59_ENV           1
32 #define AFS_BOZONLOCK_ENV       1
33
34 #define AFS_X86_ENV             1
35
36 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
37 #define AFS_64BIT_CLIENT        1
38
39 #define AFS_HAVE_FLOCK_SYSID    1
40
41 #include <afs/afs_sysnames.h>
42
43 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
44 #define RXK_LISTENER_ENV   1
45 #define AFS_GCPAGS              1       /* if nonzero, garbage collect PAGs */
46
47 #ifdef AFS_NAMEI_ENV
48 #define AFS_64BIT_IOPS_ENV      1       /* needed for NAMEI... */
49 #else /* AFS_NAMEI_ENV */
50 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
51 #endif /* AFS_NAMEI_ENV */
52
53 #define AFS_SYSCALL             65
54
55 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
56 #define AFS_MOUNT_AFS    "afs"
57
58 /* Machine / Operating system information */
59 #define sys_sunx86_59   1
60 #define SYS_NAME        "sunx86_59"
61 #define SYS_NAME_ID     SYS_NAME_ID_sunx86_59
62 #define AFSLITTLE_ENDIAN        1
63 #define AFS_HAVE_FFS    1       /* Use system's ffs. */
64 #define AFS_HAVE_VXFS   1       /* Support cache on Veritas vxfs file system */
65 #define AFS_HAVE_STATVFS 1      /* System supports statvfs */
66 #define AFS_HAVE_STATVFS64      1       /* System supports statvfs64 */
67 #define AFS_VM_RDWR_ENV 1       /* read/write implemented via VM */
68 #define AFS_USE_GETTIMEOFDAY 1  /* use gettimeofday to implement rx clock */
69
70 #define NEARINODE_HINT  1       /* hint to ufs module to scatter inodes on disk */
71 #define nearInodeHash(volid, hval) {                                 \
72                 unsigned char*  ts = (unsigned char*)&(volid)+sizeof(volid)-1;\
73                 for ( (hval)=0; ts >= (unsigned char*)&(volid); ts--){\
74                     (hval) *= 173;                      \
75                     (hval) += *ts;                      \
76                 }                                       \
77                 }
78
79 /* Extra kernel definitions (from kdefs file) */
80 #ifdef KERNEL
81 /* sun definitions here */
82 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
83 #define AFS_SYSVLOCK            1       /* sys v locking supported */
84 /*#define       AFS_USEBUFFERS  1*/
85 #define afsio_iov               uio_iov
86 #define afsio_iovcnt    uio_iovcnt
87 #define afsio_offset    uio_loffset
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 #define osi_GetTime(x)  uniqtime32(x)
96
97 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
98 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
99 #define AFS_KFREE       kmem_free
100 #define VATTR_NULL      vattr_null
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 #endif /* KERNEL */
105 #define AFS_DIRENT
106 #ifndef CMSERVERPREF
107 #define CMSERVERPREF
108 #endif
109 #define ROOTINO         UFSROOTINO
110
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 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
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_SUN5_ENV        1
139 #define AFS_USR_SUN6_ENV        1
140 #define AFS_USR_SUN7_ENV        1
141 #define AFS_USR_SUN8_ENV        1
142 #define AFS_USR_SUN9_ENV        1
143
144 #include <afs/afs_sysnames.h>
145
146 #if 0
147 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
148 #endif
149
150 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
151 #define AFS_SYSCALL             65
152
153 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
154 #define AFS_MOUNT_AFS    1
155
156 /* Machine / Operating system information */
157 #define sys_sunx86_59   1
158 #define SYS_NAME        "sunx86_59"
159 #define SYS_NAME_ID     SYS_NAME_ID_sunx86_59
160 #define AFSLITTLE_ENDIAN        1
161 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
162 #define AFS_HAVE_STATVFS      0 /* System doesn't support statvfs */
163
164 /* Extra kernel definitions (from kdefs file) */
165 #ifdef KERNEL
166 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
167 #define AFS_SYSVLOCK            1       /* sys v locking supported */
168 /*#define       AFS_USEBUFFERS  1*/
169 #define afsio_iov       uio_iov
170 #define afsio_iovcnt    uio_iovcnt
171 #define afsio_offset    uio_offset
172 #define afsio_seg       uio_segflg
173 #define afsio_fmode     uio_fmode
174 #define afsio_resid     uio_resid
175 #define AFS_UIOSYS      1
176 #define AFS_UIOUSER     UIO_USERSPACE
177 #define AFS_CLBYTES     MCLBYTES
178 #define AFS_MINCHANGE   2
179 #define VATTR_NULL      usr_vattr_null
180 #endif /* KERNEL */
181 #define AFS_DIRENT
182 #ifndef CMSERVERPREF
183 #define CMSERVERPREF
184 #endif
185 #define ROOTINO         UFSROOTINO
186
187 #endif /* AFS_PARAM_H */
188
189 #endif /* !defined(UKERNEL) */