Retire AFS_MOUNT_AFS
[openafs.git] / src / config / param.sun4x_58.h
1 #ifndef UKERNEL
2 /* This section for kernel libafs compiles only */
3
4 #ifndef AFS_PARAM_H
5 #define AFS_PARAM_H
6
7 #define AFS_VFS_ENV     1
8 /* Used only in vfsck code; is it needed any more???? */
9
10 #define AFS_VFSINCL_ENV 1       /* NOBODY uses this.... */
11 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
12 #define AFS_ENV                 1
13 #define AFS_SUN_ENV             1
14 #define AFS_SUN5_ENV            1
15
16 #define AFS_64BIT_CLIENT        1
17
18 #define AFS_HAVE_FLOCK_SYSID    1
19
20 #ifdef AFS_NAMEI_ENV
21 #define AFS_64BIT_IOPS_ENV     1        /* needed for NAMEI... */
22 #else /* AFS_NAMEI_ENV */
23 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
24 #endif /* AFS_NAMEI_ENV */
25
26 #include <afs/afs_sysnames.h>
27
28 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
29 #define RXK_LISTENER_ENV   1
30 #define AFS_GCPAGS              1       /* if nonzero, garbage collect PAGs */
31
32 #define AFS_SYSCALL             65
33
34 /* Machine / Operating system information */
35 #define sys_sun4x_58    1
36 #define SYS_NAME        "sun4x_58"
37 #define SYS_NAME_ID     SYS_NAME_ID_sun4x_58
38 #define AFSBIG_ENDIAN   1
39 #define AFS_HAVE_FFS    1       /* Use system's ffs. */
40 #define AFS_HAVE_VXFS   1       /* Support cache on Veritas vxfs file system */
41 #define AFS_HAVE_STATVFS 1      /* System supports statvfs */
42 #define AFS_HAVE_STATVFS64      1       /* System supports statvfs64 */
43 #define AFS_VM_RDWR_ENV 1       /* read/write implemented via VM */
44 #define AFS_USE_GETTIMEOFDAY 1  /* use gettimeofday to implement rx clock */
45
46 #define NEARINODE_HINT  1       /* hint to ufs module to scatter inodes on disk */
47 #define nearInodeHash(volid, hval) {                                 \
48                 unsigned char*  ts = (unsigned char*)&(volid)+sizeof(volid)-1;\
49                 for ( (hval)=0; ts >= (unsigned char*)&(volid); ts--){\
50                     (hval) *= 173;                      \
51                     (hval) += *ts;                      \
52                 }                                       \
53                 }
54
55 /* Extra kernel definitions (from kdefs file) */
56 #ifdef KERNEL
57 /* sun definitions here */
58 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
59 #define AFS_SYSVLOCK            1       /* sys v locking supported */
60 #define afsio_iov               uio_iov
61 #define afsio_iovcnt    uio_iovcnt
62 #define afsio_offset    uio_loffset
63 #define afsio_seg               uio_segflg
64 #define afsio_fmode     uio_fmode
65 #define afsio_resid     uio_resid
66 #define AFS_UIOSYS      UIO_SYSSPACE
67 #define AFS_UIOUSER     UIO_USERSPACE
68 #define AFS_CLBYTES     MCLBYTES
69 #define AFS_MINCHANGE   2
70
71 /**
72   * These defines are for the 64 bit Solaris 7 port
73   * AFS_SYSCALL32 is used to protect the ILP32 syscall interface
74   */
75 #if defined(__sparcv9)
76 #define AFS_SUN5_64BIT_ENV      1
77 #define AFS_64BIT_INO           1
78 #endif
79
80 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
81 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
82 #define AFS_KFREE       kmem_free
83 #define VATTR_NULL      vattr_null
84 #define memset(A, B, S) bzero(A, S)
85 #define memcpy(B, A, S) bcopy(A, B, S)
86 #define memcmp(A, B, S) bcmp(A, B, S)
87 #endif /* KERNEL */
88 #define AFS_DIRENT
89 #ifndef CMSERVERPREF
90 #define CMSERVERPREF
91 #endif
92 #define ROOTINO         UFSROOTINO
93
94 #endif /* AFS_PARAM_H */
95
96 #else /* !defined(UKERNEL) */
97
98 /* This section for user space compiles only */
99
100 #ifndef AFS_PARAM_H
101 #define AFS_PARAM_H
102
103 #define AFS_VFS_ENV     1
104 /* Used only in vfsck code; is it needed any more???? */
105 #define RXK_LISTENER_ENV        1
106 #define AFS_USERSPACE_IP_ADDR   1
107 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
108
109 #define UKERNEL                 1       /* user space kernel */
110 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
111 #define AFS_ENV                 1
112 #define AFS_USR_SUN5_ENV        1
113 #define AFS_USR_SUN6_ENV        1
114 #define AFS_USR_SUN7_ENV        1
115 #define AFS_USR_SUN8_ENV        1
116
117 #include <afs/afs_sysnames.h>
118
119 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
120 #define AFS_SYSCALL             65
121
122 #define AFS_FSNO         1
123
124 /* Machine / Operating system information */
125 #define sys_sun4x_58    1
126 #define SYS_NAME        "sun4x_58"
127 #define SYS_NAME_ID     SYS_NAME_ID_sun4x_58
128 #define AFSBIG_ENDIAN   1
129 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
130 #define AFS_HAVE_STATVFS      1 /* System supports statvfs */
131 #define AFS_HAVE_STATVFS64      1       /* System supports statvfs64 */
132
133 /* Extra kernel definitions (from kdefs file) */
134 #ifdef KERNEL
135 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
136 #define AFS_SYSVLOCK            1       /* sys v locking supported */
137 #define afsio_iov       uio_iov
138 #define afsio_iovcnt    uio_iovcnt
139 #define afsio_offset    uio_offset
140 #define afsio_seg       uio_segflg
141 #define afsio_fmode     uio_fmode
142 #define afsio_resid     uio_resid
143 #define AFS_UIOSYS      1
144 #define AFS_UIOUSER     UIO_USERSPACE
145 #define AFS_CLBYTES     MCLBYTES
146 #define AFS_MINCHANGE   2
147 #define VATTR_NULL      usr_vattr_null
148 #endif /* KERNEL */
149 #define AFS_DIRENT
150 #ifndef CMSERVERPREF
151 #define CMSERVERPREF
152 #endif
153 #define ROOTINO         UFSROOTINO
154
155 #endif /* AFS_PARAM_H */
156
157 #endif /* !defined(UKERNEL) */