ARIMA HDAMA

Ronald G. Minnich rminnich at lanl.gov
Tue Oct 26 13:49:00 CEST 2004


On Mon, 25 Oct 2004, Ronald G. Minnich wrote:

> I'm having one problem in that the irq table seems wrong now. 

nope, I was wrong, the table is fine. 

2.6 even now, in 32-bit mode, can't handle the 0x746b interrupt router ... 
here is a patch.

ron
--- linux-2.6.8.1-boot/arch/i386/pci/irq.c.org 2004-10-26 
10:23:40.654334364 -0600
+++ linux-2.6.8.1-boot/arch/i386/pci/irq.c     2004-10-26 
10:26:16.002263267 -0600
@@ -613,6 +613,9 @@
       case PCI_DEVICE_ID_AMD_VIPER_7443:
       r->name = "AMD768";
       break;
+      case 0x746b: /*PCI_DEVICE_ID_AMD_VIPER_746B*/
+      r->name = "AMD746B";
+      break;
       default:
       return 0;
       }






More information about the coreboot mailing list