svn commit: r208518 - stable/8/sys/dev/puc
John Baldwin
jhb at FreeBSD.org
Mon May 24 19:36:16 UTC 2010
Author: jhb
Date: Mon May 24 19:36:15 2010
New Revision: 208518
URL: http://svn.freebsd.org/changeset/base/208518
Log:
MFC 208350:
Add support for the Perle Speed4 LE.
Modified:
stable/8/sys/dev/puc/pucdata.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
stable/8/sys/dev/xen/xenpci/ (props changed)
stable/8/sys/geom/sched/ (props changed)
Modified: stable/8/sys/dev/puc/pucdata.c
==============================================================================
--- stable/8/sys/dev/puc/pucdata.c Mon May 24 18:21:42 2010 (r208517)
+++ stable/8/sys/dev/puc/pucdata.c Mon May 24 19:36:15 2010 (r208518)
@@ -661,6 +661,18 @@ const struct puc_cfg puc_pci_devices[] =
PUC_PORT_8S, 0x18, 0, 8,
},
+ /*
+ * Perle boards use Oxford Semiconductor chips, but they store the
+ * Oxford Semiconductor device ID as a subvendor device ID and use
+ * their own device IDs.
+ */
+
+ { 0x155f, 0x0331, 0xffff, 0,
+ "Perle Speed4 LE",
+ DEFAULT_RCLK * 8,
+ PUC_PORT_4S, 0x10, 0, 8,
+ },
+
{ 0x14d2, 0x8010, 0xffff, 0,
"VScom PCI-100L",
DEFAULT_RCLK * 8,
More information about the svn-src-stable
mailing list