Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / config / param.sunx86_511.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_SUN59_ENV 1
25 #define AFS_SUN510_ENV 1
26 #define AFS_SUN511_ENV 1
27 #define AFS_X86_ENV 1
28
29 #define AFS_64BIT_CLIENT 1
30
31 #define AFS_HAVE_FLOCK_SYSID 1
32
33 #define AFS_CACHE_VNODE_PATH 1
34
35 #include <afs/afs_sysnames.h>
36
37 #define AFS_GLOBAL_SUNLOCK 1 /* For global locking */
38 #define RXK_LISTENER_ENV 1
39 #define AFS_GCPAGS 1 /* if nonzero, garbage collect PAGs */
40 #define AFS_PAG_ONEGROUP_ENV 1 /* Use a single gid to indicate a PAG */
41
42 #ifdef AFS_NAMEI_ENV
43 #define AFS_64BIT_IOPS_ENV 1 /* needed for NAMEI... */
44 #else /* AFS_NAMEI_ENV */
45 #define AFS_3DISPARES 1 /* Utilize the 3 available disk inode 'spares' */
46 #endif /* AFS_NAMEI_ENV */
47
48 /* so we get _IOW() when we include sys/ioctl.h */
49 #define BSD_COMP
50
51 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
52 #define AFS_MOUNT_AFS "afs"
53
54 /* Machine / Operating system information */
55 #define sys_sunx86_511 1
56 #define SYS_NAME "sunx86_511"
57 #define SYS_NAME_ID SYS_NAME_ID_sunx86_511
58 #define AFSLITTLE_ENDIAN 1
59 #define AFS_HAVE_FFS 1 /* Use system's ffs. */
60 #define AFS_HAVE_VXFS 1 /* Support cache on Veritas vxfs file system */
61 #define AFS_HAVE_STATVFS 1 /* System supports statvfs */
62 #define AFS_HAVE_STATVFS64 1 /* System supports statvfs64 */
63 #define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */
64 #define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */
65
66 #define NEARINODE_HINT 1 /* hint to ufs module to scatter inodes on disk */
67 #define nearInodeHash(volid, hval) { \
68 unsigned char* ts = (unsigned char*)&(volid)+sizeof(volid)-1;\
69 for ( (hval)=0; ts >= (unsigned char*)&(volid); ts--){\
70 (hval) *= 173; \
71 (hval) += *ts; \
72 } \
73 }
74
75 /* Extra kernel definitions (from kdefs file) */
76 #ifdef KERNEL
77 /* sun definitions here */
78 #define AFS_UIOFMODE 1 /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
79 #define AFS_SYSVLOCK 1 /* sys v locking supported */
80 #define afsio_iov uio_iov
81 #define afsio_iovcnt uio_iovcnt
82 #define afsio_offset uio_loffset
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 #define osi_GetTime(x) uniqtime32(x)
91
92 /**
93 * These defines are for the 64 bit Solaris 7 port
94 * AFS_SYSCALL32 is used to protect the ILP32 syscall interface
95 */
96 #if defined(__amd64)
97 #define AFS_SUN5_64BIT_ENV 1
98 #define AFS_64BIT_INO 1
99 #endif
100
101 #define AFS_KALLOC(n) kmem_alloc(n, KM_SLEEP)
102 #define AFS_KALLOC_NOSLEEP(n) kmem_alloc(n, KM_NOSLEEP)
103 #define AFS_KFREE kmem_free
104 #define VATTR_NULL vattr_null
105 #endif /* KERNEL */
106 #define AFS_DIRENT
107 #ifndef CMSERVERPREF
108 #define CMSERVERPREF
109 #endif
110 #define ROOTINO UFSROOTINO
111
112 #endif /* AFS_PARAM_H */
113
114 #else /* !defined(UKERNEL) */
115
116 /* This section for user space compiles only */
117
118 #ifndef AFS_PARAM_H
119 #define AFS_PARAM_H
120
121 #define AFS_VFS_ENV 1
122 /* Used only in vfsck code; is it needed any more???? */
123 #define RXK_LISTENER_ENV 1
124 #define AFS_USERSPACE_IP_ADDR 1
125 #define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */
126
127 #define UKERNEL 1 /* user space kernel */
128 #define AFS_GREEDY43_ENV 1 /* Used only in rx/rx_user.c */
129 #define AFS_ENV 1
130 #define AFS_USR_SUN5_ENV 1
131 #define AFS_USR_SUN6_ENV 1
132 #define AFS_USR_SUN7_ENV 1
133 #define AFS_USR_SUN8_ENV 1
134 #define AFS_USR_SUN9_ENV 1
135
136 #include <afs/afs_sysnames.h>
137
138 #if 0
139 #define AFS_GLOBAL_SUNLOCK 1 /* For global locking */
140 #endif
141
142 #define AFS_3DISPARES 1 /* Utilize the 3 available disk inode 'spares' */
143
144 /* so we get _IOW() when we include sys/ioctl.h */
145 #define BSD_COMP
146
147 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
148 #define AFS_MOUNT_AFS 1
149
150 /* Machine / Operating system information */
151 #define sys_sunx86_511 1
152 #define SYS_NAME "sunx86_511"
153 #define SYS_NAME_ID SYS_NAME_ID_sunx86_511
154 #define AFSLITTLE_ENDIAN 1
155 #define AFS_HAVE_FFS 1 /* Use system's ffs. */
156 #define AFS_HAVE_STATVFS 1 /* System supports statvfs */
157 #define AFS_HAVE_STATVFS64 1 /* System supports statvfs64 */
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 afsio_iov uio_iov
164 #define afsio_iovcnt uio_iovcnt
165 #define afsio_offset uio_offset
166 #define afsio_seg uio_segflg
167 #define afsio_fmode uio_fmode
168 #define afsio_resid uio_resid
169 #define AFS_UIOSYS 1
170 #define AFS_UIOUSER UIO_USERSPACE
171 #define AFS_CLBYTES MCLBYTES
172 #define AFS_MINCHANGE 2
173 #define VATTR_NULL usr_vattr_null
174 #endif /* KERNEL */
175 #define AFS_DIRENT
176 #ifndef CMSERVERPREF
177 #define CMSERVERPREF
178 #endif
179 #define ROOTINO UFSROOTINO
180
181 #endif /* AFS_PARAM_H */
182
183 #endif /* !defined(UKERNEL) */