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