Deleted Added
full compact
pucdata.c (181973) pucdata.c (181974)
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 181973 2008-08-21 23:22:32Z thompsa $");
28__FBSDID("$FreeBSD: head/sys/dev/puc/pucdata.c 181974 2008-08-22 00:12:08Z thompsa $");
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>

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

621 },
622
623 { 0x1415, 0x9521, 0xffff, 0,
624 "Oxford Semiconductor OX16PCI952 UARTs",
625 DEFAULT_RCLK,
626 PUC_PORT_2S, 0x10, 4, 0,
627 },
628
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>

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

621 },
622
623 { 0x1415, 0x9521, 0xffff, 0,
624 "Oxford Semiconductor OX16PCI952 UARTs",
625 DEFAULT_RCLK,
626 PUC_PORT_2S, 0x10, 4, 0,
627 },
628
629 { 0x14d2, 0x8010, 0xffff, 0,
630 "VScom PCI-100L",
631 DEFAULT_RCLK * 8,
632 PUC_PORT_1S, 0x14, 0, 0,
633 },
634
629 { 0x14d2, 0x8020, 0xffff, 0,
630 "VScom PCI-200L",
631 DEFAULT_RCLK * 8,
632 PUC_PORT_2S, 0x14, 4, 0,
633 },
634
635 { 0x14d2, 0x8028, 0xffff, 0,
636 "VScom 200Li",

--- 515 unchanged lines hidden ---
635 { 0x14d2, 0x8020, 0xffff, 0,
636 "VScom PCI-200L",
637 DEFAULT_RCLK * 8,
638 PUC_PORT_2S, 0x14, 4, 0,
639 },
640
641 { 0x14d2, 0x8028, 0xffff, 0,
642 "VScom 200Li",

--- 515 unchanged lines hidden ---