help-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] eepro100.c on Thinkpad T30


From: arief#
Subject: Re: [PATCH] eepro100.c on Thinkpad T30
Date: Thu, 05 Aug 2004 11:31:50 +0700

Dear,


Sorry, I made a little mistake when diff-ing.
The last diffs should be excluded, it was my own experiment when I try
to just hardcode the irq and pci address, so please ignore these diff:

@@ -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
                        }

Sorry, I'm in a hurry.
If it is really useful, I'll try to produce a clean patch later. But I
hope this is enough for now.


Best Regards.
-arief

  
On Thu, 2004-08-05 at 09:47, arief# wrote:
> Dear,
> 
> 
> Here's the little patch I do to make eepro100 on my thinkpad detected by
> gnumach. I take gnumach-20040229 sources from debian ftp, and apply some
> pci_tbl info from linux-2.4.23 source, translate it by get a look on
> pcidatabase.com of what each ID means.
> 
> Hopefully its useful.
> 
> 
> Best Regards.
> -arief
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]