iphase.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | iphase.h (4091fb95b5f8dea37568d1a94c8227244bade891) |
---|---|
1/****************************************************************************** 2 Device driver for Interphase ATM PCI adapter cards 3 Author: Peter Wang <pwang@iphase.com> 4 Interphase Corporation <www.iphase.com> 5 Version: 1.0 6 iphase.h: This is the header file for iphase.c. 7******************************************************************************* 8 --- 7 unchanged lines hidden (view full) --- 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 General Public License for more details. 18 19 Modified from an incomplete driver for Interphase 5575 1KVC 1M card which 20 was originally written by Monalisa Agrawal at UNH. Now this driver 21 supports a variety of varients of Interphase ATM PCI (i)Chip adapter 22 card family (See www.iphase.com/products/ClassSheet.cfm?ClassID=ATM) 23 in terms of PHY type, the size of control memory and the size of | 1/****************************************************************************** 2 Device driver for Interphase ATM PCI adapter cards 3 Author: Peter Wang <pwang@iphase.com> 4 Interphase Corporation <www.iphase.com> 5 Version: 1.0 6 iphase.h: This is the header file for iphase.c. 7******************************************************************************* 8 --- 7 unchanged lines hidden (view full) --- 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 General Public License for more details. 18 19 Modified from an incomplete driver for Interphase 5575 1KVC 1M card which 20 was originally written by Monalisa Agrawal at UNH. Now this driver 21 supports a variety of varients of Interphase ATM PCI (i)Chip adapter 22 card family (See www.iphase.com/products/ClassSheet.cfm?ClassID=ATM) 23 in terms of PHY type, the size of control memory and the size of |
24 packet memory. The followings are the change log and history: | 24 packet memory. The following are the change log and history: |
25 26 Bugfix the Mona's UBR driver. 27 Modify the basic memory allocation and dma logic. 28 Port the driver to the latest kernel from 2.0.46. 29 Complete the ABR logic of the driver, and added the ABR work- 30 around for the hardware anormalies. 31 Add the CBR support. 32 Add the flow control logic to the driver to allow rate-limit VC. --- 1421 unchanged lines hidden --- | 25 26 Bugfix the Mona's UBR driver. 27 Modify the basic memory allocation and dma logic. 28 Port the driver to the latest kernel from 2.0.46. 29 Complete the ABR logic of the driver, and added the ABR work- 30 around for the hardware anormalies. 31 Add the CBR support. 32 Add the flow control logic to the driver to allow rate-limit VC. --- 1421 unchanged lines hidden --- |