Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add Davicom Semiconductor vendor ID, and Davicom...



details:   https://anonhg.NetBSD.org/src/rev/c74608adf6dc
branches:  trunk
changeset: 476173:c74608adf6dc
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Sep 08 21:39:24 1999 +0000

description:
Add Davicom Semiconductor vendor ID, and Davicom DM9102 10/100 Etherent
product ID (Yet Another Tulip Clone).

diffstat:

 sys/dev/pci/pcidevs |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r c64479c2b60c -r c74608adf6dc sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Wed Sep 08 21:34:33 1999 +0000
+++ b/sys/dev/pci/pcidevs       Wed Sep 08 21:39:24 1999 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.151 1999/09/08 21:33:59 thorpej Exp $
+$NetBSD: pcidevs,v 1.152 1999/09/08 21:39:24 thorpej Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -503,6 +503,7 @@
 vendor ENSONIQ         0x1274  Ensoniq
 vendor NETAPP          0x1275  Network Appliance
 vendor ROCKWELL                0x127a  Rockwell Semiconductor Systems
+vendor DAVICOM         0x1282  Davicom Semiconductor
 vendor TRITECH         0x1292  TriTech Microelectronics
 vendor KOFAX           0x1296  Kofax Image Products
 vendor ALTEON          0x12ae  Alteon
@@ -810,6 +811,9 @@
 product CYCLADES CYCLOMZ_1     0x0200  Cyclom-Z below 1M
 product CYCLADES CYCLOMZ_2     0x0201  Cyclom-Z above 1M
 
+/* Davicom Semiconductor products */
+product DAVICOM DM9102 0x9102  Davicom DM9102 10/100 Ethernet
+
 /* DEC products */
 product DEC 21050      0x0001  DECchip 21050 PCI-PCI Bridge
 product DEC 21040      0x0002  DECchip 21040 (\"Tulip\") Ethernet



Home | Main Index | Thread Index | Old Index