082e7f5dcfdaf5eee2248d3091d0b9a400dbd4e9
[openafs.git] / src / config / param.i386_fbsd_90.h
1 #ifndef AFS_PARAM_H
2 #define AFS_PARAM_H
3
4 /* Machine / Operating system information */
5 #define SYS_NAME        "i386_fbsd_90"
6 #define SYS_NAME_ID     SYS_NAME_ID_i386_fbsd_90
7
8 #define AFSLITTLE_ENDIAN    1
9 #define AFS_HAVE_FFS        1   /* Use system's ffs. */
10 #define AFS_HAVE_STATVFS    1   /* System doesn't support statvfs */
11 #define AFS_VM_RDWR_ENV     1   /* read/write implemented via VM */
12
13
14 #ifndef UKERNEL
15 /* This section for kernel libafs compiles only */
16
17 #ifndef IGNORE_STDS_H
18 #include <sys/param.h>
19 #endif
20
21 #define AFS_XBSD_ENV 1          /* {Free,Open,Net}BSD */
22 #define AFS_X86_XBSD_ENV 1
23
24 #define AFS_NAMEI_ENV     1     /* User space interface to file system */
25 #define AFS_64BIT_ENV 1
26 #define AFS_64BIT_CLIENT 1
27 #define AFS_64BIT_IOPS_ENV 1    /* Needed for NAMEI */
28 #define AFS_FBSD_ENV 1
29 #define AFS_FBSD40_ENV 1
30 #define AFS_FBSD42_ENV 1
31 #define AFS_FBSD43_ENV 1
32 #define AFS_FBSD44_ENV 1
33 #define AFS_FBSD45_ENV 1
34 #define AFS_FBSD46_ENV 1
35 #define AFS_FBSD47_ENV 1
36 #define AFS_FBSD50_ENV 1
37 #define AFS_FBSD51_ENV 1
38 #define AFS_FBSD52_ENV 1
39 #define AFS_FBSD53_ENV 1
40 #define AFS_FBSD60_ENV 1
41 #define AFS_FBSD61_ENV 1
42 #define AFS_FBSD62_ENV 1
43 #define AFS_FBSD70_ENV 1
44 #define AFS_FBSD71_ENV 1
45 #define AFS_FBSD80_ENV 1
46 #define AFS_FBSD81_ENV 1
47 #define AFS_FBSD90_ENV 1
48 #define AFS_X86_FBSD_ENV 1
49 #define AFS_X86_FBSD40_ENV 1
50 #define AFS_X86_FBSD42_ENV 1
51 #define AFS_X86_FBSD43_ENV 1
52 #define AFS_X86_FBSD46_ENV 1
53 #define AFS_X86_FBSD47_ENV 1
54 #define AFS_X86_FBSD50_ENV 1
55 #define AFS_X86_FBSD60_ENV 1 /* added at 70--ie, some changes should port <-- */
56 #define AFS_X86_FBSD62_ENV 1
57 #define AFS_X86_FBSD70_ENV 1
58 #define AFS_X86_FBSD71_ENV 1
59 #define AFS_X86_FBSD80_ENV 1
60 #define AFS_X86_FBSD81_ENV 1
61 #define AFS_X86_FBSD90_ENV 1
62 #define AFS_X86_ENV 1
63 #undef  AFS_NONFSTRANS
64 #define AFS_NONFSTRANS 1
65 #define FTRUNC O_TRUNC
66
67 #define IUPD 0x0010
68 #define IACC 0x0020
69 #define ICHG 0x0040
70 #define IMOD 0x0080
71
72 #define IN_LOCK(ip)     lockmgr(&ip->i_lock, LK_EXCLUSIVE, \
73                                 NULL, curproc)
74 #define IN_UNLOCK(ip)   lockmgr(&ip->i_lock, LK_RELEASE, \
75                                 NULL, curproc)
76
77 #include <afs/afs_sysnames.h>
78
79 #define AFS_VFS_ENV     1
80 #define AFS_VFSINCL_ENV 1
81 #define AFS_GREEDY43_ENV        1
82 #define AFS_ENV         1
83
84 #define AFS_SYSCALL     339
85 #define AFS_MOUNT_AFS   "afs"
86
87 #ifndef MOUNT_UFS
88 #define MOUNT_UFS "ufs"
89 #endif
90
91 #ifndef MOUNT_AFS
92 #define MOUNT_AFS AFS_MOUNT_AFS
93 #endif
94
95 #define RXK_LISTENER_ENV 1
96 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
97 #define AFS_USE_GETTIMEOFDAY    1       /* use gettimeofday to implement rx clock */
98
99 /* Extra kernel definitions (from kdefs file) */
100 #ifdef _KERNEL
101 #define AFS_GLOBAL_SUNLOCK        1
102 #define AFS_VFS34       1       /* What is VFS34??? */
103 #define AFS_SHORTGID    0       /* are group id's short? */
104 #define afsio_iov       uio_iov
105 #define afsio_iovcnt    uio_iovcnt
106 #define afsio_offset    uio_offset
107 #define afsio_seg       uio_segflg
108 #define afsio_resid     uio_resid
109 #define AFS_UIOSYS      UIO_SYSSPACE
110 #define AFS_UIOUSER     UIO_USERSPACE
111 #define AFS_CLBYTES     CLBYTES
112 #define osi_GetTime(x)  microtime(x)
113 #define AFS_KALLOC(x)   osi_fbsd_alloc((x), 1)
114 #undef  AFS_KALLOC_NOSLEEP
115 #define AFS_KALLOC_NOSLEEP(x) osi_fbsd_alloc((x), 0)
116 #define AFS_KFREE(x,y)  osi_fbsd_free((x))
117 #define v_count         v_usecount
118 #define v_vfsp          v_mount
119 #define vfs_bsize       mnt_stat.f_bsize
120 #define vfs_fsid        mnt_stat.f_fsid
121 #define va_nodeid       va_fileid
122 #define vfs_vnodecovered mnt_vnodecovered
123 #define direct          dirent
124 #define vnode_t         struct vnode
125
126 #ifndef MUTEX_DEFAULT
127 #define MUTEX_DEFAULT   0
128 #endif /* MUTEX_DEFAULT */
129
130 #ifndef SSYS
131 #define SSYS            0x00002
132 #endif /* SSYS */
133
134 #define p_rcred         p_ucred
135
136 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__)
137 enum vcexcl { NONEXCL, EXCL };
138
139 #ifdef KERNEL
140 #ifndef MIN
141 #define MIN(A,B) ((A) < (B) ? (A) : (B))
142 #endif
143 #ifndef MAX
144 #define MAX(A,B) ((A) > (B) ? (A) : (B))
145 #endif
146 #endif /* KERNEL */
147
148 #endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */
149 #endif /* _KERNEL */
150
151 #else /* !defined(UKERNEL) */
152
153 /* This section for user space compiles only */
154
155 #define UKERNEL                 1       /* user space kernel */
156 #define AFS_ENV                 1
157 #define AFS_VFSINCL_ENV         1
158 #define AFS_USR_FBSD40_ENV      1
159 #define AFS_USR_FBSD42_ENV      1
160 #define AFS_USR_FBSD43_ENV      1
161 #define AFS_USR_FBSD44_ENV      1
162 #define AFS_USR_FBSD45_ENV      1
163 #define AFS_USR_FBSD46_ENV      1
164 #define AFS_USR_FBSD47_ENV      1
165 #define AFS_USR_FBSD50_ENV      1
166 #define AFS_USR_FBSD51_ENV      1
167 #define AFS_USR_FBSD52_ENV      1
168 #define AFS_USR_FBSD53_ENV      1
169 #define AFS_USR_FBSD60_ENV      1
170 #define AFS_USR_FBSD61_ENV      1
171 #define AFS_USR_FBSD70_ENV      1
172 #define AFS_USR_FBSD71_ENV      1
173 #define AFS_USR_FBSD80_ENV      1
174 #define AFS_USR_FBSD81_ENV      1
175 #define AFS_USR_FBSD90_ENV      1
176 #define AFS_USR_FBSD_ENV        1
177 #undef  AFS_NONFSTRANS
178 #define AFS_NONFSTRANS 1
179
180 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
181 #define AFS_SYSCALL 339
182 #define AFS_NAMEI_ENV         1 /* User space interface to file system */
183 #define AFS_64BIT_ENV 1
184 #define AFS_64BIT_IOPS_ENV    1 /* Needed for NAMEI */
185 #define AFS_USERSPACE_IP_ADDR 1
186 #define RXK_LISTENER_ENV      1
187 #define AFS_GCPAGS            0 /* if nonzero, garbage collect PAGs */
188
189 #include <afs/afs_sysnames.h>
190
191 #define afsio_iov       uio_iov
192 #define afsio_iovcnt    uio_iovcnt
193 #define afsio_offset    uio_offset
194 #define afsio_seg       uio_segflg
195 #define afsio_fmode     uio_fmode
196 #define afsio_resid     uio_resid
197 #define AFS_UIOSYS      1
198 #define AFS_UIOUSER     UIO_USERSPACE
199 #define AFS_CLBYTES     MCLBYTES
200 #define AFS_MINCHANGE   2
201 #define VATTR_NULL      usr_vattr_null
202
203 #define AFS_DIRENT
204 #ifndef CMSERVERPREF
205 #define CMSERVERPREF
206 #endif
207
208 #include <sys/param.h>
209 #include <sys/types.h>
210 #include <sys/mount.h>
211 #include <sys/fcntl.h>
212 #include <sys/uio.h>
213 #include <sys/socket.h>
214 #include <netinet/in.h>
215 #include <limits.h>
216
217 #endif /* !defined(UKERNEL) */
218
219 /* general user-space compiles */
220
221 #if defined(UKERNEL) || !defined(KERNEL)
222 #define STDLIB_HAS_MALLOC_PROTOS 1
223 #endif
224
225 #endif /* AFS_PARAM_H */