Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2007 15:33:01 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-hackers@freebsd.org
Cc:        Mario Lobo <mario.lobo@ipad.com.br>
Subject:   Re: IDE ultraDMA problem (hackers WAS via IDE controller problem) - SOLVED !!
Message-ID:  <200708141533.01594.jhb@freebsd.org>
In-Reply-To: <200708111611.22644.mario.lobo@ipad.com.br>
References:  <200708111611.22644.mario.lobo@ipad.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 11 August 2007 12:11:21 pm Mario Lobo wrote:
> after a long,long search, I found that chip id 0x53371106 belongs to SATA150 
> controller, not PATA !! Then I enabled all mass storage controllers on the 
> board ( although no SATA drives present ), then two more ids showed up:
> 
> chip=0x016a10de  (jmicron SATA300)
> chip=0x05711106 <- thats it !! 
> 
> Then I went iinto   /usr/src/sys/dev/ata/ata-pci.h  and changed the line
> 
> from
> #define ATA_VIA8237A            0x05911106
> to
> #define ATA_VIA8237A            0x05711106
> 
> recompiled, install and BANG!

6.x already has support for this ID as:

#define ATA_VIA82C571           0x05711106

so you shouldn't have needed to change the code at all.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708141533.01594.jhb>