Lines Matching +full:revision +full:- +full:id
33 * The Cobalt board ID information. The boards have an ID number wired
41 if (dev->devfn == PCI_DEVFN(0, 0) && in qube_raq_galileo_early_fixup()
42 (dev->class >> 8) == PCI_CLASS_MEMORY_OTHER) { in qube_raq_galileo_early_fixup()
44 dev->class = (PCI_CLASS_BRIDGE_HOST << 8) | (dev->class & 0xff); in qube_raq_galileo_early_fixup()
78 if (dev->devfn != PCI_DEVFN(0, 0)) in qube_raq_galileo_fixup()
81 /* Fix PCI latency-timer and cache-line-size values in Galileo in qube_raq_galileo_fixup()
93 * --x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x-- in qube_raq_galileo_fixup()
103 printk(KERN_INFO "Galileo: revision %u\n", dev->revision); in qube_raq_galileo_fixup()
106 if (dev->revision >= 0x10) { in qube_raq_galileo_fixup()
109 } else if (dev->revision == 0x1 || dev->revision == 0x2) in qube_raq_galileo_fixup()
113 /* XXX WE MUST DO THIS ELSE GALILEO LOCKS UP! -DaveM */ in qube_raq_galileo_fixup()
133 u8 id; in qube_raq_via_board_id_fixup() local
136 retval = pci_read_config_byte(dev, VIA_COBALT_BRD_ID_REG, &id); in qube_raq_via_board_id_fixup()
138 panic("Cannot read board ID"); in qube_raq_via_board_id_fixup()
142 cobalt_board_id = VIA_COBALT_BRD_REG_to_ID(id); in qube_raq_via_board_id_fixup()
144 printk(KERN_INFO "Cobalt board ID: %d\n", cobalt_board_id); in qube_raq_via_board_id_fixup()