svn commit: r229584 - stable/8/sys/dev/uart

Konstantin Belousov kib at FreeBSD.org
Thu Jan 5 11:14:54 UTC 2012


Author: kib
Date: Thu Jan  5 11:14:54 2012
New Revision: 229584
URL: http://svn.freebsd.org/changeset/base/229584

Log:
  MFC r200257 (by mav):
  Add ID for NetMos NM9820 Serial Port chip, found on CardBus serial adapter.
  
  MFC r228947:
  Add PCI Id for the Intel AMT serial interface as found on my DQ67OW.

Modified:
  stable/8/sys/dev/uart/uart_bus_pci.c
Directory Properties:
  stable/8/sys/   (props changed)

Modified: stable/8/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- stable/8/sys/dev/uart/uart_bus_pci.c	Thu Jan  5 11:14:28 2012	(r229583)
+++ stable/8/sys/dev/uart/uart_bus_pci.c	Thu Jan  5 11:14:54 2012	(r229584)
@@ -111,6 +111,8 @@ static struct pci_id pci_ns8250_ids[] = 
 { 0x1415, 0x950b, 0xffff, 0, "Oxford Semiconductor OXCB950 Cardbus 16950 UART",
 	0x10, 16384000 },
 { 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 },
+{ 0x8086, 0x1c3d, 0xffff, 0, "Intel AMT - KT Controller", 0x10 },
+{ 0x9710, 0x9820, 0x1000, 1, "NetMos NM9820 Serial Port", 0x10 },
 { 0x9710, 0x9835, 0x1000, 1, "NetMos NM9835 Serial Port", 0x10 },
 { 0x9710, 0x9865, 0xa000, 0x1000, "NetMos NM9865 Serial Port", 0x10 },
 { 0x9710, 0x9900, 0xa000, 0x1000,


More information about the svn-src-stable-8 mailing list