summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2005-01-27 01:17:32 +0000
committerbms <bms@FreeBSD.org>2005-01-27 01:17:32 +0000
commit7a7771f4fb0623b4f9e6914a0d6301d6dc6d43b8 (patch)
tree2a3f4f18d8a76cf88f09bd6503b1ff538c120dc4 /sys/dev/puc
parent57511acdf31c2284b7b4d62948c883287840fac6 (diff)
downloadFreeBSD-src-7a7771f4fb0623b4f9e6914a0d6301d6dc6d43b8.zip
FreeBSD-src-7a7771f4fb0623b4f9e6914a0d6301d6dc6d43b8.tar.gz
Add PCI ID for Dell RAC IV/ERA Virtual UART (PowerEdge 1850).
Trim name of existing Dell RAC devices. Trim comments. With help from: dpk at dpk dot net MFC after: 1 week
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index f067cfd..324d9fc 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -1239,8 +1239,7 @@ const struct puc_device_description puc_devices[] = {
},
},
- /* Dell RAC Serial PPP Link */
- { "Dell RAC Serial PPP Link",
+ { "Dell RAC III Virtual UART",
{ 0x1028, 0x0008, 0, 0 },
{ 0xffff, 0xffff, 0, 0 },
{
@@ -1248,5 +1247,13 @@ const struct puc_device_description puc_devices[] = {
},
},
+ { "Dell RAC IV/ERA Virtual UART",
+ { 0x1028, 0x0012, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x14, 0x00, DEFAULT_RCLK * 128 },
+ },
+ },
+
{ 0 }
};
OpenPOWER on IntegriCloud