IPHASE5575 Drivers for ATM on Linux, by Monalisa Agrawal, UNH, IOL =================================================== magrawal@iol.unh.edu This is experimental software. There are known major bugs and certainly even many more yet unknown problems. This is an ATM device driver written for the Interphase 5575 ATM Interface card from Interphase Inc., with some helpful contributions from Peter Wang, Interphase Inc. This package contains the sources for the drivers, the makefile and 2 patch files to patch the ATM on Linux code to be able to test the ABR functionality of the driver. INSTALLATION ============ In order to install this package, you need - this package itself. - the ATM on Linux package ftp://lrcftp.epfl.ch/pub/linux/atm/dist/atm-0.57.tar.gz - the Linux kernel, version 2.2.5, e.g. from ftp://ftp.kernel.org/pub/linux/kernel/v2.1/linux-2.2.5.tar.gz 1. First, install the linux kernel and patch it with the atm on linux patches according to the directions given in the USAGE file in the ATM on Linux package. 2. Install the ATM on Linux package. 3. Patch the ATM on Linux package with the 2 patch files included in this package and build it. 3. Copy the source files and the makefile included in the package into /usr/src/linux/drivers/atm directory. 4. Build the driver by typing make -f Makefile.iphase 5. Now you are ready to use the driver as a dynamically loadable module. You can install it and remove it using the standard linux commands. You can test the driver using the applications included in the ATM on Linux package.