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