Changes between Initial Version and Version 1 of Ticket #2005, comment 3
- Timestamp:
- Jun 8, 2011, 11:29:08 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2005, comment 3
initial v1 2 2 3 3 My laptop has overlapping memory regions: 4 4 {{{ 5 5 SB600 AHCI Bar[5] @ D0609000-D0609100 (size 100h) 6 6 SB600 Audio Bar[0] @ D0608000-D060C000 (size 4000h) 7 7 }}} 8 8 I 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. 9 9