diff options
| -rw-r--r-- | sys/dev/sio/sio.c | 1 | ||||
| -rw-r--r-- | sys/isa/sio.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 9a39811d96233..04bc8501ff5c5 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} }; diff --git a/sys/isa/sio.c b/sys/isa/sio.c index 9a39811d96233..04bc8501ff5c5 100644 --- a/sys/isa/sio.c +++ b/sys/isa/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} }; |
