From cad4243e61d8cc4b260542d34dac63f5752fe2d7 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 13 May 1998 07:26:55 +0000 Subject: 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 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/sio/sio.c') diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 3ff3d8c..97659e1 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"}, -- cgit v1.1