Re: IDE ultraDMA problem (hackers WAS via IDE controller problem
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
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
討論串 (同標題文章)
完整討論串 (本文為第 1 之 3 篇):