diff options
author | deischen <deischen@FreeBSD.org> | 1999-10-03 17:50:09 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 1999-10-03 17:50:09 +0000 |
commit | ca2541a602effb2c881cf3c71fabda8f63727f84 (patch) | |
tree | bd82572ceadb7023af3ef7ac806da3b110c61359 /sys/isa/sio.c | |
parent | ef4ed42c63418e99ae2c67fd12e037f436126f6b (diff) | |
download | FreeBSD-src-ca2541a602effb2c881cf3c71fabda8f63727f84.zip FreeBSD-src-ca2541a602effb2c881cf3c71fabda8f63727f84.tar.gz |
Add logical device ID for the Diamond SupraExpress 56K PnP modem:
Vendor ID SUP2480 (0x8024b04e), Serial Number 0x00001334
PnP Version 1.0, Vendor Version 0
Device Description: SupraExpress 56i Sp V.90
Reviewed by: dfr
Diffstat (limited to 'sys/isa/sio.c')
-rw-r--r-- | sys/isa/sio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/isa/sio.c b/sys/isa/sio.c index ace8592..c14f04a 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -568,6 +568,7 @@ static struct isa_pnp_id sio_ids[] = { {0x1005d041, "Generic IRDA-compatible device"}, /* PNP0510 */ {0x1105d041, "Generic IRDA-compatible device"}, /* PNP0511 */ {0x31307256, "USR3031"}, /* USR3031 */ + {0x8024b04e, "SupraExpress 56i Sp V.90"}, {0} }; |