Remove nonsensical bozon-lock defines
[openafs.git] / src / config / param.sun4x_59.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 #define AFS_SUN59_ENV           1
16
17 #define AFS_64BIT_CLIENT        1
18
19 #define AFS_HAVE_FLOCK_SYSID    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_sun4x_59    1
40 #define SYS_NAME        "sun4x_59"
41 #define SYS_NAME_ID     SYS_NAME_ID_sun4x_59
42 #define AFSBIG_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_HAVE_STATVFS64      1       /* System supports statvfs64 */
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 afsio_iov               uio_iov
65 #define afsio_iovcnt    uio_iovcnt
66 #define afsio_offset    uio_loffset
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)  uniqtime32(x)
75
76 /**
77   * These defines are for the 64 bit Solaris 7 port
78   * AFS_SYSCALL32 is used to protect the ILP32 syscall interface
79   */
80 #if defined(__sparcv9)
81 #define AFS_SUN5_64BIT_ENV      1
82 #define AFS_64BIT_INO           1
83 #endif
84
85 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
86 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
87 #define AFS_KFREE       kmem_free
88 #define VATTR_NULL      vattr_null
89 #define memset(A, B, S) bzero(A, S)
90 #define memcpy(B, A, S) bcopy(A, B, S)
91 #define memcmp(A, B, S) bcmp(A, B, S)
92 #endif /* KERNEL */
93 #define AFS_DIRENT
94 #ifndef CMSERVERPREF
95 #define CMSERVERPREF
96 #endif
97 #define ROOTINO         UFSROOTINO
98
99 #endif /* AFS_PARAM_H */
100
101 #else /* !defined(UKERNEL) */
102
103 /* This section for user space compiles only */
104
105 #ifndef AFS_PARAM_H
106 #define AFS_PARAM_H
107
108 #define AFS_VFS_ENV     1
109 /* Used only in vfsck code; is it needed any more???? */
110 #define RXK_LISTENER_ENV        1
111 #define AFS_USERSPACE_IP_ADDR   1
112 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
113
114 #define UKERNEL                 1       /* user space kernel */
115 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
116 #define AFS_ENV                 1
117 #define AFS_USR_SUN5_ENV        1
118 #define AFS_USR_SUN6_ENV        1
119 #define AFS_USR_SUN7_ENV        1
120 #define AFS_USR_SUN8_ENV        1
121 #define AFS_USR_SUN9_ENV        1
122
123 #include <afs/afs_sysnames.h>
124
125 #if 0
126 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
127 #endif
128
129 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
130 #define AFS_SYSCALL             65
131
132 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
133 #define AFS_MOUNT_AFS    1
134
135 /* Machine / Operating system information */
136 #define sys_sun4x_59    1
137 #define SYS_NAME        "sun4x_59"
138 #define SYS_NAME_ID     SYS_NAME_ID_sun4x_59
139 #define AFSBIG_ENDIAN   1
140 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
141 #define AFS_HAVE_STATVFS      1 /* System supports statvfs */
142 #define AFS_HAVE_STATVFS64      1       /* System supports statvfs64 */
143
144 /* Extra kernel definitions (from kdefs file) */
145 #ifdef KERNEL
146 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
147 #define AFS_SYSVLOCK            1       /* sys v locking supported */
148 #define afsio_iov       uio_iov
149 #define afsio_iovcnt    uio_iovcnt
150 #define afsio_offset    uio_offset
151 #define afsio_seg       uio_segflg
152 #define afsio_fmode     uio_fmode
153 #define afsio_resid     uio_resid
154 #define AFS_UIOSYS      1
155 #define AFS_UIOUSER     UIO_USERSPACE
156 #define AFS_CLBYTES     MCLBYTES
157 #define AFS_MINCHANGE   2
158 #define VATTR_NULL      usr_vattr_null
159 #endif /* KERNEL */
160 #define AFS_DIRENT
161 #ifndef CMSERVERPREF
162 #define CMSERVERPREF
163 #endif
164 #define ROOTINO         UFSROOTINO
165
166 #endif /* AFS_PARAM_H */
167
168 #endif /* !defined(UKERNEL) */