Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Update for D-Link ST201 change.



details:   https://anonhg.NetBSD.org/src/rev/837ba3943538
branches:  trunk
changeset: 511920:837ba3943538
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Jun 30 01:05:25 2001 +0000

description:
Update for D-Link ST201 change.

diffstat:

 sys/dev/pci/if_ste.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 406e9dd455a1 -r 837ba3943538 sys/dev/pci/if_ste.c
--- a/sys/dev/pci/if_ste.c      Sat Jun 30 01:04:25 2001 +0000
+++ b/sys/dev/pci/if_ste.c      Sat Jun 30 01:05:25 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ste.c,v 1.2 2001/06/29 23:36:03 thorpej Exp $       */
+/*     $NetBSD: if_ste.c,v 1.3 2001/06/30 01:05:25 thorpej Exp $       */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -265,8 +265,8 @@
        { PCI_VENDOR_SUNDANCETI,        PCI_PRODUCT_SUNDANCETI_ST201,
          "Sundance ST-201 10/100 Ethernet" },
 
-       { PCI_VENDOR_DLINK,             PCI_PRODUCT_DLINK_DFE550TX,
-         "D-Link DFE-550TX 10/100 Ethernet" },
+       { PCI_VENDOR_DLINK,             PCI_PRODUCT_DLINK_DL1002,
+         "D-Link DL-1002 10/100 Ethernet" },
 
        { 0,                            0,
          NULL },



Home | Main Index | Thread Index | Old Index