obsd44-pass1-20090123
[openafs.git] / src / config / param.alpha_dux51.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_OSF_ENV     1
17 #define AFS_OSF20_ENV   1
18 #define AFS_OSF30_ENV   1
19 #define AFS_OSF32_ENV   1
20 #define AFS_OSF32C_ENV  1
21 #define AFS_DUX40_ENV   1
22 #define AFS_DUX50_ENV   1
23 #define AFS_DUX51_ENV   1
24 #define __alpha         1
25 #define AFS_ALPHA_ENV   1
26 #define AFS_DECOSF_ENV  1
27 #define AFS_BOZONLOCK_ENV       1
28 #define AFS_64BIT_ENV   1
29 #define AFS_64BIT_CLIENT        1
30
31 #include <afs/afs_sysnames.h>
32
33 #define AFS_VM_RDWR_ENV 1
34 #define AFS_VFS_ENV     1
35 #define AFS_GREEDY43_ENV        1
36 #define AFS_ENV         1
37 #define AFS_MINPHYS_ENV 1
38 #define CMUSTD_ENV      1
39
40 #define AFS_SYSCALL     232
41 #define AFS_MOUNT_AFS   13
42
43 #ifndef MOUNT_AFS
44 #define MOUNT_AFS AFS_MOUNT_AFS
45 #endif
46 #define SYS_NAME        "alpha_dux51"
47 #define SYS_NAME_ID     SYS_NAME_ID_alpha_dux51
48
49 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
50 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
51
52 #define AFS_GCPAGS              1       /* if nonzero, garbage collect PAGs */
53
54 #ifdef AFS_NAMEI_ENV
55 #define AFS_64BIT_IOPS_ENV     1        /* needed for NAMEI... */
56 #else
57 #define AFS_3DISPARES   1       /* Utilize the 3 available disk inode spares */
58 #endif
59
60 #define AFS_USE_GETTIMEOFDAY 1  /* use gettimeofday to implement rx clock */
61
62 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__)
63 #include <machine/endian.h>
64 #if     BYTE_ORDER == BIG_ENDIAN
65 #define AFSBIG_ENDIAN           1
66 #else
67 #if     BYTE_ORDER == LITTLE_ENDIAN
68 #define AFSLITTLE_ENDIAN        1
69 #else
70 #error  machine/endian.h must define BYTE_ORDER!
71 #endif
72 #endif
73 #endif /* ! ASSEMBLER && ! __LANGUAGE_ASSEMBLY__ */
74
75 #define NEARINODE_HINT  1       /* hint to ufs module to scatter inodes on disk */
76 #define nearInodeHash(volid, hval) {                          \
77                 unsigned char*  ts = (unsigned char*)&(volid);\
78                 for ((hval)=0; ts<(unsigned char*)&(volid)+sizeof(volid);ts++){\
79                     (hval) *= 173;                      \
80                     (hval) += *ts;                      \
81                 }                                       \
82                 }
83
84 /* Extra kernel definitions (from kdefs file) */
85 #ifdef _KERNEL
86 #define AFS_GLOBAL_SUNLOCK        1
87 #define AFS_VFS34       1       /* What is VFS34??? */
88 #define AFS_SHORTGID    1       /* are group id's short? */
89 #define afsio_iov       uio_iov
90 #define afsio_iovcnt    uio_iovcnt
91 #define afsio_offset    uio_offset
92 #define afsio_seg       uio_segflg
93 #define afsio_resid     uio_resid
94 #define AFS_UIOSYS      UIO_SYSSPACE
95 #define AFS_UIOUSER     UIO_USERSPACE
96 #define AFS_CLBYTES     CLBYTES
97 #define osi_GetTime(x)  microtime(x)
98 #define AFS_KALLOC(x)   kalloc(x)
99 #define AFS_KFREE(x,y)  kfree(x,y)
100 #define v_count         v_usecount
101 #define v_vfsp          v_mount
102 #define vfs_bsize       m_stat.f_bsize
103 #define vfs_fsid        m_stat.f_fsid
104 #define va_nodeid       va_fileid
105 #define vfs_vnodecovered m_vnodecovered
106 #define direct          dirent
107 #define vnode_t         struct vnode
108
109 #define VN_RELE(vp)     vrele(((struct vnode *)(vp)))
110 #define VN_HOLD(vp)     VREF(((struct vnode *)(vp)))
111
112 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__)
113 enum vcexcl { NONEXCL, EXCL };
114
115 #include <net/net_globals.h>
116
117 #endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */
118
119 #define memset(A, B, S) bzero(A, S)
120 #define memcpy(B, A, S) bcopy(A, B, S)
121 #define memcmp(A, B, S) bcmp(A, B, S)
122 #endif /* _KERNEL */
123
124 #endif /* AFS_PARAM_H */
125
126 #else /* !defined(UKERNEL) */
127
128 /* This section for user space compiles only */
129
130 /*
131  * Copyright 2000, International Business Machines Corporation and others.
132  * All Rights Reserved.
133  * 
134  * This software has been released under the terms of the IBM Public
135  * License.  For details, see the LICENSE file in the top-level source
136  * directory or online at http://www.openafs.org/dl/license10.html
137  */
138
139 #ifndef AFS_PARAM_H
140 #define AFS_PARAM_H
141
142 #define AFS_VFS_ENV     1
143 /* Used only in vfsck code; is it needed any more???? */
144 #define RXK_LISTENER_ENV        1
145 #define AFS_USERSPACE_IP_ADDR   1
146 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
147
148 #define UKERNEL                 1       /* user space kernel */
149 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
150 #define AFS_64BIT_ENV           1
151 #define AFS_ENV                 1
152 #define AFS_USR_OSF_ENV         1
153 #define AFS_USR_DUX40_ENV       1
154
155 #include <afs/afs_sysnames.h>
156
157                                                                                                                /*#define AFS_GLOBAL_SUNLOCK    1 *//* For global locking */
158
159 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
160 #define AFS_SYSCALL             232
161
162 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
163 #define AFS_MOUNT_AFS    1
164
165 /* Machine / Operating system information */
166 #define sys_alpha_dux40 1
167 #define SYS_NAME        "alpha_dux51"
168 #define SYS_NAME_ID     SYS_NAME_ID_alpha_dux51
169 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
170 #define AFS_HAVE_STATVFS        0       /* System doesn't support statvfs */
171 #define AFSLITTLE_ENDIAN        1
172
173 /* Extra kernel definitions (from kdefs file) */
174 #ifdef KERNEL
175 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
176 #define AFS_SYSVLOCK            1       /* sys v locking supported */
177 /*#define       AFS_USEBUFFERS  1*/
178 #define afsio_iov       uio_iov
179 #define afsio_iovcnt    uio_iovcnt
180 #define afsio_offset    uio_offset
181 #define afsio_seg       uio_segflg
182 #define afsio_fmode     uio_fmode
183 #define afsio_resid     uio_resid
184 #define AFS_UIOSYS      1
185 #define AFS_UIOUSER     UIO_USERSPACE
186 #define AFS_CLBYTES     MCLBYTES
187 #define AFS_MINCHANGE   2
188 #define VATTR_NULL      usr_vattr_null
189 #endif /* KERNEL */
190 #define AFS_DIRENT
191 #ifndef CMSERVERPREF
192 #define CMSERVERPREF
193 #endif
194 #define ROOTINO         UFSROOTINO
195
196 #endif /* AFS_PARAM_H */
197
198 #endif /* !defined(UKERNEL) */