Change wiki ref to wiki.openafs.org from stanford.edu
[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_CLIENT        1
35
36 #define AFS_HAVE_FLOCK_SYSID    1
37
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 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
46 #define AFS_SYSCALL             73
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_sunx86_57   1
53 #define SYS_NAME        "sunx86_57"
54 #define SYS_NAME_ID     SYS_NAME_ID_sunx86_57
55 #define AFSLITTLE_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_VM_RDWR_ENV 1       /* read/write implemented via VM */
60 #define AFS_USE_GETTIMEOFDAY 1  /* use gettimeofday to implement rx clock */
61
62 #define NEARINODE_HINT  1       /* hint to ufs module to scatter inodes on disk */
63 #define nearInodeHash(volid, hval) {                                 \
64                 unsigned char*  ts = (unsigned char*)&(volid)+sizeof(volid)-1;\
65                 for ( (hval)=0; ts >= (unsigned char*)&(volid); ts--){\
66                     (hval) *= 173;                      \
67                     (hval) += *ts;                      \
68                 }                                       \
69                 }
70
71 /* Extra kernel definitions (from kdefs file) */
72 #ifdef KERNEL
73 /* sun definitions here */
74 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
75 #define AFS_SYSVLOCK            1       /* sys v locking supported */
76 #define afsio_iov               uio_iov
77 #define afsio_iovcnt    uio_iovcnt
78 #define afsio_offset    uio_loffset
79 #define afsio_seg               uio_segflg
80 #define afsio_fmode     uio_fmode
81 #define afsio_resid     uio_resid
82 #define AFS_UIOSYS      UIO_SYSSPACE
83 #define AFS_UIOUSER     UIO_USERSPACE
84 #define AFS_CLBYTES     MCLBYTES
85 #define AFS_MINCHANGE   2
86 #define osi_GetTime(x)  uniqtime32(x)
87
88 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
89 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
90 #define AFS_KFREE       kmem_free
91 #define VATTR_NULL      vattr_null
92 #define memset(A, B, S) bzero(A, S)
93 #define memcpy(B, A, S) bcopy(A, B, S)
94 #define memcmp(A, B, S) bcmp(A, B, S)
95 #endif /* KERNEL */
96 #define AFS_DIRENT
97 #ifndef CMSERVERPREF
98 #define CMSERVERPREF
99 #endif
100 #define ROOTINO         UFSROOTINO
101
102 #endif /* AFS_PARAM_H */
103
104 #else /* !defined(UKERNEL) */
105
106 /* This section for user space compiles only */
107
108 /*
109  * Copyright 2000, International Business Machines Corporation and others.
110  * All Rights Reserved.
111  *
112  * This software has been released under the terms of the IBM Public
113  * License.  For details, see the LICENSE file in the top-level source
114  * directory or online at http://www.openafs.org/dl/license10.html
115  */
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
132 #include <afs/afs_sysnames.h>
133
134 #if 0
135 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
136 #endif
137
138 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
139 #define AFS_SYSCALL             73
140
141 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
142 #define AFS_MOUNT_AFS    1
143
144 /* Machine / Operating system information */
145 #define sys_sunx86_57   1
146 #define SYS_NAME        "sunx86_57"
147 #define SYS_NAME_ID     SYS_NAME_ID_sunx86_57
148 #define AFSLITTLE_ENDIAN        1
149 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
150 #define AFS_HAVE_STATVFS      1 /* System supports statvfs */
151
152 /* Extra kernel definitions (from kdefs file) */
153 #ifdef KERNEL
154 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
155 #define AFS_SYSVLOCK            1       /* sys v locking supported */
156 #define afsio_iov       uio_iov
157 #define afsio_iovcnt    uio_iovcnt
158 #define afsio_offset    uio_offset
159 #define afsio_seg       uio_segflg
160 #define afsio_fmode     uio_fmode
161 #define afsio_resid     uio_resid
162 #define AFS_UIOSYS      1
163 #define AFS_UIOUSER     UIO_USERSPACE
164 #define AFS_CLBYTES     MCLBYTES
165 #define AFS_MINCHANGE   2
166 #define VATTR_NULL      usr_vattr_null
167 #endif /* KERNEL */
168 #define AFS_DIRENT
169 #ifndef CMSERVERPREF
170 #define CMSERVERPREF
171 #endif
172 #define ROOTINO         UFSROOTINO
173
174 #endif /* AFS_PARAM_H */
175
176 #endif /* !defined(UKERNEL) */