changeset 2895:958c9dea91ad

* src/if_8139.c: Add 0x1186/0x1300 for D-Link DFE-530TX+ PCI card.
author jld
date Wed, 15 Jul 2009 15:01:17 +0000
parents 00e5b624da9b
children 49c89877fba7
files packages/devs/eth/rltk/8139/current/ChangeLog packages/devs/eth/rltk/8139/current/src/if_8139.c
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/packages/devs/eth/rltk/8139/current/ChangeLog
+++ b/packages/devs/eth/rltk/8139/current/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-15  John Dallaway  <john@dallaway.org.uk>
+
+	* src/if_8139.c: Add 0x1186/0x1300 for D-Link DFE-530TX+ PCI card.
+
 2007-05-30  Hajime Ishitani <pigmon@mail.snd.co.jp>
 
 	* src/if_8139.c:
@@ -59,7 +63,7 @@ 2003-07-09  Eric Doenges <Eric.Doenges@D
 // ####GPLCOPYRIGHTBEGIN####                                                
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 //
 // This program is free software; you can redistribute it and/or modify     
 // it under the terms of the GNU General Public License as published by     
--- a/packages/devs/eth/rltk/8139/current/src/if_8139.c
+++ b/packages/devs/eth/rltk/8139/current/src/if_8139.c
@@ -8,7 +8,7 @@
 // ####ECOSGPLCOPYRIGHTBEGIN####                                            
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 //
 // eCos is free software; you can redistribute it and/or modify it under    
 // the terms of the GNU General Public License as published by the Free     
@@ -296,9 +296,10 @@ static inline cyg_uint32 INL(cyg_uint32 
  * Table of all known PCI device/vendor ID combinations for the RealTek 8139.
  * Add them as you get to know them.
  */
-#define CYGNUM_DEVS_ETH_RLTK_8139_KNOWN_ALIASES 3
+#define CYGNUM_DEVS_ETH_RLTK_8139_KNOWN_ALIASES 4
 static pci_identifier_t
 known_8139_aliases[CYGNUM_DEVS_ETH_RLTK_8139_KNOWN_ALIASES] = {
+  { 0x1186, 0x1300, NULL }, /* D-Link DFE-530TX+ PCI card */
   { 0x10ec, 0x8139, NULL }, /* This is the official RealTek vendor/device code of 8139D(L) */
   { 0x11db, 0x1234, NULL}, /* SEGA DreamCast BroadBandAdapter */
   { 0x10ec, 0x8129, NULL } /* This is the official RealTek vendor/device code of 8139C(L) */