From 84adefa331c4159d432d22840663c38f155cd4c1 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 20 Nov 2009 14:54:40 +0000 Subject: The R13B03 release. --- system/doc/embedded/vme_problems.xml | 61 ++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 system/doc/embedded/vme_problems.xml (limited to 'system/doc/embedded/vme_problems.xml') diff --git a/system/doc/embedded/vme_problems.xml b/system/doc/embedded/vme_problems.xml new file mode 100644 index 0000000000..7f9b929875 --- /dev/null +++ b/system/doc/embedded/vme_problems.xml @@ -0,0 +1,61 @@ + + + + +
+ + 1997 + 2007 + Ericsson AB, All Rights Reserved + + + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + The Initial Developer of the Original Code is Ericsson AB. + + + VME Bus Driver + Fredrik Tillman + + ETX/B/SFP/TILLMAN:96-002 + + + 1996-10-29 + PA1 + vme_problems.sgml +
+

This chapter describes the OS specific parts of OTP which relate to + the VME Bus Driver. +

+ +
+ Installation Problems +

The hardware watchdog timer which is controlled by the + heart port program requires the FORCEvme package, + which contains the VME bus driver, to be installed. This driver, + however, might clash with the Sun mcp driver and cause + the system to completely refuse to boot. To cure this problem, + the following lines should be added to /etc/system: +

+ + exclude: drv/mcp + exclude: drv/mcpzsa + exclude: drv/mcpp + + +

It is recommended that these lines be added to avoid the + clash described, which may make it completely impossible to boot + the system.

+
+
+
+ -- cgit v1.2.3