Lines Matching refs:subversion
828 unsigned char subversion; /* Bus type, either ISA or EISA/PCI */ member
1076 unsigned char irq, dma_channel, subversion, i, is_pci = 0; in port_detect() local
1146 subversion = ESA; in port_detect()
1151 subversion = ESA; in port_detect()
1155 subversion = ESA; in port_detect()
1158 subversion = ISA; in port_detect()
1162 subversion = ESA; in port_detect()
1165 subversion = ISA; in port_detect()
1176 if (subversion == ESA) in port_detect()
1180 subversion = ISA; in port_detect()
1183 if (subversion == ISA) in port_detect()
1187 subversion = ESA; in port_detect()
1197 if (subversion == ESA && !info.irq_tr) in port_detect()
1219 (subversion == ESA) ? IRQF_SHARED : 0, in port_detect()
1226 if (subversion == ISA && request_dma(dma_channel, driver_name)) { in port_detect()
1281 ha->subversion = subversion; in port_detect()
1287 if (ha->subversion == ESA) in port_detect()
1426 if (subversion == ISA) in port_detect()