From 46ce58c7f6f971e77e84ca55000e80f37ab0247c Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Fri, 22 Aug 2008 00:12:08 +0000 Subject: [PATCH] Add the VScom PCI-100L card. PR: kern/72352 Submitted by: Thomas Nystrom --- sys/dev/puc/pucdata.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index b8913006f48..da7a45432cb 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -626,6 +626,12 @@ const struct puc_cfg puc_pci_devices[] = { PUC_PORT_2S, 0x10, 4, 0, }, + { 0x14d2, 0x8010, 0xffff, 0, + "VScom PCI-100L", + DEFAULT_RCLK * 8, + PUC_PORT_1S, 0x14, 0, 0, + }, + { 0x14d2, 0x8020, 0xffff, 0, "VScom PCI-200L", DEFAULT_RCLK * 8,