Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Correct entry for PCI vendor id 0x11af. It is as...



details:   https://anonhg.NetBSD.org/src/rev/f90799defa9d
branches:  trunk
changeset: 565196:f90799defa9d
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Apr 01 08:00:01 2004 +0000

description:
Correct entry for PCI vendor id 0x11af. It is assigned to Avid Technology
Inc. and not to Pro-Log Corporation. Problem reported by Chris Tribo
in PR kern/25004 and verified at http://www.pcidatabase.com/.

diffstat:

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

diffs (18 lines):

diff -r 2634f303f3cb -r f90799defa9d sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Thu Apr 01 04:50:06 2004 +0000
+++ b/sys/dev/pci/pcidevs       Thu Apr 01 08:00:01 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.615 2004/03/26 22:05:08 gendalia Exp $
+$NetBSD: pcidevs,v 1.616 2004/04/01 08:00:01 tron Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -460,7 +460,7 @@
 vendor CANNON          0x11ac  Cannon IS
 vendor LITEON          0x11ad  Lite-On Communications
 vendor SCITEX          0x11ae  Scitex Corporation
-vendor PROLOG          0x11af  Pro-Log Corporation
+vendor AVID            0x11af  Avid Technology Inc.
 vendor V3              0x11b0  V3 Semiconductor
 vendor APRICOT         0x11b1  Apricot Computer
 vendor KODAK           0x11b2  Eastman Kodak



Home | Main Index | Thread Index | Old Index