RESEND: [PATCH] - SN: Correct ROM resource length for BIOS copy

2007-06-29 Thread John Keller
On SN systems, when setting the IORESOURCE_ROM_BIOS_COPY resource flag, the resource length should be set to the actual size of the ROM image so that a call to pci_map_rom() returns the correct size. Signed-off-by: John Keller <[EMAIL PROTECTED]> --- Resend #1 - correct format of block comment fo

Re: [PATCH] - SN: Correct ROM resource length for BIOS copy

2007-06-29 Thread Randy Dunlap
On Fri, 29 Jun 2007 11:20:58 -0500 John Keller wrote: > On SN systems, when setting the IORESOURCE_ROM_BIOS_COPY resource flag, > the resource length should be set to the actual size of the ROM image > so that a call to pci_map_rom() returns the correct size. > > Signed-off-by: John Keller <[EMAI

[PATCH] - SN: Correct ROM resource length for BIOS copy

2007-06-29 Thread John Keller
On SN systems, when setting the IORESOURCE_ROM_BIOS_COPY resource flag, the resource length should be set to the actual size of the ROM image so that a call to pci_map_rom() returns the correct size. Signed-off-by: John Keller <[EMAIL PROTECTED]> --- To avoid duplicate code, the image size calcul