003f84fe550523203ff777ac6c643e410973b6af
[openafs.git] / src / config / param.sgi_63.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_HH
14 #define AFS_PARAM_HH
15
16
17 #define AFS_VFS_ENV             1
18 #define AFS_VFSINCL_ENV         1
19 #define AFS_ENV                 1       /* NOBODY uses this.... */
20 #define CMUSTD_ENV              1       /* NOBODY uses this.... */
21 #define AFS_SGI_ENV             1
22 #define AFS_SGI51_ENV           1       /* Dist from 5.0.1 */
23 #define AFS_SGI52_ENV           1
24 #define AFS_SGI53_ENV           1
25 #define AFS_SGI61_ENV           1
26 #define AFS_SGI62_ENV           1
27 #define AFS_SGI63_ENV           1
28 #define AFS_SGI_EXMAG           1       /* use magic fields in extents for AFS extra fields */
29 /* AFS_SGI_SHORTSTACK not required since we have a 16K stack. */        
30
31 #define _ANSI_C_SOURCE          1       /* rx_user.h */
32
33 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
34 #define AFS_64BITPOINTER_ENV    1       /* pointers are 64 bits. */
35 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
36 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
37
38 #include <afs/afs_sysnames.h>
39
40 #define AFS_PIOCTL      64+1000
41 #define AFS_SETPAG      65+1000
42 #define AFS_IOPEN       66+1000
43 #define AFS_ICREATE     67+1000
44 #define AFS_IREAD       68+1000
45 #define AFS_IWRITE      69+1000
46 #define AFS_IINC        70+1000
47 #define AFS_IDEC        71+1000
48 #define AFS_IOPEN64     72+1000 /* was never-used aux call. */
49 #define AFS_SYSCALL     73+1000
50
51 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
52 #define AFS_MOUNT_AFS    "afs"
53
54 /* Machine / Operating system information */
55 #define sys_sgi_63      1
56 #define SYS_NAME        "sgi_63"
57 #define SYS_NAME_ID     SYS_NAME_ID_sgi_63
58 #define AFSBIG_ENDIAN   1
59 #define AFS_VM_RDWR_ENV 1
60
61 #define KERNEL_HAVE_UERROR 1
62 /* Extra kernel definitions (from kdefs file) */
63 #ifdef KERNEL
64 /* definitions here */
65 #define AFS_VFS34               1       /* afs/afs_vfsops.c (afs_vget), afs/afs_vnodeops.c (afs_lockctl, afs_noop) */
66 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
67 #define AFS_SYSVLOCK            1       /* sys v locking supported */
68 /*#define       AFS_USEBUFFERS  1*/
69 #define afsio_iov               uio_iov
70 #define afsio_iovcnt    uio_iovcnt
71 #define afsio_offset    uio_offset
72 #define afsio_seg               uio_segflg
73 #define afsio_fmode     uio_fmode
74 #define afsio_resid     uio_resid
75 #define AFS_UIOSYS      UIO_SYSSPACE
76 #define AFS_UIOUSER     UIO_USERSPACE
77 #define AFS_CLBYTES     MCLBYTES
78 #define AFS_MINCHANGE   2
79 #ifdef _K64U64
80 #define osi_GetTime(x)  irix5_microtime((struct __irix5_timeval*)(x))
81 #else
82 #define osi_GetTime(x)  microtime(x)
83 #endif
84 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
85 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
86 #define AFS_KFREE       kmem_free
87 #define VATTR_NULL      vattr_null
88 #define DEBUG           1
89
90 #define AFS_EVENT_LOCK  1 /* osi_Sleep/osi_Wakeup use spinlock. */
91 #define AFS_SGI_DUAL_FS_CACHE 1 /* implies supports EFS or XFS cache */
92
93 #define memset(A, B, S) bzero(A, S)
94 #define memcpy(B, A, S) bcopy(A, B, S)
95 #define memcmp(A, B, S) bcmp(A, B, S)
96
97 #endif /* KERNEL */
98
99 #ifndef CMSERVERPREF
100 #define CMSERVERPREF
101 #endif
102 #endif  /* AFS_PARAM_H */
103
104 #else /* !defined(UKERNEL) */
105
106 /* This section for user space compiles only */
107
108 /*
109  * Copyright 2000, International Business Machines Corporation and others.
110  * All Rights Reserved.
111  * 
112  * This software has been released under the terms of the IBM Public
113  * License.  For details, see the LICENSE file in the top-level source
114  * directory or online at http://www.openafs.org/dl/license10.html
115  */
116
117 #ifndef AFS_PARAM_H
118 #define AFS_PARAM_H
119
120 #define AFS_VFS_ENV     1
121 /* Used only in vfsck code; is it needed any more???? */
122 #define RXK_LISTENER_ENV        1
123 #define AFS_USERSPACE_IP_ADDR   1
124
125 #define UKERNEL                 1       /* user space kernel */
126 #define AFS_GREEDY33_ENV        1       /* Used only in rx/rx_user.c */
127 #define AFS_ENV                 1
128 #define AFS_USR_SGI_ENV         1
129 #define AFS_USR_SGI62_ENV       1
130 #define AFS_USR_SGI63_ENV       1
131
132 #include <afs/afs_sysnames.h>
133
134 /*#define AFS_GLOBAL_SUNLOCK    1*/     /* For global locking */
135
136 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
137
138 #define AFS_PIOCTL    64+1000
139 #define AFS_SYSCALL   73+1000
140
141 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
142 #define AFS_MOUNT_AFS    1
143
144 /* Machine / Operating system information */
145 #define sgi_63          1
146 #define SYS_NAME        "sgi_63"
147 #define SYS_NAME_ID     SYS_NAME_ID_sgi_63
148 #define AFSBIG_ENDIAN   1
149 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
150 #define AFS_HAVE_STATVFS        0       /* System doesn't support statvfs */
151
152 /* Extra kernel definitions (from kdefs file) */
153 #ifdef KERNEL
154 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
155 #define AFS_SYSVLOCK            1       /* sys v locking supported */
156 /*#define       AFS_USEBUFFERS  1*/
157 #define afsio_iov       uio_iov
158 #define afsio_iovcnt    uio_iovcnt
159 #define afsio_offset    uio_offset
160 #define afsio_seg       uio_segflg
161 #define afsio_fmode     uio_fmode
162 #define afsio_resid     uio_resid
163 #define AFS_UIOSYS      1
164 #define AFS_UIOUSER     UIO_USERSPACE
165 #define AFS_CLBYTES     MCLBYTES
166 #define AFS_MINCHANGE   2
167 #define VATTR_NULL      usr_vattr_null
168 #endif /* KERNEL */
169 #define AFS_DIRENT      
170 #ifndef CMSERVERPREF
171 #define CMSERVERPREF
172 #endif
173 #define ROOTINO         UFSROOTINO
174
175 #endif /* AFS_PARAM_H */
176
177 #endif /* !defined(UKERNEL) */