| Summary: | How to use a PnP ISA modem card <I-O DATA DEVICE,INC. IFML-560> | ||
|---|---|---|---|
| Product: | Base System | Reporter: | yohsuke <yohsuke> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.2-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed added requested PNPID 1.327 src/sys/isa/sio.c |
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.