diff options
author | dfr <dfr@FreeBSD.org> | 1999-09-04 14:31:56 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1999-09-04 14:31:56 +0000 |
commit | 210a63233ed0d7934c28c96c1d01a286b3a7bee4 (patch) | |
tree | c0cb7b06114f3afc5b3598deace7fbae6df1f3db | |
parent | b626f54dbdc99dbea09fb87da2537a3dc9fce60c (diff) | |
download | FreeBSD-src-210a63233ed0d7934c28c96c1d01a286b3a7bee4.zip FreeBSD-src-210a63233ed0d7934c28c96c1d01a286b3a7bee4.tar.gz |
Add USR3031 pnp id.
Submitted by: Steve Price <sprice@hiwaay.net>
-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 9a39811..04bc850 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 9a39811..04bc850 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} }; |