Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Don't conflict SUNIX new vendor Id with the prev...



details:   https://anonhg.NetBSD.org/src/rev/a248cc1e125e
branches:  trunk
changeset: 764741:a248cc1e125e
user:      manu <manu%NetBSD.org@localhost>
date:      Mon May 02 14:06:50 2011 +0000

description:
Don't conflict SUNIX new vendor Id with the previous one

diffstat:

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

diffs (18 lines):

diff -r 61f7503fbc06 -r a248cc1e125e sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Mon May 02 14:00:09 2011 +0000
+++ b/sys/dev/pci/pcidevs       Mon May 02 14:06:50 2011 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1072 2011/05/02 14:00:09 manu Exp $
+$NetBSD: pcidevs,v 1.1073 2011/05/02 14:06:50 manu Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -626,7 +626,7 @@
 vendor QUMRANET                0x1af4  Qumranet
 vendor SYMPHONY2       0x1c1c  Symphony Labs (2nd PCI Vendor ID)
 vendor TEKRAM2         0x1de1  Tekram Technology (2nd PCI Vendor ID)
-vendor SUNIX           0x1fd4  SUNIX Co
+vendor SUNIX2          0x1fd4  SUNIX Co
 vendor HINT            0x3388  HiNT
 vendor 3DLABS          0x3d3d  3D Labs
 vendor AVANCE2         0x4005  Avance Logic (2nd PCI Vendor ID)



Home | Main Index | Thread Index | Old Index