Date: Tue, 15 Aug 2000 10:54:15 -0700 (PDT) From: mtaira@logicaleffect.com To: freebsd-gnats-submit@FreeBSD.org Subject: i386/20621: My PNP Fax-Modem card is not recognized with sio.c Message-ID: <20000815175415.3EB0737BE78@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 20621
>Category: i386
>Synopsis: My PNP Fax-Modem card is not recognized with sio.c
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Aug 15 11:00:00 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>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?20000815175415.3EB0737BE78>
