no-copy-libafs-builds-20021015
[openafs.git] / src / config / param.sun4x_56.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 #include <afs/afs_sysnames.h>
17
18 #define AFS_VFS_ENV     1
19 /* Used only in vfsck code; is it needed any more???? */
20
21 #define AFS_VFSINCL_ENV 1       /* NOBODY uses this.... */
22 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
23 #define AFS_ENV                 1
24 #define AFS_SUN_ENV             1
25 #define AFS_SUN5_ENV            1
26 #define AFS_SUN52_ENV           1
27 #define AFS_SUN53_ENV           1
28 #define AFS_SUN54_ENV           1
29 #define AFS_SUN55_ENV           1
30 #define AFS_SUN56_ENV           1
31 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
32 #define RXK_LISTENER_ENV   1
33 #define AFS_GCPAGS              1       /* if nonzero, garbage collect PAGs */
34
35 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
36 #define AFS_SYSCALL             105
37
38 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
39 #define AFS_MOUNT_AFS    "afs"
40
41 /* Machine / Operating system information */
42 #define sys_sun4x_56    1
43 #define SYS_NAME        "sun4x_56"
44 #define SYS_NAME_ID     SYS_NAME_ID_sun4x_56
45 #define AFSBIG_ENDIAN   1
46 #define AFS_HAVE_FFS    1       /* Use system's ffs. */
47 #define AFS_HAVE_VXFS   1       /* Support cache on Veritas vxfs file system */
48 #define AFS_HAVE_STATVFS 1      /* System supports statvfs */
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       AFS_USEBUFFERS  1*/
67 #define afsio_iov               uio_iov
68 #define afsio_iovcnt    uio_iovcnt
69 #define afsio_offset    uio_offset
70 #define afsio_seg               uio_segflg
71 #define afsio_fmode     uio_fmode
72 #define afsio_resid     uio_resid
73 #define AFS_UIOSYS      UIO_SYSSPACE
74 #define AFS_UIOUSER     UIO_USERSPACE
75 #define AFS_CLBYTES     MCLBYTES
76 #define AFS_MINCHANGE   2
77 #define osi_GetTime(x)  uniqtime(x)
78 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
79 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
80 #define AFS_KFREE       kmem_free
81 #define VATTR_NULL      vattr_null
82 #define memset(A, B, S) bzero(A, S)
83 #define memcpy(B, A, S) bcopy(A, B, S)
84 #define memcmp(A, B, S) bcmp(A, B, S)
85 #endif /* KERNEL */
86 #define AFS_DIRENT      
87 #ifndef CMSERVERPREF
88 #define CMSERVERPREF
89 #endif
90 #define ROOTINO         UFSROOTINO
91
92 #endif /* AFS_PARAM_H */
93
94 #else /* !defined(UKERNEL) */
95
96 /* This section for user space compiles only */
97
98 /*
99  * Copyright 2000, International Business Machines Corporation and others.
100  * All Rights Reserved.
101  * 
102  * This software has been released under the terms of the IBM Public
103  * License.  For details, see the LICENSE file in the top-level source
104  * directory or online at http://www.openafs.org/dl/license10.html
105  */
106
107 #ifndef AFS_PARAM_H
108 #define AFS_PARAM_H
109
110 #define AFS_VFS_ENV     1
111 /* Used only in vfsck code; is it needed any more???? */
112 #define RXK_LISTENER_ENV        1
113 #define AFS_USERSPACE_IP_ADDR   1
114 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
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
122 #include <afs/afs_sysnames.h>
123
124 /*#define AFS_GLOBAL_SUNLOCK    1*/     /* For global locking */
125
126 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
127 #define AFS_SYSCALL             105
128
129 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
130 #define AFS_MOUNT_AFS    1
131
132 /* Machine / Operating system information */
133 #define sys_sun4x_55    1
134 #define SYS_NAME        "sun4x_55"
135 #define SYS_NAME_ID     SYS_NAME_ID_sun4x_55
136 #define AFSBIG_ENDIAN   1
137 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
138 #define AFS_HAVE_STATVFS        0       /* System doesn't support statvfs */
139
140 /* Extra kernel definitions (from kdefs file) */
141 #ifdef KERNEL
142 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
143 #define AFS_SYSVLOCK            1       /* sys v locking supported */
144 /*#define       AFS_USEBUFFERS  1*/
145 #define afsio_iov       uio_iov
146 #define afsio_iovcnt    uio_iovcnt
147 #define afsio_offset    uio_offset
148 #define afsio_seg       uio_segflg
149 #define afsio_fmode     uio_fmode
150 #define afsio_resid     uio_resid
151 #define AFS_UIOSYS      1
152 #define AFS_UIOUSER     UIO_USERSPACE
153 #define AFS_CLBYTES     MCLBYTES
154 #define AFS_MINCHANGE   2
155 #define VATTR_NULL      usr_vattr_null
156 #endif /* KERNEL */
157 #define AFS_DIRENT      
158 #ifndef CMSERVERPREF
159 #define CMSERVERPREF
160 #endif
161 #define ROOTINO         UFSROOTINO
162
163 #endif /* AFS_PARAM_H */
164
165 #endif /* !defined(UKERNEL) */