Windows: Version Update 1.5.6200.0
[openafs.git] / src / config / param.sunx86_510.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_SUN510_ENV          1
33 #define AFS_BOZONLOCK_ENV       1
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 #define AFS_CACHE_VNODE_PATH 1
42
43 #include <afs/afs_sysnames.h>
44
45 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
46 #define RXK_LISTENER_ENV        1
47 #define AFS_GCPAGS              1       /* if nonzero, garbage collect PAGs */
48
49 #ifdef AFS_NAMEI_ENV
50 #define AFS_64BIT_IOPS_ENV      1       /* needed for NAMEI... */
51 #else /* AFS_NAMEI_ENV */
52 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
53 #endif /* AFS_NAMEI_ENV */
54
55 #define AFS_SYSCALL             65
56
57 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
58 #define AFS_MOUNT_AFS           "afs"
59
60 /* Machine / Operating system information */
61 #define sys_sunx86_510          1
62 #define SYS_NAME                "sunx86_510"
63 #define SYS_NAME_ID             SYS_NAME_ID_sunx86_510
64 #define AFSLITTLE_ENDIAN        1
65 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
66 #define AFS_HAVE_VXFS           1       /* Support cache on Veritas vxfs file system */
67 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
68 #define AFS_HAVE_STATVFS64      1       /* System supports statvfs64 */
69 #define AFS_VM_RDWR_ENV         1       /* read/write implemented via VM */
70 #define AFS_USE_GETTIMEOFDAY    1       /* use gettimeofday to implement rx clock */
71
72 #define NEARINODE_HINT          1       /* hint to ufs module to scatter inodes on disk */
73 #define nearInodeHash(volid, hval) {                                 \
74                 unsigned char*  ts = (unsigned char*)&(volid)+sizeof(volid)-1;\
75                 for ( (hval)=0; ts >= (unsigned char*)&(volid); ts--){\
76                     (hval) *= 173;                      \
77                     (hval) += *ts;                      \
78                 }                                       \
79                 }
80
81 /* Extra kernel definitions (from kdefs file) */
82 #ifdef KERNEL
83 /* sun definitions here */
84 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
85 #define AFS_SYSVLOCK            1       /* sys v locking supported */
86 /*#define       AFS_USEBUFFERS  1*/
87 #define afsio_iov               uio_iov
88 #define afsio_iovcnt            uio_iovcnt
89 #define afsio_offset            uio_loffset
90 #define afsio_seg               uio_segflg
91 #define afsio_fmode             uio_fmode
92 #define afsio_resid             uio_resid
93 #define AFS_UIOSYS              UIO_SYSSPACE
94 #define AFS_UIOUSER             UIO_USERSPACE
95 #define AFS_CLBYTES             MCLBYTES
96 #define AFS_MINCHANGE           2
97 #define osi_GetTime(x)          uniqtime32(x)
98
99 /**
100   * These defines are for the 64 bit Solaris 7 port
101   * AFS_SYSCALL32 is used to protect the ILP32 syscall interface
102   * AFS_64BIT_ENV is for use of 64 bit inode numbers
103   */
104 #if defined(__amd64)
105 #define AFS_SUN57_64BIT_ENV     1
106 #define AFS_64BIT_INO           1
107 #endif
108
109 #define AFS_KALLOC(n)           kmem_alloc(n, KM_SLEEP)
110 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
111 #define AFS_KFREE               kmem_free
112 #define VATTR_NULL              vattr_null
113 #endif /* KERNEL */
114 #define AFS_DIRENT
115 #ifndef CMSERVERPREF
116 #define CMSERVERPREF
117 #endif
118 #define ROOTINO                 UFSROOTINO
119
120 #endif /* AFS_PARAM_H */
121
122 #else /* !defined(UKERNEL) */
123
124 /* This section for user space compiles only */
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 #define AFS_64BIT_ENV           1
145
146 #include <afs/afs_sysnames.h>
147
148 #if 0
149 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
150 #endif
151
152 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
153 #define AFS_SYSCALL             65
154
155 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
156 #define AFS_MOUNT_AFS           1
157
158 /* Machine / Operating system information */
159 #define sys_sunx86_510          1
160 #define SYS_NAME                "sunx86_510"
161 #define SYS_NAME_ID             SYS_NAME_ID_sunx86_510
162 #define AFSLITTLE_ENDIAN        1
163 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
164 #define AFS_HAVE_STATVFS        0       /* System doesn't support statvfs */
165
166 /* Extra kernel definitions (from kdefs file) */
167 #ifdef KERNEL
168 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
169 #define AFS_SYSVLOCK            1       /* sys v locking supported */
170 /*#define       AFS_USEBUFFERS  1*/
171 #define afsio_iov               uio_iov
172 #define afsio_iovcnt            uio_iovcnt
173 #define afsio_offset            uio_offset
174 #define afsio_seg               uio_segflg
175 #define afsio_fmode             uio_fmode
176 #define afsio_resid             uio_resid
177 #define AFS_UIOSYS              1
178 #define AFS_UIOUSER             UIO_USERSPACE
179 #define AFS_CLBYTES             MCLBYTES
180 #define AFS_MINCHANGE           2
181 #define VATTR_NULL              usr_vattr_null
182 #endif /* KERNEL */
183 #define AFS_DIRENT
184 #ifndef CMSERVERPREF
185 #define CMSERVERPREF
186 #endif
187 #define ROOTINO                 UFSROOTINO
188
189 #endif /* AFS_PARAM_H */
190
191 #endif /* !defined(UKERNEL) */