Hi, I've put new experimental version of my generic HDLC code on http://hq.pm.waw.pl/hdlc/ ( ftp://ftp.pm.waw.pl/pub/linux/hdlc/experimental/ ) Currently supported (hw drivers) are C101 and N2 (untested) boards. Protocols supported: - X.25 and PPP (via X.25 and syncppp routines) - Frame Relay (CCITT and ANSI LMI, or no LMI) - Cisco HDLC - raw HDLC (you can select NRZ/NRZI/Manchester/FM codes and parity) This version uses new ioctl interface. Comments welcome. No HDLC/FR bridging code yet. No Cisco LMI support (for FR) yet. No docs (except Documentation/networking/generic-hdlc.txt) yet. I'm thinking about implementing asynchronous HDLC driver. The patch has been generated against 2.4.4-ac6 tree. It should apply to pure 2.4.4 as well. Protocol support is now split into separate files hdlc_fr.c, hdlc_cisco.c etc. -- Krzysztof Halasa Network Administrator - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/