From owner-cvs-all Fri May 25 11:31: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 6665037B422; Fri, 25 May 2001 11:30:56 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from zeppo.feral.com (IDENT:mjacob@zeppo.feral.com [192.67.166.71]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f4PIUsg06643; Fri, 25 May 2001 11:30:55 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Fri, 25 May 2001 11:30:54 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: "David O'Brien" Cc: Wilko Bulte , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc MAKEDEV In-Reply-To: <20010525112610.F95361@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Fri, May 25, 2001 at 03:29:09PM +0200, Wilko Bulte wrote: > > > Modified files: (Branch: RELENG_4) > > > etc MAKEDEV > > > Log: > > > Add ability to make the console (zs) device for AS8[24]00 (TurboLaser) > > Someone else will have to figure out if devfs knows about `zs' and if > not, how to add it. > > That should be okay (all of my stuff NASA/Ames is down today for power saving over the Memorial day weekend- can't test for sure) because: make_dev(&zs_cdevsw, 0, UID_ROOT, GID_WHEEL, 0600, "zs%d", device_get_unit(dev)); in zs_attach will DTRT under DEVFS. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message