From owner-cvs-sys Fri Jul 5 11:50:59 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA24546 for cvs-sys-outgoing; Fri, 5 Jul 1996 11:50:59 -0700 (PDT) Received: (from jhay@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA24199; Fri, 5 Jul 1996 11:49:23 -0700 (PDT) Date: Fri, 5 Jul 1996 11:49:23 -0700 (PDT) From: John Hay Message-Id: <199607051849.LAA24199@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT files.i386 src/sys/i386/isa if_sr.c if_srregs.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jhay 96/07/05 11:49:22 Modified: sys/i386/conf LINT files.i386 Added: sys/i386/isa if_sr.c if_srregs.h Log: This driver supports the SDL Communications RISCom/N2 ISA cards that is based on the HD64570 chip. Both the 1 and 2 port cards is supported. Line speeds of up to 2Mbps is possible. At this speed about 95% of the bandwidth is usable with 486DX processors. The standard FreeBSD sppp code is used for the link level layer. The default protocol used is PPP. The Cisco HDLC protocol can be used by adding "link2" to the ifconfig line in /etc/sysconfig or where ever ifconfig is run. At the moment only the X.21 interface is tested. The others may need tweaks to the clock selection code. Revision Changes Path 1.273 +3 -1 src/sys/i386/conf/LINT 1.137 +2 -1 src/sys/i386/conf/files.i386