From nobody@FreeBSD.ORG  Tue Aug 15 10:54:15 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 3EB0737BE78; Tue, 15 Aug 2000 10:54:15 -0700 (PDT)
Message-Id: <20000815175415.3EB0737BE78@hub.freebsd.org>
Date: Tue, 15 Aug 2000 10:54:15 -0700 (PDT)
From: mtaira@logicaleffect.com
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: My PNP Fax-Modem card is not recognized with sio.c
X-Send-Pr-Version: www-1.0

>Number:         20621
>Category:       i386
>Synopsis:       My PNP Fax-Modem card is not recognized with sio.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    peter
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 15 11:00:00 PDT 2000
>Closed-Date:    Wed Aug 16 01:23:04 PDT 2000
>Last-Modified:  Wed Aug 16 01:23:35 PDT 2000
>Originator:     Masanori Taira
>Release:        4.1-stable
>Organization:
>Environment:
FreeBSD Babylon.Babylonia 4.1-STABLE FreeBSD 4.1-STABLE #9: Wed Aug 16 01:17:37 JST 2000     root@Babylon.Babylonia:/mntfree/usr/REL3-src/sys/compile/Babylon  i386
>Description:
The 3com's PNP Fax-Modem Device 'U.S. Robotics 56K FAX INT' is not 
recognized with sio.c.
Dmesg outputs as follows:
> unknown0: <U.S. Robotics 56K FAX INT> at port 0x3e8-0x3ef irq 7 on isa0
PNP-ID of the card is 0x70917256.

>How-To-Repeat:
Insert the PNP Fax-modem card (ID:0x70917256) and boot 4.1-Release Kernel.
>Fix:
Patch sio.c as follows.


*** /usr/src/sys/isa/sio.c      Fri Aug 11 13:06:24 2000
--- /usr/src/sys/compile/Babylon/sio.c  Wed Aug 16 01:16:46 2000
***************
*** 713,716 ****
--- 713,717 ----
        {0x70307256, NULL},     /* USR3070 - U.S. Robotics 56K Voice INT */
        {0x90307256, NULL},     /* USR3090 - USR ? */
+       {0x70917256, NULL},     /* USR9170 - U.S. Robotics 56K FAX INT */
        {0x90917256, NULL},     /* USR9190 - USR 56k Voice INT */
        {0x0300695c, NULL},     /* WCI0003 - Fax/Voice/Modem/Speakphone/Asvd */


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sheldonh 
State-Changed-When: Wed Aug 16 01:23:04 PDT 2000 
State-Changed-Why:  
Committed, thanks! 


Responsible-Changed-From-To: freebsd-bugs->peter 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Wed Aug 16 01:23:04 PDT 2000 
Responsible-Changed-Why:  
Peter committed it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20621 
>Unformatted:
