aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppc
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2017-08-27 11:37:07 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2017-08-27 11:37:07 +0000
commitc9dad45f69d474be34f19f3be267cbf9a28dbbef (patch)
tree31d5b5b27cc6455b93b40774ac50b5107d79bcec /sys/dev/ppc
parent757ff642169adb670993476297f25ada8c5646cf (diff)
Notes
Diffstat (limited to 'sys/dev/ppc')
-rw-r--r--sys/dev/ppc/ppc_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ppc/ppc_pci.c b/sys/dev/ppc/ppc_pci.c
index f2bd129b9c15..64f31823139c 100644
--- a/sys/dev/ppc/ppc_pci.c
+++ b/sys/dev/ppc/ppc_pci.c
@@ -91,6 +91,7 @@ static struct pci_id pci_ids[] = {
{ 0xc1101415, "Oxford Semiconductor OXPCIe952 Parallel port", 0x10 },
{ 0x98059710, "NetMos NM9805 1284 Printer port", 0x10 },
{ 0x98659710, "MosChip MCS9865 1284 Printer port", 0x10 },
+ { 0x99009710, "MosChip MCS9900 PCIe to Peripheral Controller", 0x10 },
{ 0x99019710, "MosChip MCS9901 PCIe to Peripheral Controller", 0x10 },
{ 0xffff }
};