Product Documentation and Knowledge Base - HomeDocumentation


Charon-VAXCharon-AXPCharon-PDPCharon-SSPCharon-PAR
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Table of Contents

Back to Table of Contents

General description

CHARON-AXP supports emulation of PBXDA-xx family PCI serial adapter based on DIGI AccelePort serial adapters via CHARON PCI Pass Through mode (using a specific CHARON PCI Pass Through driver).

CHARON PCI Pass Through mode enables connection between the virtual PBXDA-xx PCI serial adapter and the physical DIGI AccelePort PCI serial adapter plugged into a hosting server PCI bus.

(info) Note the model of DIGI AccelePort PCI serial adapter for emullation of a particular model of PBXDA-xx family PCI serial adapter:

DEC PBXDA-xx adapter
Name of the device to map to
Controller
Vendor ID
Device ID
PBXDA-BADIGI AccelePort 4r 920ASIC PCI114Fh0026h
PBXDA-BBDIGI AccelePort 8r 920ASIC PCI114Fh0027h
PBXDA-ACDIGI AccelePort XemASIC PCI114Fh0004h
PBXDA-ACDIGI AccelePort XemASIC PCI114Fh0008h

Back to Table of Contents

Loading PBXDA-xx PCI serial adapter

Syntax for loading PBXDA-xx PCI serial adapter:

load digi <name>

Example:

load digi SERIAL_A

By default PBXDA-xx adapter uses first available PCI slot. If instead some particular slot is needed, refer to this section for details of specific placement of PCI peripherals on CHARON-AXP PCI bus.

Back to Table of Contents

Configuration parameters

The PBXDA-xx PCI serial adapter emulation has only one configuration parameter:

Parameter

Type

Value

host_bus_locationText String

Establish connection between virtual PBXDA-xx PCI serial adapter and physical DIGI AccelePort PCI serial adapter installed on CHARON-AXP host (pass through mode)

Syntax:

load digi <controller name> host_bus_location="PCI bus X, device Y, function Z"

where:

ParameterDescription
"PCI bus X"PCI bus number of the host  DIGI AccelePort PCI serial adapter
"device Y"PCI bus device number of the host  DIGI AccelePort PCI serial adapter
"function Z"The "function" parameter of the the host DIGI AccelePort PCI serial adapter

Example:

load digi SERIAL_A host_bus_location="PCI bus 3, device 1, function 0"

Back to Table of Contents

Installation of  PBXDA-xx PCI serial adapter

  1. Install the PBXDA-xx PCI serial adapter (see below for a list of supported models) to some spare PCI slot of the host system
  2. Boot a Windows operating system
  3. Open “Computer Management”
  4. Select “Device Manager”
  5. In the right window select the desired physical serial adapter connected to the system, right-click the mouse button, and the corresponding menu will appear.
  6. From the menu select “Update driver…”. Windows will show “Hardware Upgrade Wizard”
  7. Select “No, not this time”, click “Next”
  8. Select “Install from a list or specific location (Advanced)”, click “Next”
  9. Select “Don’t search. I will choose the driver to install”, click “Next”
  10. Click “Have Disk…”. Windows shows dialog “Install From Disk”
  11. Instead of “A:\”, click “Browse” and select path to the folder in which driver’s INF file is located (typically "C:\Program Files\CHARON\Drivers\PBXDA-xx_X.X.0.XXXXX"), select “PBXDA-xx_ppt_amd64.inf”, and click “Open”
  12. The “Hardware Upgrade Wizard” should have “CHARON PBXDA-xx serial adapter”. Select it, and click “Next”
  13. There will be one or two more dialogs, but they are usual for device driver installation.
  14. Reboot the host

Upon completion, a new device will appear in the device manager with the CHARON logo on it.

Back to Table of Contents

Mapping to host PBXDA-xx PCI serial adapter

Open “Computer Management” application and select “Device Manager”:

On the right panel select the installed PBXDA-xx PCI serial adapter:

Open its property sheet by double-click on the selected adapter:


 The “Location:” on the above picture gives X, Y, and Z for the "host_bus_location" parameter, for example:

set serial host_bus_location = "PCI bus 1, device 8, function 0"

(warning) Non-US-EN installations of Windows may present “Location:” string in local language, but "host_bus_location" parameter requires English notation, so the words “PCI”, “bus”, “device”, and “function” must be specified in English.

Back to Table of Contents

  • No labels