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 Altima AC9100 Gigabit Ethernet ID. This may ...



details:   https://anonhg.NetBSD.org/src/rev/4a1cfb82e6cb
branches:  trunk
changeset: 533271:4a1cfb82e6cb
user:      cjs <cjs%NetBSD.org@localhost>
date:      Wed Jun 26 10:03:58 2002 +0000

description:
Add Altima AC9100 Gigabit Ethernet ID. This may not be the correct name.
However, it's the chip on the NetGear GA302T card.

diffstat:

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

diffs (17 lines):

diff -r d3588d07a06b -r 4a1cfb82e6cb sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Wed Jun 26 09:47:08 2002 +0000
+++ b/sys/dev/pci/pcidevs       Wed Jun 26 10:03:58 2002 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.444 2002/06/26 09:33:50 cjs Exp $
+$NetBSD: pcidevs,v 1.445 2002/06/26 10:03:58 cjs Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -765,6 +765,7 @@
 
 /* Altima products */
 product ALTIMA AC1000  0x03e8  AC1000 Gigabit Ethernet
+product ALTIMA AC9100  0x03ea  AC9100 Gigabit Ethernet
 
 /* AMD products */
 product AMD PCNET_PCI  0x2000  PCnet-PCI Ethernet



Home | Main Index | Thread Index | Old Index