diff options
| author | oster <oster@NetBSD.org> | 1999-01-26 02:33:49 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 1999-01-26 02:33:49 +0000 |
| commit | 1eecf8e491f4ecb40edff2d8093fac193d203e73 (patch) | |
| tree | fc9f06792e783e03fe393007c4caf9d3c8da17f3 /sys/dev/raidframe/rf_sys.h | |
| parent | 7c2e6d4c420981d843ea6d87e2aa3ad916fac166 (diff) | |
RAIDframe cleanup, phase 1. Nuke simulator support, user-land driver,
out-dated comments, and other unneeded stuff. This helps prepare
for cleaning up the rest of the code, and adding new functionality.
No functional changes to the kernel code in this commit.
Diffstat (limited to 'sys/dev/raidframe/rf_sys.h')
| -rw-r--r-- | sys/dev/raidframe/rf_sys.h | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/sys/dev/raidframe/rf_sys.h b/sys/dev/raidframe/rf_sys.h index a7f784079a0..3f12e4abae4 100644 --- a/sys/dev/raidframe/rf_sys.h +++ b/sys/dev/raidframe/rf_sys.h @@ -1,4 +1,4 @@ -/* $NetBSD: rf_sys.h,v 1.1 1998/11/13 04:20:35 oster Exp $ */ +/* $NetBSD: rf_sys.h,v 1.2 1999/01/26 02:34:03 oster Exp $ */ /* * rf_sys.h * @@ -38,31 +38,4 @@ int rf_ConfigureEtimer(RF_ShutdownList_t **listp); -#if defined(__osf__) && !defined(KERNEL) -int rf_get_cpu_ticks_per_sec(long *ticksp); -#endif /* __osf__ && !KERNEL */ - -#ifdef AIX -#include <nlist.h> -#include <sys/time.h> -#if RF_AIXVers == 3 -int gettimeofday(struct timeval *tp, struct timezone *tzp); -#endif /* RF_AIXVers == 3 */ -int knlist(struct nlist *namelist, int nel, int size); -int ffs(int index); -#endif /* AIX */ - -#ifdef sun -#define bcopy(a,b,n) memcpy(b,a,n) -#define bzero(b,n) memset(b,0,n) -#define bcmp(a,b,n) memcmp(a,b,n) -#endif /* sun */ - -#ifdef __GNUC__ -/* we use gcc -Wall to check our anal-retentiveness level, occasionally */ -#if defined(DEC_OSF) && !defined(KERNEL) -extern int ioctl(int fd, int req, ...); -#endif /* DEC_OSF && !KERNEL */ -#endif /* __GNUC__ */ - #endif /* !_RF__RF_SYS_H_ */ |
