fa2d1fd6b4f59a548c584f727ed7da1997051057
[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_CLIENT        1
37
38 #define AFS_HAVE_FLOCK_SYSID    1
39
40 #define AFS_CACHE_VNODE_PATH 1
41
42 #include <afs/afs_sysnames.h>
43
44 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
45 #define RXK_LISTENER_ENV        1
46 #define AFS_GCPAGS              1       /* if nonzero, garbage collect PAGs */
47
48 #ifdef AFS_NAMEI_ENV
49 #define AFS_64BIT_IOPS_ENV      1       /* needed for NAMEI... */
50 #else /* AFS_NAMEI_ENV */
51 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
52 #endif /* AFS_NAMEI_ENV */
53
54 #define AFS_SYSCALL             65
55
56 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
57 #define AFS_MOUNT_AFS           "afs"
58
59 /* Machine / Operating system information */
60 #define sys_sunx86_510          1
61 #define SYS_NAME                "sunx86_510"
62 #define SYS_NAME_ID             SYS_NAME_ID_sunx86_510
63 #define AFSLITTLE_ENDIAN        1
64 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
65 #define AFS_HAVE_VXFS           1       /* Support cache on Veritas vxfs file system */
66 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
67 #define AFS_HAVE_STATVFS64      1       /* System supports statvfs64 */
68 #define AFS_VM_RDWR_ENV         1       /* read/write implemented via VM */
69 #define AFS_USE_GETTIMEOFDAY    1       /* use gettimeofday to implement rx clock */
70
71 #define NEARINODE_HINT          1       /* hint to ufs module to scatter inodes on disk */
72 #define nearInodeHash(volid, hval) {                                 \
73                 unsigned char*  ts = (unsigned char*)&(volid)+sizeof(volid)-1;\
74                 for ( (hval)=0; ts >= (unsigned char*)&(volid); ts--){\
75                     (hval) *= 173;                      \
76                     (hval) += *ts;                      \
77                 }                                       \
78                 }
79
80 /* Extra kernel definitions (from kdefs file) */
81 #ifdef KERNEL
82 /* sun definitions here */
83 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
84 #define AFS_SYSVLOCK            1       /* sys v locking supported */
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 /**
98   * These defines are for the 64 bit Solaris 7 port
99   * AFS_SYSCALL32 is used to protect the ILP32 syscall interface
100   */
101 #if defined(__amd64)
102 #define AFS_SUN57_64BIT_ENV     1
103 #define AFS_64BIT_INO           1
104 #endif
105
106 #define AFS_KALLOC(n)           kmem_alloc(n, KM_SLEEP)
107 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
108 #define AFS_KFREE               kmem_free
109 #define VATTR_NULL              vattr_null
110 #endif /* KERNEL */
111 #define AFS_DIRENT
112 #ifndef CMSERVERPREF
113 #define CMSERVERPREF
114 #endif
115 #define ROOTINO                 UFSROOTINO
116
117 #endif /* AFS_PARAM_H */
118
119 #else /* !defined(UKERNEL) */
120
121 /* This section for user space compiles only */
122
123 #ifndef AFS_PARAM_H
124 #define AFS_PARAM_H
125
126 #define AFS_VFS_ENV             1
127 /* Used only in vfsck code; is it needed any more???? */
128 #define RXK_LISTENER_ENV        1
129 #define AFS_USERSPACE_IP_ADDR   1
130 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
131
132 #define UKERNEL                 1       /* user space kernel */
133 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
134 #define AFS_ENV                 1
135 #define AFS_USR_SUN5_ENV        1
136 #define AFS_USR_SUN6_ENV        1
137 #define AFS_USR_SUN7_ENV        1
138 #define AFS_USR_SUN8_ENV        1
139 #define AFS_USR_SUN9_ENV        1
140
141 #include <afs/afs_sysnames.h>
142
143 #if 0
144 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
145 #endif
146
147 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
148 #define AFS_SYSCALL             65
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 sys_sunx86_510          1
155 #define SYS_NAME                "sunx86_510"
156 #define SYS_NAME_ID             SYS_NAME_ID_sunx86_510
157 #define AFSLITTLE_ENDIAN        1
158 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
159 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
160 #define AFS_HAVE_STATVFS64      1       /* System supports statvfs64 */
161
162 /* Extra kernel definitions (from kdefs file) */
163 #ifdef KERNEL
164 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
165 #define AFS_SYSVLOCK            1       /* sys v locking supported */
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) */