aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2010-05-24 19:36:15 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2010-05-24 19:36:15 +0000
commitf1a66ecbb5d13d4cf291aa2df1b0202dcaa32ce7 (patch)
tree2d4fa45e674def3bc7180595b5c295a848da2841 /sys/dev
parent0cd51665f09557b401fd127b2d0d8f529aff3708 (diff)
Notes
Diffstat (limited to 'sys/dev')
-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 b74574d2c3c4..57d5e788c5c3 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,