From bdb84463933a2349a4a6ae79440d587fc54804eb Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Wed, 13 May 1998 07:26:55 +0000 Subject: [PATCH] The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K, but doesn't do much of anything with it. I added it to siopnp_ids[] and it was found and recognized as a serial port. PR: 6605 Reviewed by: phk Submitted by: Dave Marquardt --- sys/dev/sio/sio.c | 3 ++- sys/i386/isa/sio.c | 3 ++- sys/isa/sio.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 3ff3d8c74f0..97659e1a7d8 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.199 1998/02/27 06:39:32 msmith Exp $ + * $Id: sio.c,v 1.200 1998/05/04 10:35:13 phk Exp $ */ #include "opt_comconsole.h" @@ -2951,6 +2951,7 @@ static struct siopnp_ids { u_long vend_id; char *id_str; } siopnp_ids[] = { + { 0x5015f435, "MOT1550"}, { 0x8113b04e, "Supra1381"}, { 0x9012b04e, "Supra1290"}, { 0x11007256, "USR0011"}, diff --git a/sys/i386/isa/sio.c b/sys/i386/isa/sio.c index 3ff3d8c74f0..97659e1a7d8 100644 --- a/sys/i386/isa/sio.c +++ b/sys/i386/isa/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.199 1998/02/27 06:39:32 msmith Exp $ + * $Id: sio.c,v 1.200 1998/05/04 10:35:13 phk Exp $ */ #include "opt_comconsole.h" @@ -2951,6 +2951,7 @@ static struct siopnp_ids { u_long vend_id; char *id_str; } siopnp_ids[] = { + { 0x5015f435, "MOT1550"}, { 0x8113b04e, "Supra1381"}, { 0x9012b04e, "Supra1290"}, { 0x11007256, "USR0011"}, diff --git a/sys/isa/sio.c b/sys/isa/sio.c index 3ff3d8c74f0..97659e1a7d8 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.199 1998/02/27 06:39:32 msmith Exp $ + * $Id: sio.c,v 1.200 1998/05/04 10:35:13 phk Exp $ */ #include "opt_comconsole.h" @@ -2951,6 +2951,7 @@ static struct siopnp_ids { u_long vend_id; char *id_str; } siopnp_ids[] = { + { 0x5015f435, "MOT1550"}, { 0x8113b04e, "Supra1381"}, { 0x9012b04e, "Supra1290"}, { 0x11007256, "USR0011"},