afsd-allow-maxmtu-override-20090530
[openafs.git] / src / config / param.i386_fbsd_61.h
1 #ifndef AFS_PARAM_H
2 #define AFS_PARAM_H
3
4 /* Machine / Operating system information */
5 #define SYS_NAME        "i386_fbsd_61"
6 #define SYS_NAME_ID     SYS_NAME_ID_i386_fbsd_61
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 #ifndef UKERNEL
14 /* This section for kernel libafs compiles only */
15
16 #ifndef IGNORE_STDS_H
17 #include <sys/param.h>
18 #endif
19
20 #define AFS_XBSD_ENV 1          /* {Free,Open,Net}BSD */
21 #define AFS_X86_XBSD_ENV 1
22
23 #define AFS_NAMEI_ENV     1     /* User space interface to file system */
24 #define AFS_64BIT_ENV 1
25 #define AFS_64BIT_CLIENT 1
26 #define AFS_64BIT_IOPS_ENV 1    /* Needed for NAMEI */
27 #define AFS_FBSD_ENV 1
28 #define AFS_FBSD40_ENV 1
29 #define AFS_FBSD42_ENV 1
30 #define AFS_FBSD43_ENV 1
31 #define AFS_FBSD44_ENV 1
32 #define AFS_FBSD45_ENV 1
33 #define AFS_FBSD46_ENV 1
34 #define AFS_FBSD47_ENV 1
35 #define AFS_FBSD50_ENV 1
36 #define AFS_FBSD51_ENV 1
37 #define AFS_FBSD52_ENV 1
38 #define AFS_FBSD53_ENV 1
39 #define AFS_FBSD60_ENV 1
40 #define AFS_FBSD61_ENV 1
41 #define AFS_X86_FBSD_ENV 1
42 #define AFS_X86_FBSD40_ENV 1
43 #define AFS_X86_FBSD42_ENV 1
44 #define AFS_X86_FBSD43_ENV 1
45 #define AFS_X86_FBSD46_ENV 1
46 #define AFS_X86_FBSD47_ENV 1
47 #define AFS_X86_FBSD50_ENV 1
48 #define AFS_X86_ENV 1
49 #define AFS_NONFSTRANS 1
50 #define FTRUNC O_TRUNC
51
52 #define IUPD 0x0010
53 #define IACC 0x0020
54 #define ICHG 0x0040
55 #define IMOD 0x0080
56
57 #define IN_LOCK(ip)     lockmgr(&ip->i_lock, LK_EXCLUSIVE, \
58                                 NULL, curproc)
59 #define IN_UNLOCK(ip)   lockmgr(&ip->i_lock, LK_RELEASE, \
60                                 NULL, curproc)
61
62 #include <afs/afs_sysnames.h>
63
64 #define AFS_VFS_ENV     1
65 #define AFS_VFSINCL_ENV 1
66 #define AFS_GREEDY43_ENV        1
67 #define AFS_ENV         1
68
69 #define AFS_SYSCALL     339
70 #define AFS_MOUNT_AFS   "afs"
71
72 #ifndef MOUNT_UFS
73 #define MOUNT_UFS "ufs"
74 #endif
75
76 #ifndef MOUNT_AFS
77 #define MOUNT_AFS AFS_MOUNT_AFS
78 #endif
79
80 #define RXK_LISTENER_ENV 1
81 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
82 #define AFS_USE_GETTIMEOFDAY    1       /* use gettimeofday to implement rx clock */
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    0       /* 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)   osi_fbsd_alloc((x), 1)
99 #undef  AFS_KALLOC_NOSLEEP
100 #define AFS_KALLOC_NOSLEEP(x) osi_fbsd_alloc((x), 0)
101 #define AFS_KFREE(x,y)  osi_fbsd_free((x))
102 #define v_count         v_usecount
103 #define v_vfsp          v_mount
104 #define vfs_bsize       mnt_stat.f_bsize
105 #define vfs_fsid        mnt_stat.f_fsid
106 #define va_nodeid       va_fileid
107 #define vfs_vnodecovered mnt_vnodecovered
108 #define direct          dirent
109 #define vnode_t         struct vnode
110
111 #ifndef MUTEX_DEFAULT
112 #define MUTEX_DEFAULT   0
113 #endif /* MUTEX_DEFAULT */
114
115 #ifndef SSYS
116 #define SSYS            0x00002
117 #endif /* SSYS */
118
119 #define p_rcred         p_ucred
120
121 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__)
122 enum vcexcl { NONEXCL, EXCL };
123
124 #ifdef KERNEL
125 #ifndef MIN
126 #define MIN(A,B) ((A) < (B) ? (A) : (B))
127 #endif
128 #ifndef MAX
129 #define MAX(A,B) ((A) > (B) ? (A) : (B))
130 #endif
131 #endif /* KERNEL */
132
133 #endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */
134 #endif /* _KERNEL */
135
136 #else /* !defined(UKERNEL) */
137
138 /* This section for user space compiles only */
139
140 #define UKERNEL                 1       /* user space kernel */
141 #define AFS_ENV                 1
142 #define AFS_VFSINCL_ENV         1
143 #define AFS_USR_FBSD40_ENV      1
144 #define AFS_USR_FBSD42_ENV      1
145 #define AFS_USR_FBSD43_ENV      1
146 #define AFS_USR_FBSD44_ENV      1
147 #define AFS_USR_FBSD45_ENV      1
148 #define AFS_USR_FBSD46_ENV      1
149 #define AFS_USR_FBSD47_ENV      1
150 #define AFS_USR_FBSD50_ENV      1
151 #define AFS_USR_FBSD51_ENV      1
152 #define AFS_USR_FBSD52_ENV      1
153 #define AFS_USR_FBSD53_ENV      1
154 #define AFS_USR_FBSD60_ENV      1
155 #define AFS_USR_FBSD61_ENV      1
156 #define AFS_USR_FBSD_ENV        1
157 #define AFS_NONFSTRANS 1
158
159 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
160 #define AFS_SYSCALL 339
161 #define AFS_NAMEI_ENV         1 /* User space interface to file system */
162 #define AFS_64BIT_ENV 1
163 #define AFS_64BIT_IOPS_ENV    1 /* Needed for NAMEI */
164 #define AFS_USERSPACE_IP_ADDR 1
165 #define RXK_LISTENER_ENV      1
166 #define AFS_GCPAGS            0 /* if nonzero, garbage collect PAGs */
167
168 #include <afs/afs_sysnames.h>
169
170 #define afsio_iov       uio_iov
171 #define afsio_iovcnt    uio_iovcnt
172 #define afsio_offset    uio_offset
173 #define afsio_seg       uio_segflg
174 #define afsio_fmode     uio_fmode
175 #define afsio_resid     uio_resid
176 #define AFS_UIOSYS      1
177 #define AFS_UIOUSER     UIO_USERSPACE
178 #define AFS_CLBYTES     MCLBYTES
179 #define AFS_MINCHANGE   2
180 #define VATTR_NULL      usr_vattr_null
181
182 #define AFS_DIRENT
183 #ifndef CMSERVERPREF
184 #define CMSERVERPREF
185 #endif
186
187 #include <sys/param.h>
188 #include <sys/types.h>
189 #include <sys/mount.h>
190 #include <sys/fcntl.h>
191 #include <sys/uio.h>
192 #include <sys/socket.h>
193 #include <netinet/in.h>
194 #include <limits.h>
195
196 #endif /* !defined(UKERNEL) */
197
198 #endif /* AFS_PARAM_H */