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