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