Skip site navigation (1)Skip section navigation (2)
Date:      26 Sep 1998 10:37:00 +0200
From:      dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= )
To:        "John W. DeBoskey" <jwd@unx.sas.com>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Massive devfs confusion
Message-ID:  <xzpsohfuv6b.fsf@hrotti.ifi.uio.no>
In-Reply-To: "John W. DeBoskey"'s message of "Thu, 24 Sep 1998 18:42:51 -0400 (EDT)"
References:  <199809242242.SAA00779@bb01f39.unx.sas.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"John W. DeBoskey" <jwd@unx.sas.com> writes:
> ps: I had to create a /dev/xpt0 by hand for camcontrol, it isn't
>     in MAKEDEV.

Yes it is:

finrod@niobe ~$ ident /dev/MAKEDEV
/dev/MAKEDEV:
     $Id: MAKEDEV,v 1.172 1998/09/16 00:10:26 ken Exp $
finrod@niobe ~$ grep xpt /dev/MAKEDEV
        sh MAKEDEV pass4 xpt2                           # cdev, CAM
xpt*)
        name=xpt
        units=èxpr $i : 'xpt\(.*\)'`

I assume that you of course did the natural and sensible thing on
C-day:

# cp /usr/src/etc/etc.i386/MAKEDEV /dev
# cd /dev
# sh MAEDEV all

DES
-- 
Dag-Erling Smørgrav - dag-erli@ifi.uio.no

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpsohfuv6b.fsf>