From 7b4ac9ae27f022c09354ebe3095ff14d8c43bef0 Mon Sep 17 00:00:00 2001 From: eadler Date: Tue, 15 Nov 2011 17:53:29 +0000 Subject: - add support for Titan VScom PCIex-800H PR: kern/124128 Submitted by: Maxim Frolov (original) Approved by: jhb MFC after: 1 week --- sys/dev/puc/pucdata.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'sys/dev') diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index c39d551..94d1c2c 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -864,6 +864,18 @@ const struct puc_cfg puc_pci_devices[] = { PUC_PORT_2S, 0x10, 4, 0, }, + { 0x14d2, 0xa007, 0xffff, 0, + "Titan VScom PCIex-800H", + DEFAULT_RCLK * 8, + PUC_PORT_4S, 0x10, 0, 8, + }, + + { 0x14d2, 0xa008, 0xffff, 0, + "Titan VScom PCIex-800H", + DEFAULT_RCLK * 8, + PUC_PORT_4S, 0x10, 0, 8, + }, + { 0x14db, 0x2130, 0xffff, 0, "Avlab Technology, PCI IO 2S", DEFAULT_RCLK, -- cgit v1.1