aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-12-11 03:33:58 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-12-11 03:33:58 +0000
commitc8a62b4bc5300118330353b6c6d85561c0d6c746 (patch)
tree3e6274d7700ce9f1a41e05b29a5a9116f1ea825c /sys
parentd83ea8bcbdbc82b590b17f5fe3dbb8250b8f47e9 (diff)
downloadsrc-c8a62b4bc5300118330353b6c6d85561c0d6c746.tar.gz
src-c8a62b4bc5300118330353b6c6d85561c0d6c746.zip
Removed inappropriate comment.
Notes
Notes: svn path=/head/; revision=5037
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/machdep.c4
-rw-r--r--sys/i386/i386/machdep.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 3a968453dfd4..4c27fe1e0c3c 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.96 1994/12/11 02:28:36 davidg Exp $
+ * $Id: machdep.c,v 1.97 1994/12/11 03:11:23 davidg Exp $
*/
#include "npx.h"
@@ -1300,8 +1300,6 @@ init386(first)
* are trying to use bus mastering ISA controllers with the
* "16MB limit"; they only have 16MB, but the remapping puts
* them beyond the limit.
- * XXX - this should be removed when bounce buffers are
- * implemented.
*/
/*
* If extended memory is between 15-16MB (16-17MB phys address range),
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index 3a968453dfd4..4c27fe1e0c3c 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.96 1994/12/11 02:28:36 davidg Exp $
+ * $Id: machdep.c,v 1.97 1994/12/11 03:11:23 davidg Exp $
*/
#include "npx.h"
@@ -1300,8 +1300,6 @@ init386(first)
* are trying to use bus mastering ISA controllers with the
* "16MB limit"; they only have 16MB, but the remapping puts
* them beyond the limit.
- * XXX - this should be removed when bounce buffers are
- * implemented.
*/
/*
* If extended memory is between 15-16MB (16-17MB phys address range),