diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1999-09-04 14:31:56 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1999-09-04 14:31:56 +0000 |
| commit | bd64ce72a8a99df5362aeb13c76bd436e16e03d5 (patch) | |
| tree | 48fc95092473cbab43db2ee085074c7dc8b8b211 /sys/dev/sio/sio.c | |
| parent | 8f5e349bf1eb688edacccf4e43d1ace74b94c032 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio/sio.c')
| -rw-r--r-- | sys/dev/sio/sio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 9a39811d9623..04bc8501ff5c 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -573,6 +573,7 @@ static struct isa_pnp_id sio_ids[] = { {0x0205d041, "Multiport serial device (non-intelligent 16550)"}, /* PNP0502 */ {0x1005d041, "Generic IRDA-compatible device"}, /* PNP0510 */ {0x1105d041, "Generic IRDA-compatible device"}, /* PNP0511 */ + {0x31307256, "USR3031"}, /* USR3031 */ {0} }; |
