Deleted Added
full compact
sio.c (82682) sio.c (82685)
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 82682 2001-08-31 20:16:00Z murray $
33 * $FreeBSD: head/sys/dev/sio/sio.c 82685 2001-08-31 20:37:02Z 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"

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

687 {0x6045f435, NULL}, /* MOT4560 - Motorola ? */
688 {0x61e7a338, NULL}, /* NECE761 - 33.6Modem */
689 {0x08804f3f, NULL}, /* OZO8008 - Zoom (33.6k Modem) */
690 {0x0f804f3f, NULL}, /* OZO800f - Zoom 2812 (56k Modem) */
691 {0x39804f3f, NULL}, /* OZO8039 - Zoom 56k flex */
692 {0x00914f3f, NULL}, /* OZO9100 - Zoom 2919 (K56 Faxmodem) */
693 {0x3024a341, NULL}, /* PMC2430 - Pace 56 Voice Internal Modem */
694 {0x1000eb49, NULL}, /* ROK0010 - Rockwell ? */
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"

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

687 {0x6045f435, NULL}, /* MOT4560 - Motorola ? */
688 {0x61e7a338, NULL}, /* NECE761 - 33.6Modem */
689 {0x08804f3f, NULL}, /* OZO8008 - Zoom (33.6k Modem) */
690 {0x0f804f3f, NULL}, /* OZO800f - Zoom 2812 (56k Modem) */
691 {0x39804f3f, NULL}, /* OZO8039 - Zoom 56k flex */
692 {0x00914f3f, NULL}, /* OZO9100 - Zoom 2919 (K56 Faxmodem) */
693 {0x3024a341, NULL}, /* PMC2430 - Pace 56 Voice Internal Modem */
694 {0x1000eb49, NULL}, /* ROK0010 - Rockwell ? */
695 {0x1200b23d, NULL}, /* RSS0012 - OMRON ME5614ISA */
695 {0x5002734a, NULL}, /* RSS0250 - 5614Jx3(G) Internal Modem */
696 {0x6202734a, NULL}, /* RSS0262 - 5614Jx3[G] V90+K56Flex Modem */
697 {0xc100ad4d, NULL}, /* SMM00C1 - Leopard 56k PnP */
698 {0x9012b04e, NULL}, /* SUP1290 - Supra ? */
699 {0x1013b04e, NULL}, /* SUP1310 - SupraExpress 336i PnP */
700 {0x8013b04e, NULL}, /* SUP1380 - SupraExpress 288i PnP Voice */
701 {0x8113b04e, NULL}, /* SUP1381 - SupraExpress 336i PnP Voice */
702 {0x5016b04e, NULL}, /* SUP1650 - Supra 336i Sp Intl */

--- 2683 unchanged lines hidden ---
696 {0x5002734a, NULL}, /* RSS0250 - 5614Jx3(G) Internal Modem */
697 {0x6202734a, NULL}, /* RSS0262 - 5614Jx3[G] V90+K56Flex Modem */
698 {0xc100ad4d, NULL}, /* SMM00C1 - Leopard 56k PnP */
699 {0x9012b04e, NULL}, /* SUP1290 - Supra ? */
700 {0x1013b04e, NULL}, /* SUP1310 - SupraExpress 336i PnP */
701 {0x8013b04e, NULL}, /* SUP1380 - SupraExpress 288i PnP Voice */
702 {0x8113b04e, NULL}, /* SUP1381 - SupraExpress 336i PnP Voice */
703 {0x5016b04e, NULL}, /* SUP1650 - Supra 336i Sp Intl */

--- 2683 unchanged lines hidden ---