96456f0281e164faee12f3a9d9a0cc5b7ad951b3
[openafs.git] / src / config / param.sun4x_57.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 AFS_PARAM_H
11 #define AFS_PARAM_H
12
13 #define AFS_VFS_ENV     1
14 /* Used only in vfsck/* code; is it needed any more???? */
15
16 #define AFS_VFSINCL_ENV 1       /* NOBODY uses this.... */
17 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
18 #define AFS_ENV                 1
19 #define AFS_SUN_ENV             1
20 #define AFS_SUN5_ENV            1
21 #define AFS_SUN52_ENV           1
22 #define AFS_SUN53_ENV           1
23 #define AFS_SUN54_ENV           1
24 #define AFS_SUN55_ENV           1
25 #define AFS_SUN56_ENV           1
26 #define AFS_SUN57_ENV           1
27
28 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
29
30 #include <afs/afs_sysnames.h>
31
32 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
33 #define RXK_LISTENER_ENV   1
34 #define AFS_GCPAGS              1       /* if nonzero, garbage collect PAGs */
35
36 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
37 #define AFS_SYSCALL             73
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_57    1
44 #define SYS_NAME        "sun4x_57"
45 #define SYS_NAME_ID     SYS_NAME_ID_sun4x_57
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_VM_RDWR_ENV 1       /* read/write implemented via VM */
51 #define AFS_USE_GETTIMEOFDAY 1  /* use gettimeofday to implement rx clock */
52
53 #define NEARINODE_HINT  1   /* hint to ufs module to scatter inodes on disk*/
54 #define nearInodeHash(volid, hval) {                                 \
55                 unsigned char*  ts = (unsigned char*)&(volid)+sizeof(volid)-1;\
56                 for ( (hval)=0; ts >= (unsigned char*)&(volid); ts--){\
57                     (hval) *= 173;                      \
58                     (hval) += *ts;                      \
59                 }                                       \
60                 }
61
62 /* Extra kernel definitions (from kdefs file) */
63 #ifdef KERNEL
64 /* sun definitions here */
65 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
66 #define AFS_SYSVLOCK            1       /* sys v locking supported */
67 /*#define       AFS_USEBUFFERS  1*/
68 #define afsio_iov               uio_iov
69 #define afsio_iovcnt    uio_iovcnt
70 #define afsio_offset    uio_offset
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)  uniqtime(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   * AFS_64BIT_ENV is for use of 64 bit inode numbers
84   */
85 #if defined(__sparcv9)
86 #define AFS_SUN57_64BIT_ENV     1
87 #define AFS_64BIT_INO           1
88 #endif
89
90 /**
91   * Solaris 7 64 bit has two versions of uniqtime. Since we consistently
92   * use 32 bit quantities for time in afs, we now use uniqtime32
93   */
94 #if defined(AFS_SUN57_64BIT_ENV)
95 #undef osi_GetTime
96 #define osi_GetTime(x)  uniqtime32(x)
97 #endif
98
99
100
101 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
102 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
103 #define AFS_KFREE       kmem_free
104 #define VATTR_NULL      vattr_null
105 #endif /* KERNEL */
106 #define AFS_DIRENT      
107 #ifndef CMSERVERPREF
108 #define CMSERVERPREF
109 #endif
110 #define ROOTINO         UFSROOTINO
111
112 #endif /* AFS_PARAM_H */