PROBLEM: Not detect ADMTek AN983B Rev11

From: Ohta Kyuma (alpha292@bremen.or.jp)
Date: Thu May 02 2002 - 15:18:37 EST


Dear mainainer of kernel 2.4.x :

Summery : ADMTek AN983B Rev.11 was detected by dec-tulip driver.
Kernel Version : 2.4.18
Full Description : Dec tulip driver in drivers/net/tulip (a.k.a tulip.o)
                   is not detect ADMTek AN983B Rev.11 cause of difference
                   of PCI-ID (VENDER:PRODUCT=0x1317:0x9511).
                   For example, this chip is put on MSI MS-6378 motherboard.
                   I resolved this problem ( but temporally...).
                   Please apply to drivers/net/tulip/tulip_core.c .
Regards,
  Ohta.


*** tulip_core.c.orig Thu May 2 23:54:40 2002
--- tulip_core.c Fri May 3 00:02:44 2002
***************
*** 205,211 ****
          { 0x1317, 0x0981, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
          { 0x1317, 0x0985, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
          { 0x1317, 0x1985, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
! { 0x13D1, 0xAB02, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
          { 0x13D1, 0xAB03, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
          { 0x13D1, 0xAB08, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
          { 0x104A, 0x0981, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
--- 205,213 ----
          { 0x1317, 0x0981, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
          { 0x1317, 0x0985, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
          { 0x1317, 0x1985, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
! /* ADMTek AN983B Rev 11 (PCI ID=0x9511 )*/
! { 0x1317, 0x9511, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
! { 0x13D1, 0xAB02, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
          { 0x13D1, 0xAB03, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
          { 0x13D1, 0xAB08, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
          { 0x104A, 0x0981, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue May 07 2002 - 22:00:16 EST