From 3e19d3c0f047f6756277c0369a1cb9992923d6d1 Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Thu, 27 Jan 2005 01:17:32 +0000 Subject: [PATCH] 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 --- sys/dev/puc/pucdata.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index f067cfd7e054..324d9fcff97f 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 } };