diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-12-22 11:54:49 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-12-22 11:54:49 +0000 |
commit | c6a1b850531133e6900c8f4dbdffe8fa1e232aea (patch) | |
tree | 8ab5079c21ce2ca4b4c7e9fc26e129b8b7da247c /sys/arch/mvme88k/dev/vme.h | |
parent | 46f9808a6613fd9a139db6fffc33fa4243a6cd95 (diff) |
Correctly handle vme attachments which specify a larger ca_len size than
initially expected.
Diffstat (limited to 'sys/arch/mvme88k/dev/vme.h')
-rw-r--r-- | sys/arch/mvme88k/dev/vme.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/dev/vme.h b/sys/arch/mvme88k/dev/vme.h index c12cf72fecb..e8286c62053 100644 --- a/sys/arch/mvme88k/dev/vme.h +++ b/sys/arch/mvme88k/dev/vme.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vme.h,v 1.10 2003/10/11 22:08:57 miod Exp $ */ +/* $OpenBSD: vme.h,v 1.11 2003/12/22 11:54:48 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -368,8 +368,7 @@ struct vme2reg { #define VME2_A16BASE 0xffff0000UL #define VME2_A24BASE 0xff000000UL -void * vmepmap(struct vmesoftc *sc, off_t vmeaddr, int len, int bustype); -void * vmemap(struct vmesoftc *sc, off_t vmeaddr, int len, int bustype); +void *vmepmap(struct vmesoftc *sc, off_t vmeaddr, int len, int bustype); int vmerw(struct vmesoftc *sc, struct uio *uio, int flags, int bus); int vmeintr_establish(int vec, struct intrhand *ih); int vme_findvec(void); |