summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2015-03-30 08:54:59 +0000
committereadler <eadler@FreeBSD.org>2015-03-30 08:54:59 +0000
commit01994decbe3c0bb8779ff38410f69f6362f694bd (patch)
treec68bd7f2b25a7fef96816dec5bee1e167e44821a /sys/dev/uart
parent3f9b543c46ddd93398f1d0988620598bf1bd1e54 (diff)
downloadFreeBSD-src-01994decbe3c0bb8779ff38410f69f6362f694bd.zip
FreeBSD-src-01994decbe3c0bb8779ff38410f69f6362f694bd.tar.gz
And it turns out someone beat me to it....
PR: 199013
Diffstat (limited to 'sys/dev/uart')
-rw-r--r--sys/dev/uart/uart_bus_pci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c
index bc0cd5a..b297502 100644
--- a/sys/dev/uart/uart_bus_pci.c
+++ b/sys/dev/uart/uart_bus_pci.c
@@ -142,8 +142,6 @@ static const struct pci_id pci_ns8250_ids[] = {
"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}
};
OpenPOWER on IntegriCloud