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