Bug 2660

Summary: Bad argument value to the acpi_scan_rsdp
Product: ACPI Reporter: kinomoto
Component: Config-TablesAssignee: Luming Yu (luming.yu)
Status: REJECTED DUPLICATE    
Severity: normal    
Priority: P2    
Hardware: i386   
OS: Linux   
Kernel Version: 2.6.5 Subsystem:
Regression: --- Bisected commit-id:

Description kinomoto 2004-05-08 20:40:45 UTC
Distribution:
Hardware Environment:i386
Software Environment:
Problem Description:

In acpi_find_rsdp, the args to the acpi_scan_rsdp are:

  if (!rsdp_phys)
    rsdp_phys = acpi_scan_rsdp (0xE0000, 0xFFFFF);

They seems like the start and end address of the scanned area.
But the args of acpi_scan_rsdp are "first" and "length".

Steps to reproduce:
Comment 1 Luming Yu 2004-05-17 22:44:59 UTC

*** This bug has been marked as a duplicate of 2415 ***