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 Lite-On product ID change.



details:   https://anonhg.NetBSD.org/src/rev/d2218ad78a4f
branches:  trunk
changeset: 476175:d2218ad78a4f
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Sep 08 21:42:44 1999 +0000

description:
Update for Lite-On product ID change.

diffstat:

 sys/dev/pci/if_tlp_pci.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d384a56b1979 -r d2218ad78a4f sys/dev/pci/if_tlp_pci.c
--- a/sys/dev/pci/if_tlp_pci.c  Wed Sep 08 21:39:54 1999 +0000
+++ b/sys/dev/pci/if_tlp_pci.c  Wed Sep 08 21:42:44 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_tlp_pci.c,v 1.2 1999/09/03 00:24:56 thorpej Exp $   */
+/*     $NetBSD: if_tlp_pci.c,v 1.3 1999/09/08 21:42:44 thorpej Exp $   */
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -123,7 +123,7 @@
          TULIP_CHIP_21142 },
 #endif
 
-       { PCI_VENDOR_LITEON,            PCI_PRODUCT_LITEON_PNIC,
+       { PCI_VENDOR_LITEON,            PCI_PRODUCT_LITEON_82C168,
          TULIP_CHIP_82C168 },
 
 #if 0



Home | Main Index | Thread Index | Old Index