From nobody@FreeBSD.org  Mon Nov 21 08:17:17 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 93CD416A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 21 Nov 2005 08:17:17 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6020B43D4C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 21 Nov 2005 08:17:17 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id jAL8HHZ6065684
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 21 Nov 2005 08:17:17 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id jAL8HHr1065663;
	Mon, 21 Nov 2005 08:17:17 GMT
	(envelope-from nobody)
Message-Id: <200511210817.jAL8HHr1065663@www.freebsd.org>
Date: Mon, 21 Nov 2005 08:17:17 GMT
From: talpo <gtalpo@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: invalid disk controller recognition of intel ICH6 in FreeBSD 6.0R
X-Send-Pr-Version: www-2.3

>Number:         89353
>Category:       kern
>Synopsis:       [ata] invalid disk controller recognition of intel ICH6 in FreeBSD 6.0R [regression]
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    delphij
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 21 08:20:08 GMT 2005
>Closed-Date:    Fri Nov 21 06:27:33 UTC 2008
>Last-Modified:  Fri Nov 21 08:25:03 UTC 2008
>Originator:     talpo
>Release:        6.0R 5.4R
>Organization:
>Environment:
Sorry I can't do this.

Target machine is Fujitsu Siemens LifeBook S6240.
>Description:
HDD(MHT2080AT) is connected with Intel ICH6 PATA disk controller.

In 5.4Release Version, disk controller is ok.

But I can't install FreeBSD 6.0 because of incorrectly recognized disk
controller.

Within the booting sequence, PATA disk controller is badly recognized
as SATA150 disk controller and no disk is shown, so sysinstall says
'No disks found'

I tried OpenBSD3.8 and Ubuntu Hoary, Breezy before and they're all right.



>How-To-Repeat:
Install FreeBSD 6.0Release ISO images to Fujistu Siemens LifeBook S6240.

No disk recognized and PATA disk controller is badly recognied ad SATA150
disk controller.
>Fix:
              
>Release-Note:
>Audit-Trail:

From: Talpo Gim <gtalpo@gmail.com>
To: bug-followup@FreeBSD.org, gtalpo@gmail.com
Cc:  
Subject: Re: i386/89353: invalid disk controller recognition of intel ICH6 in FreeBSD 6.0R (regression)
Date: Tue, 22 Nov 2005 21:25:13 +0900

 Here's excepts from dmesgs in FreeBSD6.0R's emergency console:
 ...
 atapci0: <Intel ICH6 UDMA100 controller> port 0x1f0-0x1f7, 0x3f6,
 0x170-0x177, 0x376, 0x1410-0x141f at device 31.1 on pci0
 ata0: <ATA channel 0> on atapci0
  ata1: <ATA channel 1> on atapci0
 atapci1: <Intel ICH6 SATA150 controller> port 0x14b8-0x14bf, 0x140c-0x140f,
 0x14b0-0x14b7, 0x1408-0x140b, 0x14a0-0x14af mem 0xb0004400-0xb00047ff irq 1=
 9
 at device 31.2 on pci0
  ata2: <ATA channel 0> on atapci1
  ata3: <ATA channel 1> on atapci1
  ata4: <ATA channel 2> on atapci1
  ata5: <ATA channel 3> on atapci1
 ....
  acd0: CDRW <UJDA760 DVD/CDRW/1.00> at ata0-master UDMA33
  HDD has 2 partitions; 1st one is 15G primary NTFS and 2nd one is 50G
 extended NTFS. there's 9.77G empty spaces.
   In Windows XP's device manager:
  Intel(R) 82801FB/FBM Ultra ATA Storage Contollers -266F
  - primary IDE channel
  -- MATSHITA UJDA760 DVD/CDRW
  Intel(R) 82801FBM Ultra ATA Storage Controllers - 2653
  - primary IDE channel
  -- FUJITSU MHT2080AT
  Device->Property->Resource says the same value in FreeBSD6's.
   When I try to install FreeBSD 6.0R, sysinstall says "NO DISKS FOUND"

Received: by 10.103.171.6 with SMTP id y6mr24626muo.110.1227253468564;
        Thu, 20 Nov 2008 23:44:28 -0800 (PST)
Received: by 10.103.189.1 with HTTP; Thu, 20 Nov 2008 23:44:28 -0800 (PST)
Message-ID: <538517080811202344n674c3b51h6416722b2187ecd2@mail.gmail.com>
Date: Fri, 21 Nov 2008 16:44:28 +0900
From: "Talpo Gim" <gtalpo@gmail.com>
To: delphij@FreeBSD.ORG
Subject: Re: kern/89353: [ata] invalid disk controller recognition of intel ICH6 in FreeBSD 6.0R [regression]
In-Reply-To: <200811210627.mAL6RXZi014989@freefall.freebsd.org>

Sorry for my late reply.

No install problem in 6.3-RELEASE-i386-bootonly.iso and 7.0-RELEASE-i386-bootonly.iso.

Thanks for your great work.

Responsible-Changed-From-To: freebsd-i386->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Apr 19 06:31:28 UTC 2007 
Responsible-Changed-Why:  
This may not be i386-specific. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89353 
State-Changed-From-To: open->feedback 
State-Changed-By: delphij 
State-Changed-When: Mon Nov 3 07:39:18 UTC 2008 
State-Changed-Why:  
Dear submitter, 

ata(4) has been changed a lot over the last years, is this 
problem still exist? 

Thanks in advance! 


Responsible-Changed-From-To: freebsd-bugs->delphij 
Responsible-Changed-By: delphij 
Responsible-Changed-When: Mon Nov 3 07:39:18 UTC 2008 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89353 
State-Changed-From-To: feedback->closed 
State-Changed-By: delphij 
State-Changed-When: Fri Nov 21 06:27:22 UTC 2008 
State-Changed-Why:  
Feedback timeout. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89353 
>Unformatted:
