svn commit: r286668 - head/sys/dev/uart

Marcel Moolenaar marcel at FreeBSD.org
Wed Aug 12 15:48:15 UTC 2015


Author: marcel
Date: Wed Aug 12 15:48:14 2015
New Revision: 286668
URL: https://svnweb.freebsd.org/changeset/base/286668

Log:
  Add support for the Broadcom TruManage integrated serial port.
  
  PR:		191266

Modified:
  head/sys/dev/uart/uart_bus_pci.c

Modified: head/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- head/sys/dev/uart/uart_bus_pci.c	Wed Aug 12 15:26:32 2015	(r286667)
+++ head/sys/dev/uart/uart_bus_pci.c	Wed Aug 12 15:48:14 2015	(r286668)
@@ -115,6 +115,8 @@ static const struct pci_id pci_ns8250_id
 	0x10, 16384000 },
 { 0x1415, 0xc120, 0xffff, 0, "Oxford Semiconductor OXPCIe952 PCIe 16950 UART",
 	0x10 },
+{ 0x14e4, 0x160a, 0xffff, 0, "Broadcom TruManage UART", 0x10,
+	128 * DEFAULT_RCLK, 2},
 { 0x14e4, 0x4344, 0xffff, 0, "Sony Ericsson GC89 PC Card", 0x10},
 { 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 },
 { 0x1fd4, 0x1999, 0x1fd4, 0x0001, "Sunix SER5xxxx Serial Port", 0x10,


More information about the svn-src-head mailing list