Date: Fri, 25 May 2001 11:30:54 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> To: "David O'Brien" <obrien@FreeBSD.org> Cc: Wilko Bulte <wkb@freebie.demon.nl>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc MAKEDEV Message-ID: <Pine.LNX.4.21.0105251128410.14381-100000@zeppo.feral.com> In-Reply-To: <20010525112610.F95361@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.21.0105251128410.14381-100000>
