Changes between Initial Version and Version 1 of Ticket #2005, comment 3


Ignore:
Timestamp:
Jun 8, 2011, 11:29:08 PM (14 years ago)
Author:
diver

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2005, comment 3

    initial v1  
    22
    33My laptop has overlapping memory regions:
    4 
     4{{{
    55SB600 AHCI Bar[5]  @ D0609000-D0609100 (size 100h)
    66SB600 Audio Bar[0] @ D0608000-D060C000 (size 4000h)
    7 
     7}}}
    88I confirmed this is the issue by adding a function in pci_fixup.c  currently it just disables the audio device, and sets the bar to 0.  I plan to change this to search for these two devices, check that the addresses match, and if they do (make the assumption that this pc is a an HP6715b) and move  one of the BARs to an unallocated region.
    99