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