Bug 27476

Summary: Support for Zoom 2919 ISA PnP 56K FaxModem (entry to sio.c)
Product: Base System Reporter: lnxfrk <lnxfrk>
Component: kernAssignee: MIHIRA Sanpei Yoshiro <sanpei>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-RELEASE   
Hardware: Any   
OS: Any   

Description lnxfrk 2001-05-20 22:20:01 UTC
Upon installing FreeBSD 4.3-RELEASE I found that my Zoom 2919 56K FaxModem was not detected. In previous 3.x releases I recall it working. I found some information on the Internet that suggested that a PR should be sent with the string I entered in sio.c to get the modem working correctly.

Fix: 

Add the following to sio.c (In isa_pnp_id sio_ids[] ) at about line 691 (OZO8039 - Zoom 56k flex):

{0x00914f3f, NULL},	/* OZO9100 - Zoom 2919 (K56 Faxmodem) */
How-To-Repeat: N/A, first install of FreeBSD 4.x. Subsequent installs will have the problem as well until future releases have support for this modem.
Comment 1 dwmalone freebsd_committer freebsd_triage 2001-05-21 10:10:57 UTC
Responsible Changed
From-To: freebsd-bugs->sanpei

sanpei seems to be good at the modem ID thing.
Comment 2 MIHIRA Sanpei Yoshiro freebsd_committer freebsd_triage 2001-05-26 12:18:37 UTC
State Changed
From-To: open->closed

added requested PnP ID 
1.333	src/sys/isa/sio.c