[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 2.6.13



On Mon, 29 Aug 2005 the mental interface of
jackmalmostoso@freesurf.ch told:

[...]
> Could you please share it?
Attached

Elimar

-- 
  You cannot propel yourself forward by
  patting yourself on the back.
--- linux-2.6.13/drivers/pci/setup-res.c	2005-08-29 16:24:25.888337296 +0200
+++ linux-2.6.13-rc7/drivers/pci/setup-res.c	2005-08-24 08:01:19.000000000 +0200
@@ -53,9 +53,7 @@
 	if (resno < 6) {
 		reg = PCI_BASE_ADDRESS_0 + 4 * resno;
 	} else if (resno == PCI_ROM_RESOURCE) {
-		if (!(res->flags & IORESOURCE_ROM_ENABLE))
-			return;
-		new |= PCI_ROM_ADDRESS_ENABLE;
+		new |= res->flags & IORESOURCE_ROM_ENABLE;
 		reg = dev->rom_base_reg;
 	} else {
 		/* Hmm, non-standard resource. */

Reply to: