Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 1998 16:45:58 -0700 (PDT)
From:      Kurt@Boolean.NET
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   kern/6496: PnP support for USR x2 Modem
Message-ID:  <199805032345.QAA25005@hub.freebsd.org>

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

>Number:         6496
>Category:       kern
>Synopsis:       PnP support for USR x2 Modem
>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:   Sun May  3 16:50:01 PDT 1998
>Last-Modified:
>Originator:     Kurt D. Zeilenga
>Organization:
Boolean.Net
>Release:        current as of 24-Apr-98
>Environment:
FreeBSD 3.0-CURRENT
>Description:
I've modified src/sys/i386/isa/sio.c to detect my USR PnP x2 modem.
So far so good...  (tested with ijppp).

Enjoy.

>How-To-Repeat:

>Fix:

  Index: sio.c
===================================================================
RCS file: /usr/CVSROOT/src/sys/i386/isa/sio.c,v
retrieving revision 1.199
diff -c -r1.199 sio.c
*** sio.c	1998/02/27 06:39:32	1.199
--- sio.c	1998/05/03 15:31:44
***************
*** 2954,2959 ****
--- 2954,2960 ----
  	{ 0x8113b04e, "Supra1381"},
  	{ 0x9012b04e, "Supra1290"},
  	{ 0x11007256, "USR0011"},
+ 	{ 0x30207256, "USR2030"},
  	{ 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?199805032345.QAA25005>