From marquard@zilker.net  Tue May 12 06:15:46 1998
Received: from localhost.zilker.net (jump-k56flex-0117.jumpnet.com [207.8.6.117])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA29415
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 May 1998 06:15:45 -0700 (PDT)
          (envelope-from marquard@zilker.net)
Received: (from marquard@localhost) by localhost.zilker.net (8.8.8/8.8.3) id HAA21808; Tue, 12 May 1998 07:53:23 -0500 (CDT)
Message-Id: <199805121253.HAA21808@localhost.zilker.net>
Date: Tue, 12 May 1998 07:53:23 -0500 (CDT)
From: Dave Marquardt <marquard@zilker.net>
Reply-To: marquard@zilker.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: add PnP support for Motorola MODEMSurfer 56K in 2.2.6
X-Send-Pr-Version: 3.2

>Number:         6605
>Category:       kern
>Synopsis:       sio.c lacks an entry for Motorola ModemSurfer 56K for PnP
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 12 06:20:00 PDT 1998
>Closed-Date:    Wed May 13 00:27:04 PDT 1998
>Last-Modified:  Wed May 13 00:27:22 PDT 1998
>Originator:     Dave Marquardt
>Release:        FreeBSD 2.2.6-RELEASE i386
>Organization:
None
>Environment:

	Packard Bell Force 442CDT, 75 MHz Pentium, with Motorola
ModemSurfer 56K PnP modem.

>Description:

	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.

>How-To-Repeat:

	Install Motorola ModemSurfer 56K PnP modem on 2.2.6 system.
Configure (and install) kernel with controller pnp0.  Note that card
is recognized, but not used as an sio device.

>Fix:
	
	Apply this patch:

--- sio.c	Tue May 12 07:50:10 1998
+++ /usr/src/sys/i386/isa/sio.c	Thu May  7 18:12:09 1998
@@ -2694,6 +2694,7 @@
 	{ 0x8113b04e, "Supra1381"},
 	{ 0x9012b04e, "Supra1290"},
 	{ 0x11007256, "USR0011"},
+	{ 0x5015f435, "MOT1550"},
 	{ 0 }
 };
 


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Wed May 13 00:27:04 PDT 1998 
State-Changed-Why:  
committed to -current, thanks! 
>Unformatted:
