Bug 24851

Summary: ISA PnP Modem Type is unregistered in sio.c
Product: Base System Reporter: dcrudy <dcrudy>
Component: kernAssignee: Murray Stokely <murray>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-RELEASE   
Hardware: Any   
OS: Any   

Description dcrudy 2001-02-04 21:30:01 UTC
Best Data Smart One 56SPS Voice modem is not defined in the serial
port driver sio.c under /usr/src/sys/isa directory.  I added the
PnP ID of the modem, CSN BDP1556 (0x56159008), to the structure
beginning on line 651 so the system will recongize the presence
of the modem.  Would it be possiable to add this modem to the sio.c
for future incorporation in subsequent releases?

Fix: 

Add the modem's CSN to the file /usr/src/sys/isa/sio.c in the
structure beginning at line 651.  The modem information is
BDP1556 (0x56159008)
How-To-Repeat: FreeBSD does not recongize the specified ISA PnP Modem.
Comment 1 Murray Stokely freebsd_committer freebsd_triage 2001-08-31 22:51:11 UTC
State Changed
From-To: open->analyzed

Fix has been applied to -CURRENT, thanks!  I will try to get this fix 
into 4.4-RELEASE as well. 



Comment 2 Murray Stokely freebsd_committer freebsd_triage 2001-08-31 22:51:11 UTC
Responsible Changed
From-To: freebsd-bugs->murray

my MFC reminder.
Comment 3 Murray Stokely freebsd_committer freebsd_triage 2001-09-01 06:58:40 UTC
State Changed
From-To: analyzed->closed

This change has been merged to -STABLE.  It will be present in FreeBSD 
4.4.  Thanks!