svn commit: r193305 - head/sys/dev/puc

Robert Watson rwatson at FreeBSD.org
Tue Jun 2 09:58:18 UTC 2009


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:


More information about the svn-src-head mailing list