summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-05-20 13:16:42 +0000
committerjhb <jhb@FreeBSD.org>2010-05-20 13:16:42 +0000
commit547182687cdbfb5ef73a1909cfc4851dbc3ed00d (patch)
tree7e442ae3ba0317658387c08e82540d8dfb7c51f6 /sys/dev/puc
parent427e94121af638ae0635722babe674c1739b31dd (diff)
downloadFreeBSD-src-547182687cdbfb5ef73a1909cfc4851dbc3ed00d.zip
FreeBSD-src-547182687cdbfb5ef73a1909cfc4851dbc3ed00d.tar.gz
Add support for the Perle Speed4 LE.
Submitted by: Douglas K. Rand rand of meridian-enviro com MFC after: 3 days
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index b74574d..57d5e78 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -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,
OpenPOWER on IntegriCloud