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

Eitan Adler eadler at FreeBSD.org
Sun Aug 5 08:10:03 UTC 2012


Author: eadler
Date: Sun Aug  5 08:10:02 2012
New Revision: 239048
URL: http://svn.freebsd.org/changeset/base/239048

Log:
  Add additional Perle Speed LE serial cards
  
  PR:		kern/168816
  Submitted by:	Dennis Oyama <doyama at perle.com>
  Approved by:	cperciva
  MFC after:	1 week

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

Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c	Sun Aug  5 08:08:34 2012	(r239047)
+++ head/sys/dev/puc/pucdata.c	Sun Aug  5 08:10:02 2012	(r239048)
@@ -768,11 +768,36 @@ const struct puc_cfg puc_pci_devices[] =
 	 */
 
 	{   0x155f, 0x0331, 0xffff, 0,
+	    "Perle Ultraport4 Express",
+	    DEFAULT_RCLK * 8,
+	    PUC_PORT_4S, 0x10, 0, 8,
+	},
+
+	{   0x155f, 0xB012, 0xffff, 0,
+	    "Perle Speed2 LE",
+	    DEFAULT_RCLK * 8,
+	    PUC_PORT_2S, 0x10, 0, 8,
+	},
+
+	{   0x155f, 0xB022, 0xffff, 0,
+	    "Perle Speed2 LE",
+	    DEFAULT_RCLK * 8,
+	    PUC_PORT_2S, 0x10, 0, 8,
+	},
+
+	{   0x155f, 0xB004, 0xffff, 0,
 	    "Perle Speed4 LE",
 	    DEFAULT_RCLK * 8,
 	    PUC_PORT_4S, 0x10, 0, 8,
 	},
 
+	{   0x155f, 0xB008, 0xffff, 0,
+	    "Perle Speed8 LE",
+	    DEFAULT_RCLK * 8,
+	    PUC_PORT_8S, 0x10, 0, 8,
+	},
+
+
 	/*
 	 * Oxford Semiconductor PCI Express Expresso family
 	 *


More information about the svn-src-head mailing list