summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-03-17 08:41:28 +0000
committerkato <kato@FreeBSD.org>1998-03-17 08:41:28 +0000
commit7fa5494b44b3b62151dee1fd462609ce0c32b9c5 (patch)
tree76927878e9f2317d9b55f17ff0f68797cb81af9b
parentca4225334c1231dd0bede79399e15e7b60ec0ec8 (diff)
downloadFreeBSD-src-7fa5494b44b3b62151dee1fd462609ce0c32b9c5.zip
FreeBSD-src-7fa5494b44b3b62151dee1fd462609ce0c32b9c5.tar.gz
Deleted PC-98 code because (1) machine dependent code should not be in
here, and (2) the flag used in PC-98 code has been assigned to another purpose.
-rw-r--r--sys/kern/vfs_bio.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 25a86d2..9539051 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -11,7 +11,7 @@
* 2. Absolutely no warranty of function or purpose is made by the author
* John S. Dyson.
*
- * $Id: vfs_bio.c,v 1.155 1998/03/08 09:57:04 julian Exp $
+ * $Id: vfs_bio.c,v 1.156 1998/03/16 01:55:22 dyson Exp $
*/
/*
@@ -1545,13 +1545,6 @@ loop1:
allocbuf(bp, size);
splx(s);
-#ifdef PC98
- /*
- * 1024byte/sector support
- */
-#define B_XXX2 0x8000000
- if (vp->v_flag & 0x10000) bp->b_flags |= B_XXX2;
-#endif
return (bp);
}
}
OpenPOWER on IntegriCloud