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 Level One product ID, and LXT-1001 10/100/10...



details:   https://anonhg.NetBSD.org/src/rev/e1e79a4b1700
branches:  trunk
changeset: 511047:e1e79a4b1700
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jun 11 21:12:29 2001 +0000

description:
Add Level One product ID, and LXT-1001 10/100/1000 Ethernet
product ID.

diffstat:

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

diffs (27 lines):

diff -r 043774d1677f -r e1e79a4b1700 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Mon Jun 11 20:04:02 2001 +0000
+++ b/sys/dev/pci/pcidevs       Mon Jun 11 21:12:29 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.326 2001/06/11 06:36:23 tron Exp $
+$NetBSD: pcidevs,v 1.327 2001/06/11 21:12:29 thorpej Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -520,6 +520,7 @@
 vendor DOMEX           0x134a  Domex
 vendor LMC             0x1376  LAN Media Corporation
 vendor NETGEAR         0x1385  Netgear
+vendor LEVELONE                0x1394  Level One
 vendor HIFN            0x13a3  Hi/Fn
 vendor 3WARE           0x13c1  3ware
 vendor SUNDANCETI      0x13f0  Sundance Technology
@@ -1278,6 +1279,9 @@
 /* LeadTek Research */
 product LEADTEK S3_805 0x0000  S3 805
 
+/* Level One products */
+product LEVELONE LXT1001       0x0001  LXT-1001 10/100/1000 Ethernet
+
 /* Linear Systems / CompuModules */
 product        LINEARSYS DVB_TX        0x7629  DVB Transmitter
 product        LINEARSYS DVB_RX        0x7630  DVB Receiver



Home | Main Index | Thread Index | Old Index