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 Advantech PCI-1610 and PCI-1612



details:   https://anonhg.NetBSD.org/src/rev/3080adb90e14
branches:  trunk
changeset: 756178:3080adb90e14
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Jul 08 08:46:19 2010 +0000

description:
Add Advantech PCI-1610 and PCI-1612

diffstat:

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

diffs (23 lines):

diff -r 5ff66c2fa234 -r 3080adb90e14 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Thu Jul 08 06:47:49 2010 +0000
+++ b/sys/dev/pci/pcidevs       Thu Jul 08 08:46:19 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1039 2010/07/07 04:56:44 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1040 2010/07/08 08:46:19 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -771,8 +771,11 @@
 product ACER M1435     0x1435  M1435 VL-PCI Bridge
 
 /* Advantech products */
-product ADVANTECH PCI1620AAE0  0x1600  PCI-1620A-AE 8 port serial (1-4)
-product ADVANTECH PCI1620AAE1  0x16ff  PCI-1620A-AE 8 port serial (5-8)
+product ADVANTECH PCI1600      0x1600  PCI-16[12]0 serial
+product ADVANTECH PCI1610      0x1610  PCI-1610 4 port serial
+product ADVANTECH PCI1612      0x1612  PCI-1612 4 port serial
+product ADVANTECH PCI1620      0x1620  PCI-1620 8 port serial (1-4)
+product ADVANTECH PCI1620_1    0x16ff  PCI-1620 8 port serial (5-8)
 
 /* Acer Labs products */
 product ALI M1445      0x1445  M1445 VL-PCI Bridge



Home | Main Index | Thread Index | Old Index