Import 2.1.99pre2
[davej-history.git] / Documentation / networking / wanpipe.txt
blob0be0c5dc12fd7d07470a5cbc0cc2be057bcefae0
1 ------------------------------------------------------------------------------
2 WANPIPE(tm) Multiprotocol WAN Driver for Linux WAN Router
3 ------------------------------------------------------------------------------
4 Release 4.1
5 November 17, 1997
6 Author: Jaspreet Singh <jaspreet@sangoma.com>
7 Copyright (c) 1995-1997 Sangoma Technologies Inc.
8 ------------------------------------------------------------------------------
10 INTRODUCTION
12 WANPIPE(tm) is a family of intelligent multiprotocol WAN communication adapters
13 for personal computers (ISA bus) designed to provide PC connectivity to
14 various communication links, such as leased lines and public data networks, at
15 speeds up to T1/E1 using a variety of synchronous communications protocols,
16 including frame relay, PPP, X.25, SDLC, etc.
18 WANPIPE driver together with Linux WAN Router module allows you to build a
19 relatively inexpensive, yet high-performance multiprotocol WAN router.  For
20 more information about the Linux WAN Router please read the file
21 Documentation/networking/wan-router.txt.  You must also obtain the WAN Tools
22 package to be able to use the Linux WAN Router and WANPIPE driver.  The package
23 is available via the Internet from Sangoma Technologies' anonymous FTP server:
25         ftp.sangoma.com/pub/linux/wantools-X.Y.Z.tgz
26                         or
27         ftp.sangoma.com/pub/linux/wanpipe-X.Y.Z.tgz
29 The names of the packages differ only due to naming convention.  The 
30 functionality of wantools and wanpipe packages are the same.  The latest 
31 version of the WAN Drivers is wanpipe-2.0.0.
33 For technical questions and/or comments please e-mail to jaspreet@sangoma.com.
34 For general inquiries please contact Sangoma Technologies Inc. by
36         Hotline:        1-800-388-2475  (USA and Canada, toll free)
37         Phone:          (905) 474-1990
38         Fax:            (905) 474-9223
39         E-mail:         dm@sangoma.com  (David Mandelstam)
40         WWW:            http://www.sangoma.com
44 COPYRIGHT AND LICENSING INFORMATION
46 This program is free software; you can redistribute it and/or modify it under
47 the terms of the GNU General Public License as published by the Free Software
48 Foundation; either version 2, or (at your option) any later version.
50 This program is distributed in the hope that it will be useful, but WITHOUT
51 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
52 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
54 You should have received a copy of the GNU General Public License along with
55 this program; if not, write to the Free Software Foundation, Inc., 675 Mass
56 Ave, Cambridge, MA 02139, USA.
60 NEW IN THIS RELEASE
62  o This Version of WANPIPE supports only the S508 and S508/FT1 cards.  IF YOU
63    OWN A S502E OR A S508 CARD THEN PLEASE CONTACT SANGOMA TECHNOLOGIES FOR AN
64    UPGRADE.
65  o Protection of "enable_irq()" while "disable_irq()" has been enabled from 
66    any other routine (for Frame Relay, PPP and X25).
67  o Added additional Stats for Fpipemon and Ppipemon.
68  o Improved Load Sharing for multiple boards
71 FILE LIST
73 drivers/net:
74         README.wanpipe  This file
75         sdladrv.c       SDLA support module source code
76         sdla_fr.c       SDLA Frame Relay source code
77         sdla_ppp.c      SDLA PPP source code
78         sdla_x25.c      SDLA X.25 source code
79         sdlamain.c      SDLA support source code
81 include/linux:
82         sdla_x25.h      SDLA X.25 firmware API definitions
83         sdla_fr.h       SDLA frame relay firmware API definitions
84         sdla_ppp.h      SDLA PPP firmware API definitions
85         wanpipe.h       WANPIPE API definitions
86         sdladrv.h       SDLA support module API definitions
87         sdlasfm.h       SDLA firmware module definitions
88         router.h        
91 REVISION HISTORY
93 4.1     November 28, 1997
94         o Protection of "enable_irq()" while "disable_irq()" has been enabled 
95           from any other routine (for Frame Relay, PPP and X25).
96         o Added additional Stats for Fpipemon and Ppipemon
97         o Improved Load Sharing for multiple boards
100 4.0     November 06, 1997
101         o Implemented better protection of RACE conditions by critical flags for
102           FRAME RELAY, PPP and X25.
103         o DLCI List interrupt mode implemented for DLCI specific CIR.
104         o IPX support for FRAME RELAY, PPP and X25.
105         o IPX Server Support (MARS) for FRAME RELAY, PPP and X25.
106         o More driver specific stats included. 
107         o MULTICAST for FRAME RELAY and PPP.
109 3.1.0   January 30, 1997
111         o Implemented IOCTL for executing adapter commands.
112         o Fixed a bug in frame relay code causing driver configured as a FR
113           switch to be stuck in WAN_DISCONNECTED mode.
115 3.0.0   December 31, 1996
117         o Uses Linux WAN Router interface
118         o Added support for X.25 routing
119         o Miscellaneous bug fixes and performance improvements
121 2.4.1   December 18, 1996
123         o Added support for LMI and Q.933 frame relay link management
125 2.3.0   October 17, 1996
127         o All shell scripts use meta-configuration file
128         o Miscellaneous bug fixes
130 2.2.0   July 16, 1996
132         o Compatible with Linux 2.0
133         o Added uninstall script
134         o User's Manual is available in HTML format
136 2.1.0   June 20, 1996
138         o Added support for synchronous PPP
139         o Added support for S503 adapter
140         o Added API for executing adapter commands
141         o Fixed a re-entrancy problem in frame relay driver
142         o Changed interface between SDLA driver and protocol support modules
143         o Updated frame relay firmware
145 2.0.0   May 1, 1996
147         o Added interactive installation and configuration scripts
148         o Added System V-style start-up script
149         o Added dynamic memory window address selection in SDLA driver
150         o Miscellaneous bug fixes in SDLA driver
151         o Updated S508 frame relay firmware
152         o Changed SFM file format
154 1.0.0   February 12, 1996
156         o Final release
157         o Added support for Linux 1.3
158         o Updated S508 frame relay firmware
160 0.9.0   December 21, 1995
162         o Added SNAP encapsulation for routed frames
163         o Added support for the frame relay switch emulation mode
164         o Added support for S508 adapter
165         o Added capability to autodetect adapter type
166         o Miscellaneous bug fixes in SDLA and frame relay drivers
168 0.1.0   October 12, 1995
170         o Initial version
172 >>>>>>> END OF README <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<