Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 1996 19:36:13 -0700 (PDT)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        cher@phys.msu.su
Cc:        stable@FreeBSD.org, hackers@FreeBSD.org, ccd@forgery.cs.berkeley.edu
Subject:   Re: CCD driver bug ?
Message-ID:  <199605300236.TAA17758@silvia.HIP.Berkeley.EDU>
In-Reply-To: <Pine.BSI.3.93.960529182915.26083C-100000@ns.phys.msu.su> (message from Alicher Alikhodjaev on Wed, 29 May 1996 18:49:39 %2B0400 (W-SU))

next in thread | previous in thread | raw e-mail | index | archive | help
 *  ccdconfig -Cv

 * ... - Ok!
 *  newfs -f 512 -b 4096 -m 1 /dev/ccd0c
 * ... - Ok!
 * but:
 *  fsck /dev/ccd0c 
 *  Can't open /dev/rccd0c: Device not configured
 * 
 * disklabel ccd0
 * disklabel: /dev/rccd0c: Device not configured

 * To make device entries I used patch to MAKEDEV from ccd-960131.

This is because the raw device (/dev/rccd*)'s major number has changed 
since then.  The block device is unchanged so other operations work.

Since you said you have -stable, you can use the MAKEDEV in
/usr/src/etc/etc.i386 to make the nodes.  Or just change the "72" to
"74" in your MAKEDEV that you already have.

Satoshi



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