diff options
| author | Steve Price <steve@FreeBSD.org> | 1999-10-11 15:06:14 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1999-10-11 15:06:14 +0000 |
| commit | 004348c300b110dc6c5aa212442b5c2add739f3f (patch) | |
| tree | d7ddfd6f1a5d289f93d9df2837d649559fdf0c21 /sys/dev/sio/sio.c | |
| parent | 3b8f07bbc344d2fdf3d8ab63a15b9cc1dd2268a6 (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 5c62be10259b..9f06407bb5c5 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -567,6 +567,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 */ + {0x01017256, NULL}, /* USR0101 */ {0x30207256, NULL}, /* USR2030 */ {0x31307256, NULL}, /* USR3031 */ {0x8020b04e, NULL}, /* SUP2080 */ |
