Deleted Added
full compact
pucdata.c (227457) pucdata.c (227535)
1/*-
2 * Copyright (c) 2006 Marcel Moolenaar
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *

--- 11 unchanged lines hidden (view full) ---

20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2006 Marcel Moolenaar
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *

--- 11 unchanged lines hidden (view full) ---

20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27#include <sys/cdefs.h>
28__FBSDID("$FreeBSD: head/sys/dev/puc/pucdata.c 227457 2011-11-11 22:24:16Z eadler $");
28__FBSDID("$FreeBSD: head/sys/dev/puc/pucdata.c 227535 2011-11-15 17:53:29Z eadler $");
29
30/*
31 * PCI "universal" communications card driver configuration data (used to
32 * match/attach the cards).
33 */
34
35#include <sys/param.h>
36#include <sys/systm.h>

--- 822 unchanged lines hidden (view full) ---

859 },
860
861 { 0x14d2, 0xe020, 0xffff, 0,
862 "Titan VScom PCI-200HV2",
863 DEFAULT_RCLK * 8,
864 PUC_PORT_2S, 0x10, 4, 0,
865 },
866
29
30/*
31 * PCI "universal" communications card driver configuration data (used to
32 * match/attach the cards).
33 */
34
35#include <sys/param.h>
36#include <sys/systm.h>

--- 822 unchanged lines hidden (view full) ---

859 },
860
861 { 0x14d2, 0xe020, 0xffff, 0,
862 "Titan VScom PCI-200HV2",
863 DEFAULT_RCLK * 8,
864 PUC_PORT_2S, 0x10, 4, 0,
865 },
866
867 { 0x14d2, 0xa007, 0xffff, 0,
868 "Titan VScom PCIex-800H",
869 DEFAULT_RCLK * 8,
870 PUC_PORT_4S, 0x10, 0, 8,
871 },
872
873 { 0x14d2, 0xa008, 0xffff, 0,
874 "Titan VScom PCIex-800H",
875 DEFAULT_RCLK * 8,
876 PUC_PORT_4S, 0x10, 0, 8,
877 },
878
867 { 0x14db, 0x2130, 0xffff, 0,
868 "Avlab Technology, PCI IO 2S",
869 DEFAULT_RCLK,
870 PUC_PORT_2S, 0x10, 4, 0,
871 },
872
873 { 0x14db, 0x2150, 0xffff, 0,
874 "Avlab Low Profile PCI 4 Serial",

--- 611 unchanged lines hidden ---
879 { 0x14db, 0x2130, 0xffff, 0,
880 "Avlab Technology, PCI IO 2S",
881 DEFAULT_RCLK,
882 PUC_PORT_2S, 0x10, 4, 0,
883 },
884
885 { 0x14db, 0x2150, 0xffff, 0,
886 "Avlab Low Profile PCI 4 Serial",

--- 611 unchanged lines hidden ---