| Summary: | Support for Zoom 2919 ISA PnP 56K FaxModem (entry to sio.c) | ||
|---|---|---|---|
| Product: | Base System | Reporter: | lnxfrk <lnxfrk> |
| Component: | kern | Assignee: | MIHIRA Sanpei Yoshiro <sanpei> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.3-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-bugs->sanpei sanpei seems to be good at the modem ID thing. State Changed From-To: open->closed added requested PnP ID 1.333 src/sys/isa/sio.c |
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.