From owner-freebsd-questions Wed Sep 18 10:20:28 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA00941 for questions-outgoing; Wed, 18 Sep 1996 10:20:28 -0700 (PDT) Received: from cwbone.bsi.com.br (cwbone.bsi.com.br [200.250.250.14]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA00867 for ; Wed, 18 Sep 1996 10:20:20 -0700 (PDT) Received: (from jalves@localhost) by cwbone.bsi.com.br (8.6.12/8.6.9) id OAA12951; Wed, 18 Sep 1996 14:18:26 GMT Date: Wed, 18 Sep 1996 14:18:26 +0000 () From: Joao Alves Junior To: Gary Chrysler cc: questions@FreeBSD.org Subject: Re: Adding ttyv? devices. In-Reply-To: <324019EA.6406@ime.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 18 Sep 1996, Gary Chrysler wrote: > Hi all. > > I've been searching/reading archives/FAQ's and as far as I can tell > MAXCONS is 12 by default (LINT), So to add ttyv[4-11] should be: > % ./MAKEDEV ttyv4 Hello Gary... You have to do: ./MAKEDEV vty4 vty5 vty6 For me it works..... Joao Alves Junior