Bug 18828

Summary: missing PnP entry in sio.c
Product: Base System Reporter: jpk28 <jpk28>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-RELEASE   
Hardware: Any   
OS: Any   

Description jpk28 2000-05-26 12:10:00 UTC
ISA PnP modem not spotted by kernel.

Fix: 

add to /usr/src/sys/isa/sio.c the PnP identification for a
Supra 336i V+ Intl modem:

        {0x7016b04e, NULL},     /* SUP1670 - Supra 336i V+ Intl */

Line 583 is where I put it according to my version of the source
code.
How-To-Repeat: 
try this modem with the default kernel.
Comment 1 tanimura freebsd_committer freebsd_triage 2000-05-26 12:44:51 UTC
State Changed
From-To: open->closed

Added in rev 1.300(HEAD) and 1.291.2.7(RELENG_4), thanks!