Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2015 08:55:00 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280844 - head/sys/dev/uart
Message-ID:  <201503300855.t2U8t0BC066431@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Mon Mar 30 08:54:59 2015
New Revision: 280844
URL: https://svnweb.freebsd.org/changeset/base/280844

Log:
  And it turns out someone beat me to it....
  
  PR:		199013

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	Mon Mar 30 08:48:35 2015	(r280843)
+++ head/sys/dev/uart/uart_bus_pci.c	Mon Mar 30 08:54:59 2015	(r280844)
@@ -142,8 +142,6 @@ static const struct pci_id pci_ns8250_id
 	"MosChip MCS9904 PCIe to Peripheral Controller", 0x10 },
 { 0x9710, 0x9922, 0xa000, 0x1000,
 	"MosChip MCS9922 PCIe to Peripheral Controller", 0x10 },
-{ 0x9710, 0x9922, 0xa000, 0x1000,
-	"MosChip MCS9922 PCIe to Peripheral Controller", 0x10 },
 { 0xdeaf, 0x9051, 0xffff, 0, "Middle Digital PC Weasel Serial Port", 0x10 },
 { 0xffff, 0, 0xffff, 0, NULL, 0, 0}
 };



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