From owner-freebsd-questions Wed Sep 18 11:32:02 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA09914 for questions-outgoing; Wed, 18 Sep 1996 11:32:02 -0700 (PDT) Received: from alaska.net (root@calvino.alaska.net [206.149.65.3]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA09879 for ; Wed, 18 Sep 1996 11:31:59 -0700 (PDT) Received: from hmmm.alaska.net by alaska.net (5.x/SMI-SVR4) id AA16487; Wed, 18 Sep 1996 10:29:19 -0800 Message-Id: <3240A234.5001@alaska.net> Date: Wed, 18 Sep 1996 18:30:28 -0700 From: hmmm X-Mailer: Mozilla 2.02 (Win16; I) Mime-Version: 1.0 To: Joao Alves Junior Cc: Gary Chrysler , questions@freebsd.org Subject: Re: Adding ttyv? devices. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Joao Alves Junior wrote: > > On Wed, 18 Sep 1996, Gary Chrysler wrote: actually, you just use the HIGHEST number! > > > 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