summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2001-08-31 21:51:00 +0000
committermurray <murray@FreeBSD.org>2001-08-31 21:51:00 +0000
commit62f4d7455a8ced9eb5d94d3fab262665b7f544ff (patch)
tree580494fc6881ef22477d77aadb6069d27ac301fd /sys
parentf22f3e1a8b833d8e60e6e3631077b52d8ca39537 (diff)
downloadFreeBSD-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')
-rw-r--r--sys/dev/sio/sio.c1
-rw-r--r--sys/isa/sio.c1
2 files changed, 2 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 */
diff --git a/sys/isa/sio.c b/sys/isa/sio.c
index 22f5dea..88fb3f1 100644
--- a/sys/isa/sio.c
+++ b/sys/isa/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 */
OpenPOWER on IntegriCloud