From 405fff7f5861b4bf78498a953759e72149160ac8 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 6 Aug 2001 22:31:33 +0000 Subject: [PATCH] Fixed comment about disabling VBTO on 68K boards. --- src/drv/ansi/drvEpvxi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drv/ansi/drvEpvxi.c b/src/drv/ansi/drvEpvxi.c index 458ca8e17..5babeeff6 100644 --- a/src/drv/ansi/drvEpvxi.c +++ b/src/drv/ansi/drvEpvxi.c @@ -97,7 +97,7 @@ * modules that are beyond the MXI bus otherwise. If you can't do this * you'll need to disable the bus timeout timer function of the system * controller in your startup script, for example: - * MVME16x/17x: *0xfff4004c = 0x000095e7 + * MVME16x/17x: *0xfff4004c |= 0x00030000 * MVME2700: *0xfd050404 = 0x00000602 * */