Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
| | |||||
* | Eliminate multiple __FBSDID and sys/cdefs.h. | bms | 2004-03-10 | 1 | -2/+0 |
| | |||||
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -0/+3 |
| | | | | Also some minor style cleanups. | ||||
* | Make open channels persist across ifconfig down and up. All channels | harti | 2003-08-07 | 1 | -15/+22 |
| | | | | | that are not currently closing when the interface is configured down will be brough up as soon as the interface is configured up. | ||||
* | Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been converted | harti | 2003-08-06 | 1 | -47/+2 |
| | | | | | to use the new OPENVCC and CLOSEVCC calls that allow the sepcification of traffic parameters for the connections. | ||||
* | Honor the ATMIO_FLAG_ASYNC for asynchronuous open/close of VCs. | harti | 2003-08-06 | 1 | -5/+7 |
| | |||||
* | Send events for VCC state changes, ACR rate changes and interface state | harti | 2003-07-29 | 1 | -8/+4 |
| | | | | changes. | ||||
* | This is a driver for IDT77252 based ATM interfaces. It has been tested | harti | 2003-07-15 | 1 | -0/+450 |
with a ProATM-155 and an IDT evaluation board and should also work with a ProATM-25 (it seems to work at least, I cannot really measure what the card emits). The driver has been tested on i386 and sparc64, but should work an other archs also. It supports UBR, CBR, ABR and VBR; AAL0, AAL5 and AALraw. As an additional feature VCI/VPI 0/0 can be opened for receiving in AALraw mode and receives all cells not claimed by other open VCs (even cells with invalid GFC, VPI and VCI fields and OAM cells). Thanks to Christian Bucari from ProSum for lending two cards and answering my questions. |