From owner-cvs-all Thu Aug 30 5:30:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B02B337B406; Thu, 30 Aug 2001 05:29:58 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7UCTwf60390; Thu, 30 Aug 2001 05:29:58 -0700 (PDT) (envelope-from murray) Message-Id: <200108301229.f7UCTwf60390@freefall.freebsd.org> From: Murray Stokely Date: Thu, 30 Aug 2001 05:29:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa/ic sc26198.h src/usr.sbin/stallion/stlstty stlstty.8 stlstty.c Makefile src/etc MAKEDEV src/sys/i386/conf LINT src/sys/i386/include cdk.h src/sys/i386/isa README.stl stallion.c istallion.c src/usr.sbin/stallion Makefile ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/08/30 05:29:58 PDT Modified files: (Branch: RELENG_4) etc MAKEDEV sys/i386/conf LINT sys/i386/include cdk.h sys/i386/isa README.stl stallion.c istallion.c usr.sbin/stallion Makefile usr.sbin/stallion/bootcode stl.4 usr.sbin/stallion/stlload stlload.8 stlload.c usr.sbin/stallion/stlstats stlstats.8 stlstats.c Added files: (Branch: RELENG_4) sys/i386/isa/ic sc26198.h usr.sbin/stallion/stlstty stlstty.8 stlstty.c Makefile Log: Import the latest (1998-era!) unsupported 2.0.0 version of the stallion driver from ftp.stallion.com (stl(4) and stli(4)). This adds support for the "EasyIO" family of PCI multiport serial cards with the stl driver. The default device names were changed to allow stl and stli devices to coexist on a system. - stl driver dialin devices are ttyE* as before - stli driver dialin devices no longer share the ttyE names, but now use ttyF* names. - dialout devices are now called cuaE* and cuaF* (cf cue*) in line with the rest of the system PR: 6368, 19890, 22967, 28831 Submitted by: Gregory Bond , Jan L. Peterson Approved by: jkh Revision Changes Path 1.243.2.35 +98 -1 src/etc/MAKEDEV 1.749.2.78 +5 -4 src/sys/i386/conf/Attic/LINT 1.5.2.1 +5 -1 src/sys/i386/include/cdk.h 1.3.6.2 +107 -114 src/sys/i386/isa/README.stl 1.39.2.2 +2857 -1164 src/sys/i386/isa/stallion.c 1.36.2.2 +135 -134 src/sys/i386/isa/istallion.c 1.4.2.1 +2 -2 src/usr.sbin/stallion/Makefile 1.8.2.4 +108 -52 src/usr.sbin/stallion/bootcode/stl.4 1.5.2.4 +3 -3 src/usr.sbin/stallion/stlload/stlload.8 1.10.2.1 +3 -3 src/usr.sbin/stallion/stlload/stlload.c 1.5.2.5 +4 -4 src/usr.sbin/stallion/stlstats/stlstats.8 1.9.2.1 +3 -3 src/usr.sbin/stallion/stlstats/stlstats.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message