Module Name:    src
Committed By:   bouyer
Date:           Sat Jan 23 17:56:17 UTC 2010

Modified Files:
        src/sys/dev/pci [netbsd-5]: pucdata.c

Log Message:
Pull up following revision(s) (requested by mbalmer in ticket #1255):
        sys/dev/pci/pucdata.c: revision 1.59
Add the IBM 481033H SCC


To generate a diff of this commit:
cvs rdiff -u -r1.55.4.1 -r1.55.4.2 src/sys/dev/pci/pucdata.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/pucdata.c
diff -u src/sys/dev/pci/pucdata.c:1.55.4.1 src/sys/dev/pci/pucdata.c:1.55.4.2
--- src/sys/dev/pci/pucdata.c:1.55.4.1	Fri Oct 16 06:32:37 2009
+++ src/sys/dev/pci/pucdata.c	Sat Jan 23 17:56:17 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: pucdata.c,v 1.55.4.1 2009/10/16 06:32:37 snj Exp $	*/
+/*	$NetBSD: pucdata.c,v 1.55.4.2 2010/01/23 17:56:17 bouyer 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.55.4.1 2009/10/16 06:32:37 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.55.4.2 2010/01/23 17:56:17 bouyer Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -205,6 +205,17 @@
 	 * XXX Dolphin Peripherals 4078 (dual serial and single parallel)
 	 */
 
+	/* IBM SurePOS 300 Series (481033H) serial ports */
+	{   "IBM SurePOS 300 Series (481033H)",
+	    {   PCI_VENDOR_IBM, PCI_PRODUCT_IBM_4810_SCC, 0, 0 },
+	    {   0xffff, 0xfff,                            0, 0 },
+	    {
+		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ }, /* Port C */
+		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ }, /* Port D */
+		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ }, /* Port E */
+		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ }, /* Port F */
+	    },
+	},
 
 	/*
 	 * SIIG Boards.

Reply via email to