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