Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2009 09:58:18 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r193305 - head/sys/dev/puc
Message-ID:  <200906020958.n529wImV009198@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Tue Jun  2 09:58:17 2009
New Revision: 193305
URL: http://svn.freebsd.org/changeset/base/193305

Log:
  Add support for the four PUC serial interfaces found on IBM SurePOS 300
  series POS terminals.
  
  MFC after:	3 days
  Submitted by:	Marc Balmer <marc at msys.ch>

Modified:
  head/sys/dev/puc/pucdata.c

Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c	Tue Jun  2 09:25:56 2009	(r193304)
+++ head/sys/dev/puc/pucdata.c	Tue Jun  2 09:58:17 2009	(r193305)
@@ -234,6 +234,17 @@ const struct puc_cfg puc_pci_devices[] =
 	},
 
 	/*
+	 * IBM SurePOS 300 Series (481033H) serial ports
+	 * Details can be found on the IBM RSS websites
+	 */
+
+	{   0x1014, 0x0297, 0xffff, 0,
+	    "IBM SurePOS 300 Series (481033H) serial ports",
+	    DEFAULT_RCLK,
+	    PUC_PORT_4S, 0x10, 4, 0
+	},
+
+	/*
 	 * SIIG Boards.
 	 *
 	 * SIIG provides documentation for their boards at:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906020958.n529wImV009198>