From 1d5c34fce7fa4b891eef4f3bccc7740e8dae3444 Mon Sep 17 00:00:00 2001 From: eadler Date: Thu, 20 Dec 2012 04:16:25 +0000 Subject: [PATCH] MFC r242996: Add support for CIR1000 - Cirrus Logic V34 to the sio driver PR: kern/44267 Approved by: cperciva (implicit) git-svn-id: svn://svn.freebsd.org/base/stable/8@244477 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/dev/sio/sio_isa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/sio/sio_isa.c b/sys/dev/sio/sio_isa.c index da8b61c9f..fd2b49d32 100644 --- a/sys/dev/sio/sio_isa.c +++ b/sys/dev/sio/sio_isa.c @@ -83,6 +83,7 @@ static struct isa_pnp_id sio_ids[] = { {0x0034490a, NULL}, /* BRI3400 - Internal ACF Modem */ {0x0094490a, NULL}, /* BRI9400 - Boca K56Flex PnP */ {0x00b4490a, NULL}, /* BRIB400 - Boca 56k PnP */ + {0x0010320d, NULL}, /* CIR1000 - Cirrus Logic V34 */ {0x0030320d, NULL}, /* CIR3000 - Cirrus Logic V43 */ {0x0100440e, NULL}, /* CRD0001 - Cardinal MVP288IV ? */ {0x01308c0e, NULL}, /* CTL3001 - Creative Labs Phoneblaster */ -- 2.45.0