diff options
author | tanimura <tanimura@FreeBSD.org> | 2000-05-02 05:54:11 +0000 |
---|---|---|
committer | tanimura <tanimura@FreeBSD.org> | 2000-05-02 05:54:11 +0000 |
commit | 9b0438a751e81af7b39f89d355ead44a8b556c73 (patch) | |
tree | 37ded20b80b1e912bfa4a6c14f4571fbab58ae4b /sys/dev/sio | |
parent | 24add02b863a9240deaba68b63cda242f42ca55b (diff) | |
download | FreeBSD-src-9b0438a751e81af7b39f89d355ead44a8b556c73.zip FreeBSD-src-9b0438a751e81af7b39f89d355ead44a8b556c73.tar.gz |
Add the logical ID of FUJITSU Modem 33600 PNP/I2.
PR: kern/18257
Submitted by: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
Diffstat (limited to 'sys/dev/sio')
-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 395b5b9..e6aeeb1 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -663,6 +663,7 @@ static struct isa_pnp_id sio_ids[] = { {0x00b4490a, NULL}, /* BRIB400 - Boca 56k PnP */ {0x0030320d, NULL}, /* CIR3000 - Cirrus Logic V43 */ {0x0100440e, NULL}, /* CRD0001 - Cardinal MVP288IV ? */ + {0x0000aa1a, NULL}, /* FUJ0000 - FUJITSU Modem 33600 PNP/I2 */ {0x1200c31e, NULL}, /* GVC0012 - VF1128HV-R9 (win modem?) */ {0x0303c31e, NULL}, /* GVC0303 - MaxTech 33.6 PnP D/F/V */ {0x0505c31e, NULL}, /* GVC0505 - GVC 56k Faxmodem */ |