From owner-freebsd-questions@FreeBSD.ORG Tue Nov 11 08:06:29 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDBC716A4CE for ; Tue, 11 Nov 2003 08:06:29 -0800 (PST) Received: from be-well.no-ip.com (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BAF543FE9 for ; Tue, 11 Nov 2003 08:06:29 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.no-ip.com (Postfix, from userid 1147) id 697985D; Tue, 11 Nov 2003 11:06:28 -0500 (EST) Sender: lowell@be-well.ilk.org To: freebsd-questions@freebsd.org References: <1068396371@p66.f5.n5022.z2.fidonet> From: Lowell Gilbert Date: 11 Nov 2003 11:06:28 -0500 In-Reply-To: <1068396371@p66.f5.n5022.z2.fidonet> Message-ID: <44wua6c2kb.fsf@be-well.ilk.org> Lines: 37 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Strangeness at the drive naming and numering X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2003 16:06:30 -0000 Sergey Zaikov writes: > Hello, Questions@freebsd.Org!!! > > Sametimes ago I has two hard drives: > > Oct 30 08^34^06 acc |kernel^ ad0^ 38162MB [77536|16|63] at > ata0-master UDMA33 > Oct 30 08^34^06 acc |kernel^ ad1^ 38166MB [77545|16|63] at > ata1-slave UDMA33 > > Is all correct? I think that the names must be ad0 and ad3. > > Later, I has connected a CD-ROM: > > Nov 4 13^45^14 acc |kernel^ ad0^ DMA limited to UDMA33? non-ATA66 cable or > device > Nov 4 13^45^14 acc |kernel^ ad0^ 38162MB [77536|16|63] at > ata0-master UDMA33 > Nov 4 13^45^14 acc |kernel^ ad1^ 38166MB [77545|16|63] at > ata1-slave UDMA33 > Nov 4 13^45^14 acc |kernel^ acd0^ CDROM at > ata0-slave PIO4 > > Well, nothing strange. > > Than I try using the ATAPI/CAM Driver (according Handbook: 12.5.9 Using the > ATAPI/CAM Driver). Rebuild and install new kernel. > > Than I see: > The drive "ad1" be named as "ad3"! > > What I do wrong? What's the problem? The second ATA disk in a system is normally named ad1. There's a kernel option to "wire down" the names to specific spots on the IDE buses, but that option is not used by default.