fea82ee6fad9cb1a9c100c1de96e67fc282a7d71
[openafs.git] / src / config / param.sunx86_58.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
7 #define AFS_VFSINCL_ENV 1       /* NOBODY uses this.... */
8 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
9 #define AFS_ENV                 1
10 #define AFS_SUN_ENV             1
11 #define AFS_SUN5_ENV            1
12 #define AFS_SUN52_ENV           1
13 #define AFS_SUN53_ENV           1
14 #define AFS_SUN54_ENV           1
15 #define AFS_SUN55_ENV           1
16 #define AFS_SUN56_ENV           1
17 #define AFS_SUN57_ENV           1
18 #define AFS_SUN58_ENV           1
19 #define AFS_X86_ENV             1
20
21 #ifdef AFS_NAMEI_ENV
22 #define AFS_64BIT_IOPS_ENV     1       /* needed for NAMEI... */
23 #else /* AFS_NAMEI_ENV */
24 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
25 #endif /* AFS_NAMEI_ENV */
26
27 #include <afs/afs_sysnames.h>
28
29 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
30 #define RXK_LISTENER_ENV   1
31 #define AFS_GCPAGS              1       /* if nonzero, garbage collect PAGs */
32
33 #define AFS_SYSCALL             65
34
35 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
36 #define AFS_MOUNT_AFS    "afs"
37
38 /* Machine / Operating system information */
39 #define sys_sunx86_58   1
40 #define SYS_NAME        "sunx86_58"
41 #define SYS_NAME_ID     SYS_NAME_ID_sunx86_58
42 #define AFSLITTLE_ENDIAN        1
43 #define AFS_HAVE_FFS    1       /* Use system's ffs. */
44 #define AFS_HAVE_VXFS   1       /* Support cache on Veritas vxfs file system */
45 #define AFS_HAVE_STATVFS 1      /* System supports statvfs */
46 #define AFS_VM_RDWR_ENV 1       /* read/write implemented via VM */
47 #define AFS_USE_GETTIMEOFDAY 1  /* use gettimeofday to implement rx clock */
48
49 #define NEARINODE_HINT  1   /* hint to ufs module to scatter inodes on disk*/
50 #define nearInodeHash(volid, hval) {                                 \
51                 unsigned char*  ts = (unsigned char*)&(volid)+sizeof(volid)-1;\
52                 for ( (hval)=0; ts >= (unsigned char*)&(volid); ts--){\
53                     (hval) *= 173;                      \
54                     (hval) += *ts;                      \
55                 }                                       \
56                 }
57
58 /* Extra kernel definitions (from kdefs file) */
59 #ifdef KERNEL
60 /* sun definitions here */
61 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
62 #define AFS_SYSVLOCK            1       /* sys v locking supported */
63 /*#define       AFS_USEBUFFERS  1*/
64 #define afsio_iov               uio_iov
65 #define afsio_iovcnt    uio_iovcnt
66 #define afsio_offset    uio_offset
67 #define afsio_seg               uio_segflg
68 #define afsio_fmode     uio_fmode
69 #define afsio_resid     uio_resid
70 #define AFS_UIOSYS      UIO_SYSSPACE
71 #define AFS_UIOUSER     UIO_USERSPACE
72 #define AFS_CLBYTES     MCLBYTES
73 #define AFS_MINCHANGE   2
74 #define osi_GetTime(x)  uniqtime(x)
75
76
77 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
78 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
79 #define AFS_KFREE       kmem_free
80 #define VATTR_NULL      vattr_null
81 #define memset(A, B, S) bzero(A, S)
82 #define memcpy(B, A, S) bcopy(A, B, S)
83 #define memcmp(A, B, S) bcmp(A, B, S)
84 #endif /* KERNEL */
85 #define AFS_DIRENT      
86 #ifndef CMSERVERPREF
87 #define CMSERVERPREF
88 #endif
89 #define ROOTINO         UFSROOTINO
90
91 #endif /* AFS_PARAM_H */