> > Index: linux/drivers/pci/hotplug/sgi_hotplug.c > =================================================================== > --- linux.orig/drivers/pci/hotplug/sgi_hotplug.c 2006-04-11 00:33:26.000000000 -0500 > +++ linux/drivers/pci/hotplug/sgi_hotplug.c 2006-06-26 14:53:15.693480748 -0500 > @@ -553,7 +553,7 @@ > int rc; > int registered = 0; > > - if (sn_sal_rev() < SGI_HOTPLUG_PROM_REV) { > + if (is_shub1() && sn_sal_rev() < SGI_HOTPLUG_PROM_REV) { > printk(KERN_ERR "%s: PROM version must be greater than 4.30\n", > __FUNCTION__); > return -EPERM; > - This should probably go to pcihpd-discuss ... But, I recall changing this to use feature sets at some point. I'm surprised it is still in the code. Greg, I cannot recall where you queue your patches -- would you mind fwd'ing a link? Thanks, P. > - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Wed Jun 28 20:51:40 2006
This archive was generated by hypermail 2.1.8 : 2006-06-28 20:51:49 EST