Deleted Added
full compact
sio.c (82685) sio.c (82696)
1/*-
2 * Copyright (c) 1991 The Regents of the University of California.
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 * 1. Redistributions of source code must retain the above copyright

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

25 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
1/*-
2 * Copyright (c) 1991 The Regents of the University of California.
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 * 1. Redistributions of source code must retain the above copyright

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

25 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * $FreeBSD: head/sys/dev/sio/sio.c 82685 2001-08-31 20:37:02Z murray $
33 * $FreeBSD: head/sys/dev/sio/sio.c 82696 2001-08-31 21:51:00Z murray $
34 * from: @(#)com.c 7.5 (Berkeley) 5/16/91
35 * from: i386/isa sio.c,v 1.234
36 */
37
38#include "opt_comconsole.h"
39#include "opt_compat.h"
40#include "opt_ddb.h"
41#include "opt_sio.h"

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

657 {0x1005d041, "Generic IRDA-compatible device"}, /* PNP0510 */
658 {0x1105d041, "Generic IRDA-compatible device"}, /* PNP0511 */
659 /* Devices that do not have a compatid */
660 {0x12206804, NULL}, /* ACH2012 - 5634BTS 56K Video Ready Modem */
661 {0x7602a904, NULL}, /* AEI0276 - 56K v.90 Fax Modem (LKT) */
662 {0x00007905, NULL}, /* AKY0000 - 56K Plug&Play Modem */
663 {0x01405407, NULL}, /* AZT4001 - AZT3000 PnP SOUND DEVICE, MODEM */
664 {0x56039008, NULL}, /* BDP0356 - Best Data 56x2 */
34 * from: @(#)com.c 7.5 (Berkeley) 5/16/91
35 * from: i386/isa sio.c,v 1.234
36 */
37
38#include "opt_comconsole.h"
39#include "opt_compat.h"
40#include "opt_ddb.h"
41#include "opt_sio.h"

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

657 {0x1005d041, "Generic IRDA-compatible device"}, /* PNP0510 */
658 {0x1105d041, "Generic IRDA-compatible device"}, /* PNP0511 */
659 /* Devices that do not have a compatid */
660 {0x12206804, NULL}, /* ACH2012 - 5634BTS 56K Video Ready Modem */
661 {0x7602a904, NULL}, /* AEI0276 - 56K v.90 Fax Modem (LKT) */
662 {0x00007905, NULL}, /* AKY0000 - 56K Plug&Play Modem */
663 {0x01405407, NULL}, /* AZT4001 - AZT3000 PnP SOUND DEVICE, MODEM */
664 {0x56039008, NULL}, /* BDP0356 - Best Data 56x2 */
665 {0x56159008, NULL}, /* BDP1556 - B.D. Smart One 56SPS,Voice Modem*/
665 {0x36339008, NULL}, /* BDP3336 - Best Data Prods. 336F */
666 {0x0014490a, NULL}, /* BRI1400 - Boca 33.6 PnP */
667 {0x0015490a, NULL}, /* BRI1500 - Internal Fax Data */
668 {0x0034490a, NULL}, /* BRI3400 - Internal ACF Modem */
669 {0x0094490a, NULL}, /* BRI9400 - Boca K56Flex PnP */
670 {0x00b4490a, NULL}, /* BRIB400 - Boca 56k PnP */
671 {0x0030320d, NULL}, /* CIR3000 - Cirrus Logic V43 */
672 {0x0100440e, NULL}, /* CRD0001 - Cardinal MVP288IV ? */

--- 2714 unchanged lines hidden ---
666 {0x36339008, NULL}, /* BDP3336 - Best Data Prods. 336F */
667 {0x0014490a, NULL}, /* BRI1400 - Boca 33.6 PnP */
668 {0x0015490a, NULL}, /* BRI1500 - Internal Fax Data */
669 {0x0034490a, NULL}, /* BRI3400 - Internal ACF Modem */
670 {0x0094490a, NULL}, /* BRI9400 - Boca K56Flex PnP */
671 {0x00b4490a, NULL}, /* BRIB400 - Boca 56k PnP */
672 {0x0030320d, NULL}, /* CIR3000 - Cirrus Logic V43 */
673 {0x0100440e, NULL}, /* CRD0001 - Cardinal MVP288IV ? */

--- 2714 unchanged lines hidden ---