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 Intel IXP1200 Network Pro...



details:   https://anonhg.NetBSD.org/src/rev/313b3753e805
branches:  trunk
changeset: 514542:313b3753e805
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Sep 04 20:51:44 2001 +0000

description:
Add product ID for the Intel IXP1200 Network Processor.

diffstat:

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

diffs (17 lines):

diff -r 54ab0f3c73fb -r 313b3753e805 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Tue Sep 04 20:41:32 2001 +0000
+++ b/sys/dev/pci/pcidevs       Tue Sep 04 20:51:44 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.353 2001/09/04 15:37:00 pooka Exp $
+$NetBSD: pcidevs,v 1.354 2001/09/04 20:51:44 thorpej Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1206,6 +1206,7 @@
 product INTEL 82815_FULL_AGP   0x1131  82815 AGP
 product INTEL 82815_FULL_GRAPH 0x1132  82815 Graphics
 product INTEL 82806AA          0x1161  82806AA PCI64 Hub Advanced Programmable Interrupt Controller
+product INTEL IXP1200          0x1200  IXP1200 Network Processor
 product INTEL 82559ER          0x1209  82559ER Fast Ethernet LAN Controller
 product INTEL 82092AA          0x1222  82092AA IDE controller
 product INTEL SAA7116          0x1223  SAA7116



Home | Main Index | Thread Index | Old Index