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