sunx86-support-20011017
[openafs.git] / src / config / param.sunx86_58_usr.h
1 #ifndef AFS_PARAM_H
2 #define AFS_PARAM_H
3
4 #define AFS_VFS_ENV     1
5 /* Used only in vfsck code; is it needed any more???? */
6 #define RXK_LISTENER_ENV        1
7 #define AFS_USERSPACE_IP_ADDR   1
8 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
9
10 #define UKERNEL                 1       /* user space kernel */
11 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
12 #define AFS_ENV                 1
13 #define AFS_USR_SUN5_ENV        1
14 #define AFS_USR_SUN6_ENV        1
15 #define AFS_USR_SUN7_ENV        1
16 #define AFS_USR_SUN8_ENV        1
17
18 #include <afs/afs_sysnames.h>
19
20 /*#define AFS_GLOBAL_SUNLOCK    1       /* For global locking */
21
22 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
23 #define AFS_SYSCALL             65
24
25 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
26 #define AFS_MOUNT_AFS    1
27
28 /* Machine / Operating system information */
29 #define sys_sunx86_58   1
30 #define SYS_NAME        "sunx86_58"
31 #define SYS_NAME_ID     SYS_NAME_ID_sunx86_58
32 #define AFSLITTLE_ENDIAN        1
33 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
34 #define AFS_HAVE_STATVFS      0       /* System doesn't support statvfs */
35
36 /* Extra kernel definitions (from kdefs file) */
37 #ifdef KERNEL
38 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
39 #define AFS_SYSVLOCK            1       /* sys v locking supported */
40 /*#define       AFS_USEBUFFERS  1*/
41 #define afsio_iov       uio_iov
42 #define afsio_iovcnt    uio_iovcnt
43 #define afsio_offset    uio_offset
44 #define afsio_seg       uio_segflg
45 #define afsio_fmode     uio_fmode
46 #define afsio_resid     uio_resid
47 #define AFS_UIOSYS      1
48 #define AFS_UIOUSER     UIO_USERSPACE
49 #define AFS_CLBYTES     MCLBYTES
50 #define AFS_MINCHANGE   2
51 #define VATTR_NULL      usr_vattr_null
52 #endif /* KERNEL */
53 #define AFS_DIRENT      
54 #ifndef CMSERVERPREF
55 #define CMSERVERPREF
56 #endif
57 #define ROOTINO         UFSROOTINO
58
59 #endif /* AFS_PARAM_H */