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 <marquard@zilker.net>
This commit is contained in:
Poul-Henning Kamp 1998-05-13 07:26:55 +00:00
parent c194af34bd
commit bdb8446393
3 changed files with 6 additions and 3 deletions

View File

@ -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"},

View File

@ -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"},

View File

@ -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"},