Bug 19920

Summary: Add a PNP ISA modem to sio.c (details attached)
Product: Base System Reporter: port <port>
Component: i386Assignee: tanimura
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
maestro.patch none

Description port 2000-07-14 15:10:01 UTC
I have a PNP ISA Maestro Jetstream modem which works perfectly (at least in my computer), once it's PNP details are added to sio.c

Could you please add details?

Thank you!

Fix: 

Add details to struct isa_pnp_id sio_ids in /usr/src/sys/isa/sio.c

Device name = Maestro Jetstream Int V.90 56k Voice Series 2
PNP ID = 0x21002534

viz:

       {0x21002534, NULL},     /* MAE0021 - Maestro Jetstream Int V.90 56k Voice Series 2 */
How-To-Repeat: Not a problem
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-07-17 18:00:16 UTC
Responsible Changed
From-To: freebsd-bugs->tanimura

The problem with touching a file a lot is that people start 
to think you maintain it. :-)
Comment 2 port 2000-10-10 10:59:11 UTC
OK, so here's a patch that adds the line... so therefore you're not
maintaining it, just merely, umm...
Comment 3 tanimura freebsd_committer freebsd_triage 2000-10-10 11:08:38 UTC
State Changed
From-To: open->closed

Added in rev 1.318(HEAD) and 1.291.2.13(RELENG_4), thanks!