diff options
author | takawata <takawata@FreeBSD.org> | 2002-03-03 13:26:59 +0000 |
---|---|---|
committer | takawata <takawata@FreeBSD.org> | 2002-03-03 13:26:59 +0000 |
commit | e583125ee45ab1382de43f1b827227cc0fd7bfe0 (patch) | |
tree | 2579e34277da86239db749d54de0d4b05db5f952 /sys/dev | |
parent | 00e098c5ce6a724945a528315cbc5930ca968809 (diff) | |
download | FreeBSD-src-e583125ee45ab1382de43f1b827227cc0fd7bfe0.zip FreeBSD-src-e583125ee45ab1382de43f1b827227cc0fd7bfe0.tar.gz |
Add two IrDA controller ID: IBM TP240(Probably NSC compatible), and SMC IrCC
controller.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/sio/sio_isa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sio/sio_isa.c b/sys/dev/sio/sio_isa.c index 6e8fc60..916d0f6 100644 --- a/sys/dev/sio/sio_isa.c +++ b/sys/dev/sio/sio_isa.c @@ -92,6 +92,7 @@ static struct isa_pnp_id sio_ids[] = { {0x3800f91e, NULL}, /* GWY0038 - Telepath with v.90 */ {0x9062f91e, NULL}, /* GWY6290 - Telepath with x2 Technology */ {0x8100e425, NULL}, /* IOD0081 - I-O DATA DEVICE,INC. IFML-560 */ + {0x71004d24, NULL}, /* IBM0071 - IBM ThinkPad 240 IrDA controller*/ {0x21002534, NULL}, /* MAE0021 - Jetstream Int V.90 56k Voice Series 2*/ {0x0000f435, NULL}, /* MOT0000 - Motorola ModemSURFR 33.6 Intern */ {0x5015f435, NULL}, /* MOT1550 - Motorola ModemSURFR 56K Modem */ @@ -108,6 +109,7 @@ static struct isa_pnp_id sio_ids[] = { {0x5002734a, NULL}, /* RSS0250 - 5614Jx3(G) Internal Modem */ {0x6202734a, NULL}, /* RSS0262 - 5614Jx3[G] V90+K56Flex Modem */ {0x1010104d, NULL}, /* SHP1010 - Rockwell 33600bps Modem */ + {0x10f0a34d, NULL}, /* SMCF010 - SMC IrCC*/ {0xc100ad4d, NULL}, /* SMM00C1 - Leopard 56k PnP */ {0x9012b04e, NULL}, /* SUP1290 - Supra ? */ {0x1013b04e, NULL}, /* SUP1310 - SupraExpress 336i PnP */ |