Bug 25173

Summary: How to use a PnP ISA modem card <I-O DATA DEVICE,INC. IFML-560>
Product: Base System Reporter: yohsuke <yohsuke>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-RELEASE   
Hardware: Any   
OS: Any   

Description yohsuke 2001-02-17 16:20:01 UTC
I tried using a PnP ISA modem card named I-O DATA DEVICE,INC. IFML-560.
But "sio.c" doesn't have a code fot it.

Fix: 

I had added "{0x8100e425, NULL},     /* IOD0081 - I-O DATA DEVICE,INC. IFML-560 */"
into "static struct isa_pnp_id sio_ids[]" of "sio.c".
So I got a good result.
Comment 1 MIHIRA Sanpei Yoshiro freebsd_committer freebsd_triage 2001-03-07 14:20:34 UTC
State Changed
From-To: open->closed

added requested PNPID 
1.327	src/sys/isa/sio.c