diff options
author | murray <murray@FreeBSD.org> | 2001-08-31 21:51:00 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2001-08-31 21:51:00 +0000 |
commit | 62f4d7455a8ced9eb5d94d3fab262665b7f544ff (patch) | |
tree | 580494fc6881ef22477d77aadb6069d27ac301fd /sys/dev/sio/sio.c | |
parent | f22f3e1a8b833d8e60e6e3631077b52d8ca39537 (diff) | |
download | FreeBSD-src-62f4d7455a8ced9eb5d94d3fab262665b7f544ff.zip FreeBSD-src-62f4d7455a8ced9eb5d94d3fab262665b7f544ff.tar.gz |
Add ID for the Best Data Smart One 56SPS Voice modem.
PR: kern/24851
Submitted by: Daniel Rudy <dcrudy@aol.com>
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 22f5dea..88fb3f1 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -662,6 +662,7 @@ static struct isa_pnp_id sio_ids[] = { {0x00007905, NULL}, /* AKY0000 - 56K Plug&Play Modem */ {0x01405407, NULL}, /* AZT4001 - AZT3000 PnP SOUND DEVICE, MODEM */ {0x56039008, NULL}, /* BDP0356 - Best Data 56x2 */ + {0x56159008, NULL}, /* BDP1556 - B.D. Smart One 56SPS,Voice Modem*/ {0x36339008, NULL}, /* BDP3336 - Best Data Prods. 336F */ {0x0014490a, NULL}, /* BRI1400 - Boca 33.6 PnP */ {0x0015490a, NULL}, /* BRI1500 - Internal Fax Data */ |