From owner-freebsd-current@FreeBSD.ORG Sun Apr 13 14:16:40 2008 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 3650C106564A for ; Sun, 13 Apr 2008 14:16:40 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (unknown [IPv6:2001:610:1908:1000:204:23ff:feb7:ef56]) by mx1.freebsd.org (Postfix) with ESMTP id A59248FC1F for ; Sun, 13 Apr 2008 14:16:39 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id m3DEGQZk017673 for ; Sun, 13 Apr 2008 16:16:27 +0200 From: Pieter de Goeje To: freebsd-current@freebsd.org Date: Sun, 13 Apr 2008 16:16:26 +0200 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804131616.26503.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact servicedesk@icts.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Subject: ata wrongly detects both harddisks as the same model 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: Sun, 13 Apr 2008 14:16:40 -0000 FreeBSD-current from ~14:00 CEST, 13th of April fails to mount root due to apparently a harddisk detection problem. The system has two different ide harddisks, connected to the same controller on the same cable. They used to be detected as: ad0: 114473MB at ata0-master UDMA100 ad1: 114498MB at ata0-slave UDMA100 But now it is: ad0: 114473MB at ata0-master UDMA100 ad1: 114473MB at ata0-slave UDMA100 It doesn't boot because the root partition is on ad1. pciconf -vl: atapci1@pci0:0:15:1: class=0x01018a card=0x70941462 chip=0x05711106 rev=0x06 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82C586A/B/VT82C686/A/B/VT823x/A/C Bus Master IDE Controller' class = mass storage subclass = ATA Verbose dmesg -current from 1st of April http://unforgiven.student.utwente.nl/~pyotr/current-ata-good Verbose dmesg -current from 13th of April http://unforgiven.student.utwente.nl/~pyotr/current-ata-bad -- Pieter de Goeje