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