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