[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" <[EMAIL PROTECTED]>
   +
   +
   +HURD NOTES:
   +    2004-08-05 Arief M Utama <[EMAIL PROTECTED]>
   +            * 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.


_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-hurd

Reply via email to