cml-version-string-maker-20001220
[openafs.git] / src / config / param.sun4x_56.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #ifndef _PARAM_SUN4X_56_H_
11 #define _PARAM_SUN4X_56_H_
12
13 #include <afs/afs_sysnames.h>
14
15 #define AFS_VFS_ENV     1
16 /* Used only in vfsck/* code; is it needed any more???? */
17
18 #define AFS_VFSINCL_ENV 1       /* NOBODY uses this.... */
19 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
20 #define AFS_ENV                 1
21 #define AFS_SUN_ENV             1
22 #define AFS_SUN5_ENV            1
23 #define AFS_SUN52_ENV           1
24 #define AFS_SUN53_ENV           1
25 #define AFS_SUN54_ENV           1
26 #define AFS_SUN55_ENV           1
27 #define AFS_SUN56_ENV           1
28 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
29 #define RXK_LISTENER_ENV   1
30 #define AFS_GCPAGS              1       /* if nonzero, garbage collect PAGs */
31
32 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
33 #define AFS_SYSCALL             105
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_56    1
40 #define SYS_NAME        "sun4x_56"
41 #define SYS_NAME_ID     SYS_NAME_ID_sun4x_56
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_VM_RDWR_ENV 1       /* read/write implemented via VM */
47 #define AFS_USE_GETTIMEOFDAY 1  /* use gettimeofday to implement rx clock */
48
49 #define NEARINODE_HINT  1   /* hint to ufs module to scatter inodes on disk*/
50 #define nearInodeHash(volid, hval) {                                 \
51                 unsigned char*  ts = (unsigned char*)&(volid)+sizeof(volid)-1;\
52                 for ( (hval)=0; ts >= (unsigned char*)&(volid); ts--){\
53                     (hval) *= 173;                      \
54                     (hval) += *ts;                      \
55                 }                                       \
56                 }
57
58 /* Extra kernel definitions (from kdefs file) */
59 #ifdef KERNEL
60 /* sun definitions here */
61 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
62 #define AFS_SYSVLOCK            1       /* sys v locking supported */
63 /*#define       AFS_USEBUFFERS  1*/
64 #define afsio_iov               uio_iov
65 #define afsio_iovcnt    uio_iovcnt
66 #define afsio_offset    uio_offset
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)  uniqtime(x)
75 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
76 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
77 #define AFS_KFREE       kmem_free
78 #define VATTR_NULL      vattr_null
79 #endif KERNEL
80 #define AFS_DIRENT      
81 #ifndef CMSERVERPREF
82 #define CMSERVERPREF
83 #endif
84 #define ROOTINO         UFSROOTINO
85
86 #endif  _PARAM_SUN4X_56_H_