From owner-freebsd-current Sat May 13 13:19: 8 2000 Delivered-To: freebsd-current@freebsd.org Received: from bogon.freebsd.dk (bogon.freebsd.dk [212.242.40.178]) by hub.freebsd.org (Postfix) with ESMTP id 879C537BAD6 for ; Sat, 13 May 2000 13:19:03 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk ([212.242.127.222]) by bogon.freebsd.dk (8.9.3/8.9.3) with ESMTP id WAA18584; Sat, 13 May 2000 22:19:00 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id WAA00364; Sat, 13 May 2000 22:18:57 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Manfred Antar Cc: Assar Westerlund , Jeroen Ruigrok van der Werven , current@FreeBSD.ORG Subject: Re: MAKEDEV Warning ??? In-reply-to: Your message of "Sat, 13 May 2000 13:07:00 PDT." <4.3.2.3.2.20000513130322.00b34a48@pozo.com> Date: Sat, 13 May 2000 22:18:57 +0200 Message-ID: <362.958249137@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <4.3.2.3.2.20000513130322.00b34a48@pozo.com>, Manfred Antar writes: >>--- vfs_subr.c~ Sat May 6 00:08:38 2000 >>+++ vfs_subr.c Sat May 13 21:47:08 2000 >>@@ -1296,7 +1296,7 @@ >> return (error); >> } >> vp = nvp; >>- vp->v_type = VBLK; >>+ vp->v_type = VCHR; >> addalias(vp, dev); >> *vpp = vp; >> return (0); >That works for me too . Yes, that looks correct. >Which is the correct dev /dev/da0a , /dev/rda0a , or /dev/da0s1a to use >rda0a won't work. da0a works fine and I got rid of all the da0s1a,b,e,f,g ones ? In all likelyhood /dev/da0s1a is the one you should use. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message