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 product ID for the National Semiconductor DP...



details:   https://anonhg.NetBSD.org/src/rev/ca566e2bcf4a
branches:  trunk
changeset: 509876:ca566e2bcf4a
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon May 14 22:36:06 2001 +0000

description:
Add product ID for the National Semiconductor DP83820 Gigabit Ethernet
chip.

diffstat:

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

diffs (17 lines):

diff -r c5815d5b4531 -r ca566e2bcf4a sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Mon May 14 22:14:47 2001 +0000
+++ b/sys/dev/pci/pcidevs       Mon May 14 22:36:06 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.320 2001/05/06 16:09:38 fvdl Exp $
+$NetBSD: pcidevs,v 1.321 2001/05/14 22:36:06 thorpej Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1356,6 +1356,7 @@
 /* National Semiconductor products */
 product NS DP83810     0x0001  DP83810 10/100 Ethernet
 product NS DP83815     0x0020  DP83815 10/100 Ethernet
+product NS DP83820     0x0022  DP83820 10/100/1000 Ethernet
 product NS NS87410     0xd001  NS87410
 
 /* NCR/Symbios Logic products */



Home | Main Index | Thread Index | Old Index