From 112b75c3bdfe31ae851e6bd581f17987479957db Mon Sep 17 00:00:00 2001 From: sheldonh Date: Sun, 30 Dec 2001 13:12:50 +0000 Subject: Add PNP Id for Create Labs Phoneblaster. PR: kern/32891 Submitted by: Louis Mamakos --- sys/dev/sio/sio_isa.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/sio/sio_isa.c') 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?) */ -- cgit v1.1