summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_bus_isa.c
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-11-13 21:04:35 +0000
committereadler <eadler@FreeBSD.org>2012-11-13 21:04:35 +0000
commitd3e9f06bb4f566f2f1dd3aed8ffcdf128ac78f7e (patch)
treef34614c5383828c140e5cdc46d687e17517bce14 /sys/dev/uart/uart_bus_isa.c
parent6a5e0b0428c1a47d0321cb34f2546f50b9b0b3ea (diff)
downloadFreeBSD-src-d3e9f06bb4f566f2f1dd3aed8ffcdf128ac78f7e.zip
FreeBSD-src-d3e9f06bb4f566f2f1dd3aed8ffcdf128ac78f7e.tar.gz
Add support for CIR1000 - Cirrus Logic V34 to the uart driver
Approved by: cperciva (implicit) MFC after: 1 week
Diffstat (limited to 'sys/dev/uart/uart_bus_isa.c')
-rw-r--r--sys/dev/uart/uart_bus_isa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_bus_isa.c b/sys/dev/uart/uart_bus_isa.c
index 0f33ea9..1836663 100644
--- a/sys/dev/uart/uart_bus_isa.c
+++ b/sys/dev/uart/uart_bus_isa.c
@@ -79,6 +79,7 @@ static struct isa_pnp_id isa_ns8250_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 */
OpenPOWER on IntegriCloud