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