diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-12-30 13:12:50 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-12-30 13:12:50 +0000 |
commit | 112b75c3bdfe31ae851e6bd581f17987479957db (patch) | |
tree | 5db698f47ac67a3028e357cf8973cafa32b1a68a | |
parent | f13d9cf9463fb49d09bc7fc7942545d599575ee2 (diff) | |
download | FreeBSD-src-112b75c3bdfe31ae851e6bd581f17987479957db.zip FreeBSD-src-112b75c3bdfe31ae851e6bd581f17987479957db.tar.gz |
Add PNP Id for Create Labs Phoneblaster.
PR: kern/32891
Submitted by: Louis Mamakos <louie@TransSys.COM>
-rw-r--r-- | sys/dev/sio/sio_isa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sio/sio_isa.c b/sys/dev/sio/sio_isa.c index 3d13e47..fe4d6f9 100644 --- a/sys/dev/sio/sio_isa.c +++ b/sys/dev/sio/sio_isa.c @@ -81,6 +81,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 ? */ + {0x01308c0e, NULL}, /* CTL3001 - Creative Labs Phoneblaster */ {0x36033610, NULL}, /* DAV0336 - DAVICOM 336PNP MODEM */ {0x0000aa1a, NULL}, /* FUJ0000 - FUJITSU Modem 33600 PNP/I2 */ {0x1200c31e, NULL}, /* GVC0012 - VF1128HV-R9 (win modem?) */ |