809613ef05033d5843cca582af2ceaf4a4556f17
[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_BOZONLOCK_ENV       1
31
32 #define AFS_X86_ENV             1
33
34 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
35 #define AFS_64BIT_CLIENT        1
36
37 #define AFS_HAVE_FLOCK_SYSID    1
38
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_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
47 #define AFS_SYSCALL             73
48
49 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
50 #define AFS_MOUNT_AFS    "afs"
51
52 /* Machine / Operating system information */
53 #define sys_sunx86_57   1
54 #define SYS_NAME        "sunx86_57"
55 #define SYS_NAME_ID     SYS_NAME_ID_sunx86_57
56 #define AFSLITTLE_ENDIAN        1
57 #define AFS_HAVE_FFS    1       /* Use system's ffs. */
58 #define AFS_HAVE_VXFS   1       /* Support cache on Veritas vxfs file system */
59 #define AFS_HAVE_STATVFS 1      /* System supports statvfs */
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 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
91 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
92 #define AFS_KFREE       kmem_free
93 #define VATTR_NULL      vattr_null
94 #define memset(A, B, S) bzero(A, S)
95 #define memcpy(B, A, S) bcopy(A, B, S)
96 #define memcmp(A, B, S) bcmp(A, B, S)
97 #endif /* KERNEL */
98 #define AFS_DIRENT
99 #ifndef CMSERVERPREF
100 #define CMSERVERPREF
101 #endif
102 #define ROOTINO         UFSROOTINO
103
104 #endif /* AFS_PARAM_H */
105
106 #else /* !defined(UKERNEL) */
107
108 /* This section for user space compiles only */
109
110 /*
111  * Copyright 2000, International Business Machines Corporation and others.
112  * All Rights Reserved.
113  * 
114  * This software has been released under the terms of the IBM Public
115  * License.  For details, see the LICENSE file in the top-level source
116  * directory or online at http://www.openafs.org/dl/license10.html
117  */
118
119 #ifndef AFS_PARAM_H
120 #define AFS_PARAM_H
121
122 #define AFS_VFS_ENV     1
123 /* Used only in vfsck code; is it needed any more???? */
124 #define RXK_LISTENER_ENV        1
125 #define AFS_USERSPACE_IP_ADDR   1
126 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
127
128 #define UKERNEL                 1       /* user space kernel */
129 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
130 #define AFS_ENV                 1
131 #define AFS_USR_SUN5_ENV        1
132 #define AFS_USR_SUN6_ENV        1
133
134 #include <afs/afs_sysnames.h>
135
136 #if 0
137 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
138 #endif
139
140 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
141 #define AFS_SYSCALL             73
142
143 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
144 #define AFS_MOUNT_AFS    1
145
146 /* Machine / Operating system information */
147 #define sys_sunx86_57   1
148 #define SYS_NAME        "sunx86_57"
149 #define SYS_NAME_ID     SYS_NAME_ID_sunx86_57
150 #define AFSLITTLE_ENDIAN        1
151 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
152 #define AFS_HAVE_STATVFS      0 /* System doesn't support statvfs */
153
154 /* Extra kernel definitions (from kdefs file) */
155 #ifdef KERNEL
156 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
157 #define AFS_SYSVLOCK            1       /* sys v locking supported */
158 /*#define       AFS_USEBUFFERS  1*/
159 #define afsio_iov       uio_iov
160 #define afsio_iovcnt    uio_iovcnt
161 #define afsio_offset    uio_offset
162 #define afsio_seg       uio_segflg
163 #define afsio_fmode     uio_fmode
164 #define afsio_resid     uio_resid
165 #define AFS_UIOSYS      1
166 #define AFS_UIOUSER     UIO_USERSPACE
167 #define AFS_CLBYTES     MCLBYTES
168 #define AFS_MINCHANGE   2
169 #define VATTR_NULL      usr_vattr_null
170 #endif /* KERNEL */
171 #define AFS_DIRENT
172 #ifndef CMSERVERPREF
173 #define CMSERVERPREF
174 #endif
175 #define ROOTINO         UFSROOTINO
176
177 #endif /* AFS_PARAM_H */
178
179 #endif /* !defined(UKERNEL) */