summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1996-12-29 08:14:02 +0000
committerKATO Takenori <kato@FreeBSD.org>1996-12-29 08:14:02 +0000
commit134223b9282824c3ab9d6a2f52212a2c3ea01d08 (patch)
treeb3e53b2be3a1e0e4c98b39a52a01313056ebfa70
parentcbecba19cc9adf6a00ccbea7c9a6b7af0761d2d6 (diff)
Notes
-rw-r--r--sys/pc98/pc98/npx.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pc98/pc98/npx.c b/sys/pc98/pc98/npx.c
index 34a5ba349e7b..b52b2966f520 100644
--- a/sys/pc98/pc98/npx.c
+++ b/sys/pc98/pc98/npx.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.8 1996/10/29 08:36:22 asami Exp $
+ * $Id: npx.c,v 1.9 1996/12/04 04:21:04 asami Exp $
*/
#include "npx.h"
@@ -409,10 +409,12 @@ 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