From a9d6c60e105d0a88e193993eb209626287c67cc7 Mon Sep 17 00:00:00 2001 From: Armin Schindler Date: Thu, 8 Jun 2000 08:31:03 +0000 Subject: [PATCH] corrected tei parameter option --- eicon/eiconctrl.c | 7 +++---- eicon/eiconctrl.man.in | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/eicon/eiconctrl.c b/eicon/eiconctrl.c index a62b8669..fe2f937d 100644 --- a/eicon/eiconctrl.c +++ b/eicon/eiconctrl.c @@ -21,6 +21,9 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * $Log$ + * Revision 1.16 2000/06/07 21:08:35 armin + * Fixed OAD, OSA and SPID parameter setting. + * * Revision 1.15 2000/04/24 07:53:03 armin * Extended interface to divaload. * @@ -1700,13 +1703,9 @@ int main(int argc, char **argv) { if (!strncmp(argv[arg_ofs], "-t", 2)) { if (isabus) { cb->isa.tei = atoi(argv[arg_ofs] + 2); - cb->isa.tei <<= 1; - cb->isa.tei |= 0x01; } else { #ifdef HAVE_NPCI cb->pci.tei = atoi(argv[arg_ofs] + 2); - cb->pci.tei <<= 1; - cb->pci.tei |= 0x01; #endif } continue; diff --git a/eicon/eiconctrl.man.in b/eicon/eiconctrl.man.in index 77f9fbf0..40c0f112 100644 --- a/eicon/eiconctrl.man.in +++ b/eicon/eiconctrl.man.in @@ -154,7 +154,7 @@ When using PRI-PtP set -n -S2 .BI eiconctrl " load etsi" loads and starts S0 type adapter with protocol E-DSS1. .TP -.BI eiconctrl " load etsi -t0 -s1 -n" +.BI eiconctrl " load etsi -t1 -s1 -n" loads and starts S0 type adapter with protocol E-DSS1 PtP. .TP .BI eiconctrl " load etsi -s2 -n"