Revert PCIBIOS_MIN_IO changes for 2.6.13
This reverts commits71db63acff
[PATCH] increase PCIBIOS_MIN_IO on x86 and0b2bfb4e7f
ACPI: increase PCIBIOS_MIN_IO on x86 since Lukas Sandströ<lukass@etek.chalmers.se> reports that this breaks his on-board nvidia audio. We should re-visit this later. For now we revert the change Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
@@ -43,7 +43,7 @@ ACPI_MODULE_NAME ("acpi_motherboard")
|
||||
*/
|
||||
#define IS_RESERVED_ADDR(base, len) \
|
||||
(((len) > 0) && ((base) > 0) && ((base) + (len) < IO_SPACE_LIMIT) \
|
||||
&& ((base) + (len) > 0x1000))
|
||||
&& ((base) + (len) > PCIBIOS_MIN_IO))
|
||||
|
||||
/*
|
||||
* Clearing the flag (IORESOURCE_BUSY) allows drivers to use
|
||||
|
Reference in New Issue
Block a user