aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-08-05 08:10:02 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-08-05 08:10:02 +0000
commitedfaa737263c32a79c5a15d3acb21b93456854fc (patch)
treea2526913d7e42b478c1230d1067cba3491a4174e /sys/dev/puc
parent2bd29f8f66ba0772fc1b0ff70e412f912e981dfb (diff)
downloadsrc-edfaa737263c32a79c5a15d3acb21b93456854fc.tar.gz
src-edfaa737263c32a79c5a15d3acb21b93456854fc.zip
Add additional Perle Speed LE serial cards
PR: kern/168816 Submitted by: Dennis Oyama <doyama@perle.com> Approved by: cperciva MFC after: 1 week
Notes
Notes: svn path=/head/; revision=239048
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index 54577abe7dec..b21a16cb28f5 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -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
*