Bug 17351

Summary: Add PnP ID for the "5634BTS 56K Video Ready Modem" to src/sys/isa/sio.c
Product: Base System Reporter: efutch <efutch>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   

Description efutch 2000-03-13 09:00:01 UTC
Add the PnP ID for the "5634BTS 56K Video Ready Modem" to
src/sys/isa/sio.c. The modem is a 56K Internal ISA PnP card sold by
SmartLink.

From dmesg:
sio2: <5634BTS 56K Video Ready Modem> at port 0x3e8-0x3ef irq 10 on isa0
sio2: type 16550A 

From pnpinfo:
Card assigned CSN #2
Vendor ID ACH2012 (0x12206804), Serial Number 0x46464646
PnP Version 1.0, Vendor Version 0
Device Description: 5634BTS 56K Video Ready Modem

Logical Device ID: ACH2012 0x12206804 #0
[...]

Fix: 

Patch against src/sys/isa/sio.c revision 1.291 can be found at:
http://quake.nyct.net/~efutch/sio.c.patch

723 bytes
MD5 (sio.c.patch) = 86affc0f99ff2f8f82ad67f31586d47e
Comment 1 Joseph Koshy freebsd_committer freebsd_triage 2000-04-07 06:15:27 UTC
This followup ended up in PR 1735 (should have been PR 17351).

 From: "Eric D. Futch" <efutch@nyct.net>
 To: freebsd-gnats-submit@freebsd.org
 Cc:  
 Subject: Re: kern/1735: Add PnP ID for the "5634BTS 56K Video Ready Modem"
  to src/sys/isa/sio.c
 Date: Thu, 6 Apr 2000 21:24:42 -0400 (EDT)

 Sorry for the trouble, if you tried to fetch the patch and it returned a
 Permission Denied or File Not Found... the patch moved to the FreeBSD
 subdirectory.  The correct URL for it is now:
 
 http://quake.nyct.net/~efutch/FreeBSD/sio.c.patch
 
 --
 Eric Futch              New York Connect.Net, Ltd.
 efutch@nyct.net         Technical Support Staff
 http://www.nyct.net     (212) 293-2620
 "Bringing New York The Internet Access It Deserves"
Comment 2 tanimura freebsd_committer freebsd_triage 2000-05-19 04:53:15 UTC
State Changed
From-To: open->closed

Added in rev 1.298(HEAD) and 1.291.2.4(RELENG_4), thanks!