Equinox Systems MEGAPORT Read This First Manual

Type
Read This First Manual

This manual is also suitable for

MEGAPORT / MEGAPLEX 1
Streams Release Notes 2.24
MEGAPORT / MEGAPLEX
UNIX System V Release 4
STREAMS Device Drivers (Release 2.24)
ISA/EISA Architecture
For use with SCO UnixWare, AT&T UNIX,
and other SVR4 derivatives
Release Notes
READ THIS FIRST
e
PN 560042/K
August 1997
MEGAPORT / MEGAPLEX 2
Streams Release Notes 2.24
Copyright 1997 Equinox Systems Inc. All rights reserved.
Release Notes Version 2.24 ....................................................................................................3
Upgrading From Previous Releases of Device Driver ..........................................................3
Device Driver Version 1.2X and Lower ...........................................................................3
Device Driver Version 2.00 and Higher...........................................................................4
Installing Version 2.24 Device Driver......................................................................................4
Packages not Listed with pkgadd ..........................................................................................5
Release Summary 2.24.............................................................................................................6
Enhancements and Fixes................................................................................................6
Release History ........................................................................................................................6
Release 2.23 ...................................................................................................................6
Release 2.22 ...................................................................................................................6
Release 2.21 ...................................................................................................................6
Release 2.10 ...................................................................................................................6
Release 2.02 ...................................................................................................................6
Release 2.00 ...................................................................................................................6
Release 1.20 ...................................................................................................................7
Release 1.10 ...................................................................................................................7
Release 1.0.1c ................................................................................................................7
UNIX System V Release 4
Streams Device Drivers
Table of Contents
Table of Contents
MEGAPORT / MEGAPLEX 3
Streams Release Notes 2.24
Unix System V, Release 4 STREAMS
Release Notes Version 2.24
This document is for use with UNIX System V Release 4.X and the Equinox MEGA-
PORT Streams driver (Version 2.24 or greater). These release notes contain a de-
scription of the driver release and other information not included in the printed
manual.
These release notes are intended as a supplement to the following manuals:
SVR4 Streams Device Driver Software Reference Manual, Equinox part number
560071/Rev A;
MEGAPORT;MEGAPORT/2; MEGAPORT/RS Hardware Reference Manual,
Equinox part number 560047/Rev A;
MEGAPLEX/; MEGAPLEX/2; MEGAPLEX/RS Hardware Reference Manual,
Equinox part number 560050,/Rev A.
If you do not have the appropriate installation manual, contact your distributor or
other point of purchase to obtain one.
NOTE: If you are using UNIX 3.2 you should use the standard
Equinox MEGAPORT UNIX driver. If you are using SCO XENIX,
you should use the Equinox XENIX driver diskette.
Upgrading From Previous Releases of Device Driver
MEGAPORT/MEGAPLEX Streams Device Driver Version 2.X represents a major
change in the format of the device driver distribution floppy. The SVR4-style
pkgadd
format is now utilized. Users upgrading from previous versions of the device driver
must take some additional steps to insure proper installation.
Device drivers formatted to work with the SVR4 pkgadd utility require previously
installed versions to be manually removed before installing this release. If you are
upgrading the Equinox MEGAPORT/MEGAPLEX Streams device driver, check the
version of the currently installed device driver. Follow the appropriate instructions
described below. If you are not sure of the version number installed on your system,
run both sets of procedures. Only one driver will be removed.
Device Driver Version 1.2X and Lower
If you are currently using version 1.2X or lower of the Equinox Streams Device
Driver, or if you are not sure which version you are using, execute the following
command:
# removepkg <CR>
removepkg produces a list of packages which were installed using the installpkg
command. If an Equinox device driver appears in the list, select the number corre-
sponding to the driver and proceed with driver removal. This procedure removes the
device driver version 1.2x and lower.
Do not rebuild the kernel at this time. The rebuild can be done after the new driver
is installed.
MEGAPORT / MEGAPLEX 4
Streams Release Notes 2.24
Device Driver Version 2.00 and Higher
If you currently use version 2.00 or higher of the Equinox Streams Device Driver,
run the
pkgrm command. A prompt displays if version 2.00 or higher of the device
driver was installed. Enter
Y followed by a carriage return to remove the device
driver. The
pkgrm utility removes packages that were installed with the pkgadd
utility.
Do not rebuild the kernel at this time. The rebuild can be done after the new driver
is installed.
# pkgrm eqx
The following package is currently installed:
eqx Equinox Megaport/Megaplex STREAMS Device Driver (ISA/EISA) (i.386) 2.xx
Do you want to remove this package [y,n,?,q]
Once you have successfully completed at least one of the removal procedures dis-
cussed above, you are ready to proceed with driver installation.
Installing Version 2.24 Device Driver
Follow theses steps after you have removed any previous device driver release:
Step 1 Run the
pkgadd command:
# pkgadd -d diskette1
Step 2 The pkgadd command confirms your actions with the following prompt:
Type [ go ] when ready or [q] to quit:
Step 3 Enter the word go followed by <CR> to continue:
go
Step 4 A prompt displays listing the available package. Enter 1 followed by a
<CR> to select the device driver packages:
1 eqx Equinox Megaport STREAMS Device Driver
Step 5 The installation should continue in a normal manner from this point. Refer
to the sample installation provided in the SVR4 Streams Device Driver Software
Reference Manual, Equinox part number 560071 to guide you though the rest of the
installation procedure. After the installation is completed, the following prompt
displays:
Type [ go ] when ready or [q] to quit:
Step 6 Type q followed by <CR> to exit the installation procedure.
Step 7 Reboot your system to begin using the new driver.
MEGAPORT / MEGAPLEX 5
Streams Release Notes 2.24
Packages Not Listed With
pkgadd
If no packages are listed after you execute the pkgadd command, you must manually
mount and unmount the package disk. This appears to be a problem with some
versions of SVR4 in the implementation of
pkgadd. Follow these steps to manually
mount and unmount the package disk:
# mount -Fs5 /dev/dsk/f03ht /mnt <CR>
# pkgadd -d /dev/dsk/f03ht <CR>
Follow the installation procedure outline in Installing Version 2.02 Device Driver. To
complete the installation:
# umount /mnt
Note: The device name
/dev/dsk/f03ht
refers to a 3½ inch floppy drive
configured as drive 0. Substitute 1 for 0 if your 3½ floppy is configured as
the second drive. Substitute the 3 with the number 5 if you are using a 5¼
diskette (i.e. /dev/dsk/f05ht) when drive 0 is a 5¼ diskette.
Ignore -ixon: +ixon
Some applications (such as FoxBase+) disable XON/XOFF software flow control (i.e.
-ixon). Use megastty with the +ixon flag to ignore -ixon on a port.
Example: When logged into a MEGAPORT port, enter the following cause the
driver to honor XON/XOFF flow control independent of whether the
port is set up for -ixon, enter:
megastty +ixon
To disable the operation of this feature, type:
megastty -ixon
MEGAPORT / MEGAPLEX 6
Streams Release Notes 2.24
Release Summary 2.24
Enhancements and Fixes
Fixed a panic reported by an NCR customer: when a port reported both a break
and a parity error in the same megapoll pass, it was possible for the driver to
corrupt a pointer eventually leading to memory corruption and a system panic.
The following impact NCR multiprocessor systems only:
Removed a warning message inserted in an earlier release to confirm a sus-
pected problem and validate the file. The message will no longer be seen.
Fixed a possible infinite loop in the channel lock code.
Release History
Release 2.23
Added fix for transparent print driver to fix random panics.
Increased print speed of printer driver.
Modified to allow non-blocked channel processing on LD boards.
MP version modified to eliminate timing window in unlock routine.
Added mode entries in the "/dev/term" directory to allow for faster processing of
login security searches.
Release 2.22
Reconfigured the driver to use "timeout" instead of "poll entry point" which is not
supported under UNIXWARE 2.0.
Made changes to the multi-processor code to eliminate deadlock situations.
Added support for Solaris x86 (See Solaris x86 Release Notes pn560081)
Modified open routine to unconditionally raise outbound control signals, fixed a
bug introduced in release 2.10.
Corrected initialization "board not found [ECH]" message.
Release 2.10
Added flag to utility, megastty +ixon
Added support for MEGAPORT XP
Fixed problem with eqxlpsetup utility for transparent print.
Release 2.02
Added diagnostics utility, megadiag, to release disk
Fixed problem that allowed erroneous flow control character initialization
Release 2.00
SVR4 pkgadd installation/removal
Installation changes for NCR and SVR4.2 Systems
POSIX compliance (test suites X/OPEN XPG3 and NIST PCTS)
full internal DDI/DDK compliance
added support for V.24 control signal extensions
enhanced megastty functionality
MEGAPORT / MEGAPLEX 7
Streams Release Notes 2.24
Release 1.20
Added transparent printer support
Performance enhancements
Improved hardware flow control
MEGAPLEX/2 support added
Enhanced diagnostics extensions
Release 1.10
Added a procedure to automate the device driver installation process
Added support for MEGAPLEX
Increased support to 240 ports
Corrected an intermittent condition which caused a panic when the cable was
disconnected
Changed initialization to start RTS at "off"
Release 1.0.1c
Initial release
Equinox Systems Inc.
One Equinox Way
Sunrise, Florida 33351
TEL: 954-746-9000
FAX: 954-746-9101
BBS: 954-746-0282
ftp.equinox.com
www.equinox.com
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8

Equinox Systems MEGAPORT Read This First Manual

Type
Read This First Manual
This manual is also suitable for

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI