afsd-allow-maxmtu-override-20090530
[openafs.git] / src / config / param.sun4x_55.h
1 #ifndef UKERNEL
2 /* This section for kernel libafs compiles only */
3
4 /*
5  * Copyright 2000, International Business Machines Corporation and others.
6  * All Rights Reserved.
7  * 
8  * This software has been released under the terms of the IBM Public
9  * License.  For details, see the LICENSE file in the top-level source
10  * directory or online at http://www.openafs.org/dl/license10.html
11  */
12
13 #ifndef AFS_PARAM_H
14 #define AFS_PARAM_H
15
16 #define AFS_VFS_ENV     1
17 /* Used only in vfsck code; is it needed any more???? */
18
19 #define AFS_VFSINCL_ENV 1       /* NOBODY uses this.... */
20 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
21 #define AFS_ENV                 1
22 #define AFS_SUN_ENV             1
23 #define AFS_SUN5_ENV            1
24 #define AFS_SUN52_ENV           1
25 #define AFS_SUN53_ENV           1
26 #define AFS_SUN54_ENV           1
27 #define AFS_SUN55_ENV           1
28
29 #define AFS_BOZONLOCK_ENV       1
30 #define AFS_HAVE_FLOCK_SYSID    1
31
32 #include <afs/afs_sysnames.h>
33
34 #define RXK_LISTENER_ENV        1
35 #define AFS_GCPAGS              1       /* if nonzero, garbage collect PAGs */
36 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
37
38 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
39 #define AFS_SYSCALL             105
40
41 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
42 #define AFS_MOUNT_AFS    "afs"
43
44 /* Machine / Operating system information */
45 #define sys_sun4x_55    1
46 #define SYS_NAME        "sun4x_55"
47 #define SYS_NAME_ID     SYS_NAME_ID_sun4x_55
48 #define AFSBIG_ENDIAN   1
49 #define AFS_HAVE_FFS    1       /* Use system's ffs. */
50 #define AFS_HAVE_STATVFS 1      /* System supports statvfs */
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 #define AFS_HAVE_VXFS 1         /* support client cache on Veritas VXFS */
54 #define AFS_HAVE_LLSEEK 1       /* System supports llseek */
55
56 #define NEARINODE_HINT  1       /* hint to ufs module to scatter inodes on disk */
57 #define nearInodeHash(volid, hval) {                                 \
58                 unsigned char*  ts = (unsigned char*)&(volid)+sizeof(volid)-1;\
59                 for ( (hval)=0; ts >= (unsigned char*)&(volid); ts--){\
60                     (hval) *= 173;                      \
61                     (hval) += *ts;                      \
62                 }                                       \
63                 }
64
65 /* Extra kernel definitions (from kdefs file) */
66 #ifdef KERNEL
67 /* sun definitions here */
68 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
69 #define AFS_SYSVLOCK            1       /* sys v locking supported */
70 /*#define       AFS_USEBUFFERS  1*/
71 #define afsio_iov               uio_iov
72 #define afsio_iovcnt    uio_iovcnt
73 #define afsio_offset    uio_offset
74 #define afsio_seg               uio_segflg
75 #define afsio_fmode     uio_fmode
76 #define afsio_resid     uio_resid
77 #define AFS_UIOSYS      UIO_SYSSPACE
78 #define AFS_UIOUSER     UIO_USERSPACE
79 #define AFS_CLBYTES     MCLBYTES
80 #define AFS_MINCHANGE   2
81 #define osi_GetTime(x)  uniqtime(x)
82 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
83 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
84 #define AFS_KFREE       kmem_free
85 #define VATTR_NULL      vattr_null
86 #define memset(A, B, S) bzero(A, S)
87 #define memcpy(B, A, S) bcopy(A, B, S)
88 #define memcmp(A, B, S) bcmp(A, B, S)
89 #endif /* KERNEL */
90 #define AFS_DIRENT
91 #ifndef CMSERVERPREF
92 #define CMSERVERPREF
93 #endif
94 #define ROOTINO         UFSROOTINO
95
96 #endif /* AFS_PARAM_H */
97
98 #else /* !defined(UKERNEL) */
99
100 /* This section for user space compiles only */
101
102 /*
103  * Copyright 2000, International Business Machines Corporation and others.
104  * All Rights Reserved.
105  * 
106  * This software has been released under the terms of the IBM Public
107  * License.  For details, see the LICENSE file in the top-level source
108  * directory or online at http://www.openafs.org/dl/license10.html
109  */
110
111 #ifndef AFS_PARAM_H
112 #define AFS_PARAM_H
113
114 #define AFS_VFS_ENV     1
115 /* Used only in vfsck code; is it needed any more???? */
116 #define RXK_LISTENER_ENV        1
117 #define AFS_USERSPACE_IP_ADDR   1
118 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
119
120 #define UKERNEL                 1       /* user space kernel */
121 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
122 #define AFS_ENV                 1
123 #define AFS_USR_SUN5_ENV        1
124
125 #include <afs/afs_sysnames.h>
126
127                                                                                                                /*#define AFS_GLOBAL_SUNLOCK    1 *//* For global locking */
128
129 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
130 #define AFS_SYSCALL             105
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_55    1
137 #define SYS_NAME        "sun4x_55"
138 #define SYS_NAME_ID     SYS_NAME_ID_sun4x_55
139 #define AFSBIG_ENDIAN   1
140 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
141 #define AFS_HAVE_STATVFS        0       /* System doesn't support statvfs */
142
143 /* Extra kernel definitions (from kdefs file) */
144 #ifdef KERNEL
145 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
146 #define AFS_SYSVLOCK            1       /* sys v locking supported */
147 /*#define       AFS_USEBUFFERS  1*/
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) */