Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2001 05:29:58 -0700 (PDT)
From:      Murray Stokely <murray@FreeBSD.org>
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 ...
Message-ID:  <200108301229.f7UCTwf60390@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <gnb@itga.com.au>,
                Jan L. Peterson <jlp@flipdog.com>
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108301229.f7UCTwf60390>