From owner-freebsd-questions@FreeBSD.ORG Wed Apr 7 18:00:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F5B416A4D9 for ; Wed, 7 Apr 2004 18:00:07 -0700 (PDT) Received: from priv-edtnes03-hme0.telusplanet.net (outbound01.telus.net [199.185.220.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id D644D43D5D for ; Wed, 7 Apr 2004 18:00:06 -0700 (PDT) (envelope-from cpressey@catseye.mine.nu) Received: from catseye.biscuit.boo ([154.5.85.228]) by priv-edtnes03-hme0.telusplanet.netSMTP <20040408010006.RIEC7903.priv-edtnes03-hme0.telusplanet.net@catseye.biscuit.boo>; Wed, 7 Apr 2004 19:00:06 -0600 Date: Wed, 7 Apr 2004 18:06:21 -0700 From: Chris Pressey To: Mipam Message-Id: <20040407180621.2c36bcb1.cpressey@catseye.mine.nu> In-Reply-To: References: <200404071418.i37EIvU05373@clunix.cl.msu.edu> Organization: Cat's Eye Technologies X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: jerrymc@clunix.cl.msu.edu cc: freebsd-questions@freebsd.org Subject: Re: pseudo-device vn X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2004 01:00:07 -0000 On Wed, 7 Apr 2004 15:12:21 +0200 (MET DST) Mipam wrote: > On Wed, 7 Apr 2004, Jerry McAllister wrote: > > > Should i just put > > > pseudo-device vn > > > in the kernel config file to make this work? > > > > You didn't say which version of FreeBSD you were using. > > In versions 4.xxx and earlier I think this will work. > > It is what I have done. You should be able to find it > > in the LINT file. > > > > But, starting with 5.0 I think it may have been changed. > > I am using 5.2.1-p4, i also didnt see this in LINT. > Any hints? In 5.x, `vn' was replaced by `md'. (Sorry, that's about all I know about it.) > Bye, > > Mipam. -Chris