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