sparc32-no-largefile-20041207
[openafs.git] / src / config / param.sun4x_510.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_SUN52_ENV           1
16 #define AFS_SUN53_ENV           1
17 #define AFS_SUN54_ENV           1
18 #define AFS_SUN55_ENV           1
19 #define AFS_SUN56_ENV           1
20 #define AFS_SUN57_ENV           1
21 #define AFS_SUN58_ENV           1
22 #define AFS_SUN59_ENV           1
23 #define AFS_SUN510_ENV          1
24
25 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
26 /*
27  * Only define on 64 bit kernel, until problems with 32 bit
28  * and large file support are resolved
29  */
30 #if defined(__sparcv9)
31 #define AFS_64BIT_CLIENT        1       
32 #endif
33
34 #define AFS_HAVE_FLOCK_SYSID    1
35
36 #ifdef AFS_NAMEI_ENV
37 #define AFS_64BIT_IOPS_ENV      1       /* needed for NAMEI... */
38 #else /* AFS_NAMEI_ENV */
39 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
40 #endif /* AFS_NAMEI_ENV */
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 #define AFS_SYSCALL             65
49
50 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
51 #define AFS_MOUNT_AFS    "afs"
52
53 /* Machine / Operating system information */
54 #define sys_sun4x_510           1
55 #define SYS_NAME                "sun4x_510"
56 #define SYS_NAME_ID             SYS_NAME_ID_sun4x_510
57 #define AFSBIG_ENDIAN           1
58 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
59 #define AFS_HAVE_VXFS           1       /* Support cache on Veritas vxfs file system */
60 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
61 #define AFS_VM_RDWR_ENV         1       /* read/write implemented via VM */
62 #define AFS_USE_GETTIMEOFDAY    1       /* use gettimeofday to implement rx clock */
63
64 #define NEARINODE_HINT          1       /* hint to ufs module to scatter inodes on disk */
65 #define nearInodeHash(volid, hval) {                                 \
66                 unsigned char*  ts = (unsigned char*)&(volid)+sizeof(volid)-1;\
67                 for ( (hval)=0; ts >= (unsigned char*)&(volid); ts--){\
68                     (hval) *= 173;                      \
69                     (hval) += *ts;                      \
70                 }                                       \
71                 }
72
73 /* Extra kernel definitions (from kdefs file) */
74 #ifdef KERNEL
75 /* sun definitions here */
76 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
77 #define AFS_SYSVLOCK            1       /* sys v locking supported */
78 /*#define       AFS_USEBUFFERS  1*/
79 #define afsio_iov               uio_iov
80 #define afsio_iovcnt            uio_iovcnt
81 #define afsio_offset            uio_offset
82 #define afsio_seg               uio_segflg
83 #define afsio_fmode             uio_fmode
84 #define afsio_resid             uio_resid
85 #define AFS_UIOSYS              UIO_SYSSPACE
86 #define AFS_UIOUSER             UIO_USERSPACE
87 #define AFS_CLBYTES             MCLBYTES
88 #define AFS_MINCHANGE           2
89 #define osi_GetTime(x)          uniqtime(x)
90
91 /**
92   * These defines are for the 64 bit Solaris 7 port
93   * AFS_SYSCALL32 is used to protect the ILP32 syscall interface
94   * AFS_64BIT_ENV is for use of 64 bit inode numbers
95   */
96 #if defined(__sparcv9)
97 #define AFS_SUN57_64BIT_ENV     1
98 #define AFS_64BIT_INO           1
99 #endif
100
101 /**
102   * Solaris 7 64 bit has two versions of uniqtime. Since we consistently
103   * use 32 bit quantities for time in afs, we now use uniqtime32
104   */
105 #if defined(AFS_SUN57_64BIT_ENV)
106 #undef osi_GetTime
107 #define osi_GetTime(x)          uniqtime32(x)
108 #endif
109
110
111
112 #define AFS_KALLOC(n)           kmem_alloc(n, KM_SLEEP)
113 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
114 #define AFS_KFREE               kmem_free
115 #define VATTR_NULL              vattr_null
116 #define memset(A, B, S)         bzero(A, S)
117 #define memcpy(B, A, S)         bcopy(A, B, S)
118 #define memcmp(A, B, S)         bcmp(A, B, S)
119 #endif /* KERNEL */
120 #define AFS_DIRENT
121 #ifndef CMSERVERPREF
122 #define CMSERVERPREF
123 #endif
124 #define ROOTINO                 UFSROOTINO
125
126 #endif /* AFS_PARAM_H */
127
128 #else /* !defined(UKERNEL) */
129
130 /* This section for user space compiles only */
131
132 #ifndef AFS_PARAM_H
133 #define AFS_PARAM_H
134
135 #define AFS_VFS_ENV             1
136 /* Used only in vfsck code; is it needed any more???? */
137 #define RXK_LISTENER_ENV        1
138 #define AFS_USERSPACE_IP_ADDR   1
139 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
140
141 #define UKERNEL                 1       /* user space kernel */
142 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
143 #define AFS_ENV                 1
144 #define AFS_USR_SUN5_ENV        1
145 #define AFS_USR_SUN6_ENV        1
146 #define AFS_USR_SUN7_ENV        1
147 #define AFS_USR_SUN8_ENV        1
148 #define AFS_USR_SUN9_ENV        1
149
150 #define AFS_64BIT_ENV           1
151
152 #include <afs/afs_sysnames.h>
153
154 #if 0
155 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
156 #endif
157
158 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
159 #define AFS_SYSCALL             65
160
161 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
162 #define AFS_MOUNT_AFS           1
163
164 /* Machine / Operating system information */
165 #define sys_sun4x_59            1
166 #define SYS_NAME                "sun4x_59"
167 #define SYS_NAME_ID             SYS_NAME_ID_sun4x_59
168 #define AFSBIG_ENDIAN           1
169 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
170 #define AFS_HAVE_STATVFS        0       /* System doesn't support statvfs */
171
172 /* Extra kernel definitions (from kdefs file) */
173 #ifdef KERNEL
174 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
175 #define AFS_SYSVLOCK            1       /* sys v locking supported */
176 /*#define       AFS_USEBUFFERS  1*/
177 #define afsio_iov               uio_iov
178 #define afsio_iovcnt            uio_iovcnt
179 #define afsio_offset            uio_offset
180 #define afsio_seg               uio_segflg
181 #define afsio_fmode             uio_fmode
182 #define afsio_resid             uio_resid
183 #define AFS_UIOSYS              1
184 #define AFS_UIOUSER             UIO_USERSPACE
185 #define AFS_CLBYTES             MCLBYTES
186 #define AFS_MINCHANGE           2
187 #define VATTR_NULL              usr_vattr_null
188 #endif /* KERNEL */
189 #define AFS_DIRENT
190 #ifndef CMSERVERPREF
191 #define CMSERVERPREF
192 #endif
193 #define ROOTINO                 UFSROOTINO
194
195 #endif /* AFS_PARAM_H */
196
197 #endif /* !defined(UKERNEL) */