bug-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: Alfred M. Szmidt
Subject: Re: [PATCH] eepro100.c on Thinkpad T30
Date: Sat, 23 Oct 2004 15:28:35 +0200

[No idea if I replied to this, but I'm doing it now.]

   Hopefully its useful.

It is, I have applied it to my GNU Mach NIC update patch, it should be
avaiable at www.update.uu.se/~ams/patches in a while (hours more like
it).

Were these all the PCI ID's for eepro100.c in Linux 2.4.23?  If not,
then could you submit a patch that adds the missing ones?

   --- eepro100.orig.c  2004-08-05 09:31:10.000000000 +0700
   +++ eepro100.c       2004-08-05 09:40:41.000000000 +0700
   @@ -43,6 +43,12 @@
                   Changed command completion time and added debug info as to 
which
                   CMD timed out. Problem reported by:
                   "Ulrich Windl" <Ulrich.Windl@rz.uni-regensburg.de>
   +
   +
   +HURD NOTES:
   +    2004-08-05 Arief M Utama <arief_mulya@yahoo.com>
   +            * Add extra pci_tbl information to make it work on my T30
   +              information taken from linux-2.4.23 eepro100.c
    */

Make it a real ChangeLog entry next time, and please follow GCS
conventions.

   @@ -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
                           }
Removed this bit.




reply via email to

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