Two questions:
1) my motherboard BIOS is OK ? is it confused by the two interfaces in
3940 ?
2) why my simple hack in 3c59x.c does not function ?
------------------------------------------
if ( ! product_ids[index])
break;
/* MY HACK */
pcibios_write_config_byte(pci_bus, pci_device_fn,PCI_INTERRUPT_LINE,
11);
/* HACK END */
pcibios_read_config_byte(pci_bus, pci_device_fn,PCI_INTERRUPT_LINE,
&pci_irq_line);
pcibios_read_config_dword(pci_bus, pci_device_fn,PCI_BASE_ADDRESS_0,
&pci_ioaddr);
---------------------------------
*-----------------------------------------------*
| Davide Rossetti - sysop of Thera S.r.l |
| rossetti@pcape2.roma1.infn.it |
| rossetti@vxrm64.roma1.infn.it |
| root@thera.iunet.it |
*-----------------------------------------------*