Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Aug 2017 16:40:30 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r322460 - stable/11/sys/dev/uart
Message-ID:  <201708131640.v7DGeUMi057784@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Sun Aug 13 16:40:29 2017
New Revision: 322460
URL: https://svnweb.freebsd.org/changeset/base/322460

Log:
  MFC r215837: uart: add AX99100 chipset support
  
  PR:		215837

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

Modified: stable/11/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- stable/11/sys/dev/uart/uart_bus_pci.c	Sun Aug 13 16:39:49 2017	(r322459)
+++ stable/11/sys/dev/uart/uart_bus_pci.c	Sun Aug 13 16:40:29 2017	(r322460)
@@ -86,6 +86,8 @@ static const struct pci_id pci_ns8250_ids[] = {
 { 0x103c, 0x3301, 0xffff, 0, "HP iLO serial port", 0x10 },
 { 0x11c1, 0x0480, 0xffff, 0, "Agere Systems Venus Modem (V90, 56KFlex)", 0x14 },
 { 0x115d, 0x0103, 0xffff, 0, "Xircom Cardbus Ethernet + 56k Modem", 0x10 },
+{ 0x125b, 0x9100, 0xa000, 0x1000,
+	"ASIX AX99100 PCIe 1/2/3/4-port RS-232/422/485", 0x10 },
 { 0x1282, 0x6585, 0xffff, 0, "Davicom 56PDV PCI Modem", 0x10 },
 { 0x12b9, 0x1008, 0xffff, 0, "3Com 56K FaxModem Model 5610", 0x10 },
 { 0x131f, 0x1000, 0xffff, 0, "Siig CyberSerial (1-port) 16550", 0x18 },



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708131640.v7DGeUMi057784>