Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 1998 07:53:23 -0500 (CDT)
From:      Dave Marquardt <marquard@zilker.net>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/6605: add PnP support for Motorola MODEMSurfer 56K in 2.2.6
Message-ID:  <199805121253.HAA21808@localhost.zilker.net>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 12 06:20:00 PDT 1998
>Last-Modified:
>Originator:     Dave Marquardt
>Organization:
None
>Release:        FreeBSD 2.2.6-RELEASE i386
>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 }
 };
 


>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805121253.HAA21808>