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 an entry for AVlab's low profile PCI 4 port ...



details:   https://anonhg.NetBSD.org/src/rev/2d4654f145d3
branches:  trunk
changeset: 749111:2d4654f145d3
user:      enami <enami%NetBSD.org@localhost>
date:      Wed Nov 18 00:28:09 2009 +0000

description:
Add an entry for AVlab's low profile PCI 4 port serial card, which is
sold in japan from kuroutoshikou as SERIAL4P-LPPCI2.

diffstat:

 sys/dev/pci/pucdata.c |  16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r 096be8cfe433 -r 2d4654f145d3 sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c     Tue Nov 17 23:51:59 2009 +0000
+++ b/sys/dev/pci/pucdata.c     Wed Nov 18 00:28:09 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pucdata.c,v 1.57 2009/08/29 13:55:29 tsutsui Exp $     */
+/*     $NetBSD: pucdata.c,v 1.58 2009/11/18 00:28:09 enami Exp $       */
 
 /*
  * Copyright (c) 1998, 1999 Christopher G. Demetriou.  All rights reserved.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.57 2009/08/29 13:55:29 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.58 2009/11/18 00:28:09 enami Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -929,6 +929,18 @@
            },
        },
 
+       /* OEM of Oxford Semiconductor PCI UARTs? */
+       {   "Avlab LP PCI 4S Quartet",
+           {   0x1415, 0x9501, 0x14db, 0x2150  },
+           {   0xffff, 0xffff, 0xffff, 0xffff  },
+           {
+               { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 10 },
+               { PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 10 },
+               { PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 10 },
+               { PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 10 },
+           },
+       },
+
        /* Oxford Semiconductor OX16PCI954 PCI UARTs */
        {   "Oxford Semiconductor OX16PCI954 UARTs",
            {   0x1415, 0x9501, 0,      0       },



Home | Main Index | Thread Index | Old Index