Date: Thu, 11 May 2000 10:37:51 +0700 (NOVST) From: Nickolay Dudorov <nnd@mail.nsk.ru> To: current@freebsd.org Subject: Re: It seems that SCSI code still use block devices Message-ID: <200005110337.KAA01413@wint.itfs.nsk.su> In-Reply-To: <20000511055501.A52142@nagual.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
In <20000511055501.A52142@nagual.pp.ru> Andrey A. Chernov <ache@nagual.pp.ru> wrote: > Just got from recent kernel: > > Mounting root from ufs:/dev/da0s1a > Device char-major=13 minor=131072 opened in block mode, convert to char mode with /dev/MAKEDEV before 2000-07-01 > > The suggestion is strange indeed, /dev/da0s1a ALREADY IS character device. > It means that kernel mounting code itself still use block devices. Moreover I've got: Mounting root from ufs:/dev/ad0s1a ^^ Device char-major=116 minor=131072 opened in block mode, convert to char mode with /dev/MAKEDEV before 2000-07-01 So the problem is not in the SCSI code, but in the "root mounting" code. N.Dudorov 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?200005110337.KAA01413>