|
From: | Ognyan Kulev |
Subject: | Re: [PATCH] eepro100.c on Thinkpad T30 |
Date: | Thu, 05 Aug 2004 07:58:46 +0300 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5 |
/* help-hurd and debian-hurd are stripped. */ arief# wrote:
@@ -681,8 +775,8 @@ #endif pcibios_read_config_byte(pci_bus, pci_device_fn, PCI_INTERRUPT_LINE, &pci_irq_line); - pciaddr = pci_ioaddr; - irq = pci_irq_line; + pciaddr = 0x8000; + irq = 0x0b; pdev->irq = irq; #endif }
I don't think such a change is acceptable for commit in GNU Mach, although some people may find your patch useable.
pci_ioaddr and pci_irq_line need to be calulated right, not fixed to some values that work for your case.
Regards, ogi
[Prev in Thread] | Current Thread | [Next in Thread] |