Installing and Loading the old type Eicon ISA-cards.

New firmware in one tgz-file.
Commandline Management Interface.
This commit is contained in:
Armin Schindler 1999-03-29 11:05:25 +00:00
parent bdbc432075
commit c004f2be31
3 changed files with 574 additions and 367 deletions

View File

@ -3,6 +3,7 @@
# Makefile for eiconctrl
# (C) 1997 Fritz Elfert
# (C) 1998,99 Armin Schindler
# (C) 1999 Cytronics & Melware
#
#
SHELL = /bin/sh
@ -22,7 +23,7 @@ INSTALL_PROGRAM = $(INSTALL) -o 0 -g 0 -m 0750
INSTALL_DATA = $(INSTALL) -o 0 -g 0 -m 0644
INSTALL_MAN = $(INSTALL) -o 0 -g 0 -m 0644
CC = @CC@
COPTS =
COPTS = -D__DATADIR__=\"$(shell echo $(DESTDIR)$(CONFIG_DATADIR))\"
ifeq ("@CONFIG_EICONCTRL_DEBUG@","y")
COPTS += -D__DEBUGVAR__
@ -50,11 +51,7 @@ $(PROGRAM): $(MODULES)
install-data:
mkdir -p $(DESTDIR)$(DATADIR)
$(INSTALL_DATA) firmware/dspdload.bin $(DESTDIR)$(DATADIR)/dspdload.bin
$(INSTALL_DATA) firmware/te_etsi.sm $(DESTDIR)$(DATADIR)/te_etsi.sm
$(INSTALL_DATA) firmware/te_etsi.pm $(DESTDIR)$(DATADIR)/te_etsi.pm
$(INSTALL_DATA) firmware/te_1tr6.sm $(DESTDIR)$(DATADIR)/te_1tr6.sm
$(INSTALL_DATA) firmware/te_1tr6.pm $(DESTDIR)$(DATADIR)/te_1tr6.pm
tar xpvCfz $(DESTDIR)$(DATADIR) firmware/eicon_firm.tgz
install-man: $(PROGRAM).man
mkdir -p $(DESTDIR)$(MAN8DIR)

File diff suppressed because it is too large Load Diff

View File

@ -69,42 +69,7 @@ may be given to
sets the irq number to use (only ISA).
If the interrupt value is omitted, the current setting will be printed.
.TP
.BI "load " boot-code " " firmware
Only
.B ISA-Bus-type
cards.
Downloads the firmware into the card and starts operation. The firmware
name
.B must
be given
.B without
extension, since the card-type is determined automatically and according
to this, the appropriate extension is appended by the program. The
following extensions are used for various card-types:
Diehl-S:
.B .bin
Diehl-SX:
.B .sx
Diehl-SCOM:
.B .sy
Diehl-Quadro:
.B .sq
Diehl-PRI
.B .p
Using this command, after loading the diehl-module into kernel-space the
first real access to the hardware is done. Therefore the
.B irq
action above, should be used before, if the hardware settings are different
from the default settings.
Usually the images are located in
.IR @DATADIR@ .
The boot-code is named
.IR prload.bin .
.TP
.BI "loadpci " protocol " " [options]
Only
.B PCI-Bus-type
cards.
.BI "load " protocol " " [options]
Downloads the protocol- and dsp-code into the card and starts operation.
.LP
.RS
@ -140,16 +105,16 @@ Downloads the protocol- and dsp-code into the card and starts operation.
.RE
.LP
.TP
.I manage
Starts Management-Tool.
.BI "manage " [read | exec " " <path>]
Starts Management-Interface.
.LP
.SH EXAMPLE
.TP
.BI eiconctrl " loadpci etsi"
loads and starts S0 type PCI adapter with protocol E-DSS1.
.BI eiconctrl " load etsi"
loads and starts S0 type adapter with protocol E-DSS1.
.TP
.BI eiconctrl " loadpci etsi -s2 -n"
loads and starts S2M type PCI adapter with protocol E-DSS1.
.BI eiconctrl " load etsi -s2 -n"
loads and starts S2M type adapter with protocol E-DSS1.
.LP
.SH BUGS
No bugs so far.