http://bugzilla.novell.com/show_bug.cgi?id=609338 http://bugzilla.novell.com/show_bug.cgi?id=609338#c11 --- Comment #11 from Jeff Mahoney <jeffm@novell.com> 2010-05-28 14:18:41 UTC --- .. or not. Strange that I'm running Factory and it didn't produce the same code. Using the actual debuginfo points to drivers/pci/hotplug/cpqphp_core.c:946 942 case PCI_SUB_HPC_ID2: 943 /* First Pushbutton implementation */ 944 ctrl->push_flag = 1; 945 ctrl->slot_switch_type = 1; 946 bus->max_bus_speed = PCI_SPEED_33MHz; 947 ctrl->push_button = 1; 948 ctrl->pci_config_space = 1; 949 ctrl->defeature_PHP = 1; .. which makes a lot more sense as &((struct pci_bus *)0)->max_bus_speed = 0x50 and PCI_SPEED_33MHZ is 0x0. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.