From owner-freebsd-current@FreeBSD.ORG Tue May 3 18:55:57 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6E4C106566C for ; Tue, 3 May 2011 18:55:57 +0000 (UTC) (envelope-from edwinlculp@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 920398FC1F for ; Tue, 3 May 2011 18:55:57 +0000 (UTC) Received: by qwc9 with SMTP id 9so305566qwc.13 for ; Tue, 03 May 2011 11:55:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=/HxVulTPwBBa25qbrUQ8sjrj9JeOiUxw7XSqt+QSswQ=; b=WC3Y3ic60bpwfiRUbXmb8liirAM5KrtmcWzNIT2nG1YLsN3+OT/MsNmVJpqbPU00re Nm7V0hNOBRDcpK0570FjJwqt5rnXPhj3mP6ftK7il8HQUEzHhWqd721UuYXUmFPdUgtJ RpPYFIFpPWAE1ukEi6/so6rLhmBlnSOmMpCp0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=cS2+pNpTeVBpKB1vopUhYCA+jXNpu1nTB1HfZJk63dhZR07CzrUFwqjTZFriE2lUPl TS/uHCm743HM6QjbdKSTLI3P7UsFE+JOU6ECavlpfF3K1Euf7UDspgYyFqCJnyl7RitP DHzS/BM0B+6ztzkap32pJiG6YOGae7b42CUMQ= MIME-Version: 1.0 Received: by 10.52.175.99 with SMTP id bz3mr251294vdc.117.1304448956393; Tue, 03 May 2011 11:55:56 -0700 (PDT) Received: by 10.52.107.5 with HTTP; Tue, 3 May 2011 11:55:56 -0700 (PDT) In-Reply-To: References: <20110502192852.18002gkkic9fy44k@econet.encontacto.net> Date: Tue, 3 May 2011 13:55:56 -0500 Message-ID: From: "Edwin L. Culp W." To: Arnaud Lacombe Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current , eculp Subject: Re: Totally confused with the /usrsrc/UPDATING for 20110424 CAM-based ATA stack X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2011 18:55:57 -0000 On Tue, May 3, 2011 at 12:56 PM, Arnaud Lacombe wrote: > Hi, > > On Mon, May 2, 2011 at 8:28 PM, eculp wrote: >> With this confusion I need someone to give me an idea on renumbering. >> >> I have two disks on this old machine that I have keep current sin FreeBS= D 6 >> IIRC as preparation for all the new goodies but this really bit me in th= e >> morning with a generic kernel and had a heck of a time getting it up. >> >> I have a new kernel with the new options. >> =A0 =A0 =A0 =A0 =A0 =A0options =A0 =A0 =A0 =A0ATA_CAM >> =A0 =A0 =A0 =A0 =A0 =A0device =A0 =A0 =A0 =A0 ahci >> =A0 =A0 =A0 =A0 =A0 =A0device =A0 =A0 =A0 =A0 mvs >> =A0 =A0 =A0 =A0 =A0 =A0device =A0 =A0 =A0 =A0 siis >> > I've got the following in my stripped down GENERIC: > > # ATA controllers > device =A0 =A0 =A0 =A0 =A0ahci =A0 =A0 =A0 =A0 =A0 =A0# AHCI-compatible S= ATA controllers > device =A0 =A0 =A0 =A0 =A0ata =A0 =A0 =A0 =A0 =A0 =A0 # Legacy ATA/SATA c= ontrollers > options =A0 =A0 =A0 =A0 ATA_CAM =A0 =A0 =A0 =A0 # Handle legacy controlle= rs with CAM > > # ATA/SCSI peripherals > device =A0 =A0 =A0 =A0 =A0scbus =A0 =A0 =A0 =A0 =A0 # SCSI bus (required = for ATA/SCSI) > device =A0 =A0 =A0 =A0 =A0da =A0 =A0 =A0 =A0 =A0 =A0 =A0# Direct Access (= disks) > device =A0 =A0 =A0 =A0 =A0pass =A0 =A0 =A0 =A0 =A0 =A0# Passthrough devic= e (direct ATA/SCSI access) > > I'm able to boot from CF on a couple of different machine. It would > seem that without: > > device =A0 =A0 =A0 =A0 =A0ata =A0 =A0 =A0 =A0 =A0 =A0 # Legacy ATA/SATA c= ontrollers > > the disk is not detected. With, the disk shows up as: > > ada0 at ata3 bus 0 scbus1 target 0 lun 0 > ada0: < 20070709> ATA-0 device > ada0: 16.700MB/s transfers (WDMA2, PIO 512bytes) > ada0: 967MB (1981728 512 byte sectors: 16H 63S/T 1966C) > ada0: Previously was known as ad0 > > and I did not need any /etc/fstab modification. > > my .2 credits, > =A0- Arnaud Thanks Arnaud, Again I apologize of having posted this problem twice but as I mentioned on the previous thread the machine in question is dns and my screwing with it to get it up and runing having a bad fstab. I wrote this email before checking and I thought it was lost. Tomorrow morning I'll get to the bottom of my misunderstanding and hopefully be able to help make this a bit more clear for others who haven't taken the jump yet. ed > >> This =A0morning was such a shock that I am tempted to go back to the old >> kernel config that I understand still works but gonna try to bite the >> bullit. >> >> My fstab that I assume is still necessary is: >> >> =A0/dev/ad4s1b =A0 =A0 =A0 =A0 =A0 =A0none =A0 =A0 =A0 =A0 =A0 =A0swap = =A0 =A0sw =A0 =A0 =A0 =A0 =A0 =A0 =A00 =A0 =A0 =A0 0 >> =A0/dev/ad4s1a =A0 =A0 =A0 =A0 =A0 =A0/ =A0 =A0 =A0 =A0 =A0 =A0 =A0 ufs = =A0 =A0 rw =A0 =A0 =A0 =A0 =A0 =A0 =A01 =A0 =A0 =A0 1 >> =A0/dev/ad4s2g =A0 =A0 =A0 =A0 =A0 =A0/backup =A0 =A0 =A0 =A0 ufs =A0 = =A0 rw =A0 =A0 =A0 =A0 =A0 =A0 =A02 =A0 =A0 =A0 2 >> =A0/dev/ad4s1g =A0 =A0 =A0 =A0 =A0 =A0/home =A0 =A0 =A0 =A0 =A0 ufs =A0 = =A0 rw =A0 =A0 =A0 =A0 =A0 =A0 =A02 =A0 =A0 =A0 2 >> =A0/dev/ad4s2f =A0 =A0 =A0 =A0 =A0 =A0/release =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0ufs =A0 =A0 rw =A0 =A0 =A0 =A0 =A0 =A0 =A02 >> =A0 =A0 2 >> =A0/dev/ad4s2d =A0 =A0 =A0 =A0 =A0 =A0/tmp =A0 =A0 =A0 =A0 =A0 =A0ufs = =A0 =A0 rw =A0 =A0 =A0 =A0 =A0 =A0 =A02 =A0 =A0 =A0 2 >> =A0/dev/ad4s1e =A0 =A0 =A0 =A0 =A0 =A0/usr =A0 =A0 =A0 =A0 =A0 =A0ufs = =A0 =A0 rw =A0 =A0 =A0 =A0 =A0 =A0 =A02 =A0 =A0 =A0 2 >> =A0/dev/ad4s1h =A0 =A0 =A0 =A0 =A0 =A0/usr/local =A0 =A0 =A0 =A0 =A0 =A0= =A0ufs =A0 =A0 rw =A0 =A0 =A0 =A0 =A0 =A0 =A02 >> =A0 =A0 2 >> =A0/dev/ad4s1f =A0 =A0 =A0 =A0 =A0 =A0/var =A0 =A0 =A0 =A0 =A0 =A0ufs = =A0 =A0 rw =A0 =A0 =A0 =A0 =A0 =A0 =A02 =A0 =A0 =A0 2 >> =A0/dev/ad4s2e =A0 =A0 =A0 =A0 =A0 =A0/var/tmp =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0ufs =A0 =A0 rw =A0 =A0 =A0 =A0 =A0 =A0 =A02 >> =A0 =A0 2 >> =A0/dev/acd0 =A0 =A0 =A0 =A0 =A0 =A0 =A0/cdrom =A0 =A0 =A0 =A0 =A0cd9660= =A0ro,noauto =A0 =A0 =A0 0 =A0 =A0 =A0 0 >> =A0/dev/acd1 =A0 =A0 =A0 =A0 =A0 =A0 =A0/cdrom1 =A0 =A0 =A0 =A0 cd9660 = =A0ro,noauto =A0 =A0 =A0 0 =A0 =A0 =A0 0 >> =A0/dev/cd0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 /cdrom =A0 =A0 =A0 =A0 =A0cd9660= =A0ro,noauto =A0 =A0 =A0 0 =A0 =A0 =A0 0 >> =A0/dev/cd1 =A0 =A0 =A0 =A0 =A0 =A0 =A0 /cdrom =A0 =A0 =A0 =A0 =A0cd9660= =A0ro,noauto =A0 =A0 =A0 0 =A0 =A0 =A0 0 >> # >> /dev/ad0s1a =A0 =A0 =A0 =A0 =A0 /new =A0 =A0 =A0 =A0 =A0 =A0ufs =A0 =A0 = rw =A0 =A0 =A0 =A0 =A0 =A0 =A01 =A0 =A0 =A0 1 >> /dev/ad0s1g =A0 =A0 =A0 =A0 =A0/new/home =A0 =A0 =A0 ufs =A0 =A0 rw =A0 = =A0 =A0 =A0 =A0 =A0 =A02 =A0 =A0 =A0 2 >> /dev/ad0s1d =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0/new/tmp =A0 =A0 =A0 =A0ufs = =A0 =A0 rw =A0 =A0 =A0 =A0 =A0 =A0 =A02 =A0 =A0 =A0 2 >> /dev/ad0s1e =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0/new/usr =A0 =A0 =A0 =A0ufs = =A0 =A0 rw =A0 =A0 =A0 =A0 =A0 =A0 =A02 =A0 =A0 =A0 2 >> /dev/ada01h =A0 =A0 =A0 =A0 =A0/new/usr/local =A0ufs =A0 =A0 rw =A0 =A0 = =A0 =A0 =A0 =A0 =A02 =A0 =A0 =A0 2 >> /dev/ada01f =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0/new/var =A0 =A0 =A0 =A0ufs = =A0 =A0 rw =A0 =A0 =A0 =A0 =A0 =A0 =A02 =A0 =A0 =A0 2 >> >> I am totally confused on how these should now be. >> >> Any help appreciated. >> >> ed >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.or= g" >> > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= " >