summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/npx.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-01-08 16:29:59 +0000
committerbde <bde@FreeBSD.org>1999-01-08 16:29:59 +0000
commit29d4498b942d53603f76e3c710d29b7d7af0717e (patch)
tree8439033393bf446cfa7d4d38c7afbcdbb3837df2 /sys/i386/isa/npx.c
parentff153c1347827ed9ba52305c99f5c37b45951ff0 (diff)
downloadFreeBSD-src-29d4498b942d53603f76e3c710d29b7d7af0717e.zip
FreeBSD-src-29d4498b942d53603f76e3c710d29b7d7af0717e.tar.gz
Moved declarations related to copying and zeroing to the right place.
Diffstat (limited to 'sys/i386/isa/npx.c')
-rw-r--r--sys/i386/isa/npx.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index d5a20de..6bb4e0f 100644
--- a/sys/i386/isa/npx.c
+++ b/sys/i386/isa/npx.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.63 1998/12/07 21:58:22 archie Exp $
+ * $Id: npx.c,v 1.64 1998/12/14 19:16:17 bde Exp $
*/
#include "npx.h"
@@ -58,9 +58,7 @@
#include <machine/cputypes.h>
#include <machine/frame.h>
#include <machine/ipl.h>
-#ifndef SMP
#include <machine/md_var.h>
-#endif
#include <machine/pcb.h>
#include <machine/psl.h>
#ifndef SMP
@@ -86,15 +84,6 @@
#define NPX_DISABLE_I586_OPTIMIZED_COPYIO (1 << 2)
/* XXX - should be in header file. */
-extern void (*bcopy_vector) __P((const void *from, void *to, size_t len));
-extern void (*ovbcopy_vector) __P((const void *from, void *to, size_t len));
-extern int (*copyin_vector) __P((const void *udaddr, void *kaddr, size_t len));
-extern int (*copyout_vector) __P((const void *kaddr, void *udaddr, size_t len));
-
-void i586_bcopy __P((const void *from, void *to, size_t len));
-void i586_bzero __P((void *buf, size_t len));
-int i586_copyin __P((const void *udaddr, void *kaddr, size_t len));
-int i586_copyout __P((const void *kaddr, void *udaddr, size_t len));
ointhand2_t npxintr;
#ifdef __GNUC__
OpenPOWER on IntegriCloud