head	1.1;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.2.1
	RELENG_4_11:1.1.2.1.0.16
	RELENG_4_11_BP:1.1.2.1
	RELENG_4_10_0_RELEASE:1.1.2.1
	RELENG_4_10:1.1.2.1.0.14
	RELENG_4_10_BP:1.1.2.1
	RELENG_4_9_0_RELEASE:1.1.2.1
	RELENG_4_9:1.1.2.1.0.12
	RELENG_4_9_BP:1.1.2.1
	RELENG_4_8_0_RELEASE:1.1.2.1
	RELENG_4_8:1.1.2.1.0.10
	RELENG_4_8_BP:1.1.2.1
	RELENG_4_7_0_RELEASE:1.1.2.1
	RELENG_4_7:1.1.2.1.0.8
	RELENG_4_7_BP:1.1.2.1
	RELENG_4_6_2_RELEASE:1.1.2.1
	RELENG_4_6_1_RELEASE:1.1.2.1
	RELENG_4_6_0_RELEASE:1.1.2.1
	RELENG_4_6:1.1.2.1.0.6
	RELENG_4_6_BP:1.1.2.1
	RELENG_4_5_0_RELEASE:1.1.2.1
	RELENG_4_5:1.1.2.1.0.4
	RELENG_4_5_BP:1.1.2.1
	RELENG_4_4_0_RELEASE:1.1.2.1
	RELENG_4_4:1.1.2.1.0.2
	RELENG_4_4_BP:1.1.2.1
	RELENG_4:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2001.08.30.12.29.56;	author murray;	state dead;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2001.08.30.12.29.56;	author murray;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	2012.11.17.07.28.44;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@file Makefile was initially added on branch RELENG_4.
@
text
@@


1.1.2.1
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
@
text
@a0 10
# $FreeBSD: $

PROG=	stlstty
MAN=	stlstty.8
MANSUBDIR=/i386

DPADD=	${LIBNCURSES} ${LIBMYTINFO}
LDADD=	-lncurses -lmytinfo

.include <bsd.prog.mk>
@


1.1.2.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/usr.sbin/stallion/stlstty/Makefile 82564 2001-08-30 12:29:58Z murray $
@


