4012efef2746b1563ec3c88be753654c9f6a55bc
[openafs.git] / src / config / param.sun4x_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
20 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
21
22 #ifdef AFS_NAMEI_ENV
23 #define AFS_64BIT_IOPS_ENV     1       /* needed for NAMEI... */
24 #else /* AFS_NAMEI_ENV */
25 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
26 #endif /* AFS_NAMEI_ENV */
27
28 #include <afs/afs_sysnames.h>
29
30 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
31 #define RXK_LISTENER_ENV   1
32 #define AFS_GCPAGS              1       /* if nonzero, garbage collect PAGs */
33
34 #define AFS_SYSCALL             65
35
36 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
37 #define AFS_MOUNT_AFS    "afs"
38
39 /* Machine / Operating system information */
40 #define sys_sun4x_58    1
41 #define SYS_NAME        "sun4x_58"
42 #define SYS_NAME_ID     SYS_NAME_ID_sun4x_58
43 #define AFSBIG_ENDIAN   1
44 #define AFS_HAVE_FFS    1       /* Use system's ffs. */
45 #define AFS_HAVE_VXFS   1       /* Support cache on Veritas vxfs file system */
46 #define AFS_HAVE_STATVFS 1      /* System supports statvfs */
47 #define AFS_VM_RDWR_ENV 1       /* read/write implemented via VM */
48 #define AFS_USE_GETTIMEOFDAY 1  /* use gettimeofday to implement rx clock */
49
50 #define NEARINODE_HINT  1   /* hint to ufs module to scatter inodes on disk*/
51 #define nearInodeHash(volid, hval) {                                 \
52                 unsigned char*  ts = (unsigned char*)&(volid)+sizeof(volid)-1;\
53                 for ( (hval)=0; ts >= (unsigned char*)&(volid); ts--){\
54                     (hval) *= 173;                      \
55                     (hval) += *ts;                      \
56                 }                                       \
57                 }
58
59 /* Extra kernel definitions (from kdefs file) */
60 #ifdef KERNEL
61 /* sun definitions here */
62 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
63 #define AFS_SYSVLOCK            1       /* sys v locking supported */
64 /*#define       AFS_USEBUFFERS  1*/
65 #define afsio_iov               uio_iov
66 #define afsio_iovcnt    uio_iovcnt
67 #define afsio_offset    uio_offset
68 #define afsio_seg               uio_segflg
69 #define afsio_fmode     uio_fmode
70 #define afsio_resid     uio_resid
71 #define AFS_UIOSYS      UIO_SYSSPACE
72 #define AFS_UIOUSER     UIO_USERSPACE
73 #define AFS_CLBYTES     MCLBYTES
74 #define AFS_MINCHANGE   2
75 #define osi_GetTime(x)  uniqtime(x)
76
77 /**
78   * These defines are for the 64 bit Solaris 7 port
79   * AFS_SYSCALL32 is used to protect the ILP32 syscall interface
80   * AFS_64BIT_ENV is for use of 64 bit inode numbers
81   */
82 #if defined(__sparcv9)
83 #define AFS_SUN57_64BIT_ENV     1
84 #define AFS_64BIT_INO           1
85 #endif
86
87 /**
88   * Solaris 7 64 bit has two versions of uniqtime. Since we consistently
89   * use 32 bit quantities for time in afs, we now use uniqtime32
90   */
91 #if defined(AFS_SUN57_64BIT_ENV)
92 #undef osi_GetTime
93 #define osi_GetTime(x)  uniqtime32(x)
94 #endif
95
96
97
98 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
99 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
100 #define AFS_KFREE       kmem_free
101 #define VATTR_NULL      vattr_null
102 #define memset(A, B, S) bzero(A, S)
103 #define memcpy(B, A, S) bcopy(A, B, S)
104 #define memcmp(A, B, S) bcmp(A, B, S)
105 #endif /* KERNEL */
106 #define AFS_DIRENT      
107 #ifndef CMSERVERPREF
108 #define CMSERVERPREF
109 #endif
110 #define ROOTINO         UFSROOTINO
111
112 #endif /* AFS_PARAM_H */