summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-11-30 14:08:44 +0000
committerbde <bde@FreeBSD.org>1996-11-30 14:08:44 +0000
commit3d7b534ed31f0c19f21838bccc93dc5a47e0e811 (patch)
tree36d48511026d886bcd2e509cf614cbf57c3f7528 /sys/i386/isa
parentad7885a3f4f5df29c84f126e005f877f039781ab (diff)
downloadFreeBSD-src-3d7b534ed31f0c19f21838bccc93dc5a47e0e811.zip
FreeBSD-src-3d7b534ed31f0c19f21838bccc93dc5a47e0e811.tar.gz
Reenabled i586-optimized copyin/out.
Should be in 2.2. Don't put it there for a while.
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/npx.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index 59c9dae..db81746 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.32 1996/11/11 20:39:03 bde Exp $
+ * $Id: npx.c,v 1.33 1996/11/15 20:27:14 bde Exp $
*/
#include "npx.h"
@@ -367,12 +367,10 @@ npxattach(dvp)
}
if (!(dvp->id_flags & NPX_DISABLE_I586_OPTIMIZED_BZERO))
bzero = i586_bzero;
-#ifdef notyet
if (!(dvp->id_flags & NPX_DISABLE_I586_OPTIMIZED_COPYIO)) {
copyin_vector = i586_copyin;
copyout_vector = i586_copyout;
}
-#endif
}
#endif
OpenPOWER on IntegriCloud