irix-lacks-mem-functions-in-kernel-so-revert-to-b-functions-20011011
[openafs.git] / src / config / param.sgi_65.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_HH
11 #define AFS_PARAM_HH
12
13
14 #define AFS_VFS_ENV             1
15 #define AFS_VFSINCL_ENV         1
16 #define AFS_ENV                 1       /* NOBODY uses this.... */
17 #define CMUSTD_ENV              1       /* NOBODY uses this.... */
18 #define AFS_SGI_ENV             1
19 #define AFS_SGI51_ENV           1       /* Dist from 5.0.1 */
20 #define AFS_SGI52_ENV           1
21 #define AFS_SGI53_ENV           1
22 #define AFS_SGI61_ENV           1
23 #define AFS_SGI62_ENV           1
24 #define AFS_SGI63_ENV           1
25 #define AFS_SGI64_ENV           1
26 #define AFS_SGI65_ENV           1
27 #define AFS_SGI_EXMAG           1       /* use magic fields in extents for AFS extra fields */
28 /* AFS_SGI_SHORTSTACK not required since we have a 16K stack. */        
29
30 #define RXK_LISTENER_ENV        1       /* Use an rx listener daemon */
31 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
32
33 #define _ANSI_C_SOURCE          1       /* rx_user.h */
34
35 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
36 #define AFS_64BITPOINTER_ENV    1       /* pointers are 64 bits. */
37 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
38 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
39
40 #include <afs/afs_sysnames.h>
41
42 #define AFS_GLOBAL_SUNLOCK 1
43
44 #define AFS_PIOCTL      64+1000
45 #define AFS_SETPAG      65+1000
46 #define AFS_IOPEN       66+1000
47 #define AFS_ICREATE     67+1000
48 #define AFS_IREAD       68+1000
49 #define AFS_IWRITE      69+1000
50 #define AFS_IINC        70+1000
51 #define AFS_IDEC        71+1000
52 #define AFS_IOPEN64     72+1000 /* was never-used aux call. */
53 #define AFS_SYSCALL     73+1000
54
55 /* For the XFS fileserver */
56 #define AFS_SGI_XFS_IOPS_ENV    1 /* turns on XFS inode ops. */
57 #define AFS_64BIT_IOPS_ENV      1 /* inode ops expect 64 bit inodes */
58
59 /* Vnode size and access differs between Octane and Origin. The number
60  * can be used to indicate which altername vnodeX_t to use for future
61  * changes.
62  */
63 #ifdef notdef
64 /* SGI may have cleared this problem up. */
65 #define AFS_SGI_VNODE_GLUE      1
66 #endif
67
68
69 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
70 #define AFS_MOUNT_AFS    "afs"
71
72 /* Machine / Operating system information */
73 #define sys_sgi_65      1
74 #define SYS_NAME        "sgi_65"
75 #define SYS_NAME_ID     SYS_NAME_ID_sgi_65
76 #define AFSBIG_ENDIAN   1
77 #define AFS_VM_RDWR_ENV 1
78
79 /* Extra kernel definitions (from kdefs file) */
80 #ifdef KERNEL
81 #if _MIPS_SIM == _ABI64
82 #define _K64U64
83 #endif
84 /* definitions here */
85 #define AFS_VFS34               1       /* afs/afs_vfsops.c (afs_vget), afs/afs_vnodeops.c (afs_lockctl, afs_noop) */
86 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
87 #define AFS_SYSVLOCK            1       /* sys v locking supported */
88 /*#define       AFS_USEBUFFERS  1*/
89 #define afsio_iov               uio_iov
90 #define afsio_iovcnt    uio_iovcnt
91 #define afsio_offset    uio_offset
92 #define afsio_seg               uio_segflg
93 #define afsio_fmode     uio_fmode
94 #define afsio_resid     uio_resid
95 #define AFS_UIOSYS      UIO_SYSSPACE
96 #define AFS_UIOUSER     UIO_USERSPACE
97 #define AFS_CLBYTES     MCLBYTES
98 #define AFS_MINCHANGE   2
99 #ifdef _K64U64
100 #define osi_GetTime(x)  irix5_microtime((struct __irix5_timeval*)(x))
101 #else
102 #define osi_GetTime(x)  microtime(x)
103 #endif
104 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
105 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
106 #define AFS_KFREE       kmem_free
107 #define VATTR_NULL      vattr_null
108 /* #define      DEBUG           1 */
109
110 #define AFS_EVENT_LOCK  1 /* osi_Sleep/osi_Wakeup use spinlock. */
111 #define AFS_SGI_DUAL_FS_CACHE 1 /* implies supports EFS or XFS cache */
112
113 #define memset(A, B, S) bzero(A, S)
114 #define memcpy(B, A, S) bcopy(A, B, S)
115 #define memcmp(A, B, S) bcmp(A, B, S)
116
117 #endif /* KERNEL */
118
119 #ifndef CMSERVERPREF
120 #define CMSERVERPREF
121 #endif
122 #endif  /* AFS_PARAM_H */