diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-19 17:38:51 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-19 17:38:51 +0000 |
commit | 6b1edbda3bfa0a2b2e255d18d08e0795785c4965 (patch) | |
tree | db4cbb5b3fb12d0f29c297c95505f7897640e1a8 /sys/dev/ppc | |
parent | 3f3be9a2776dc2d2d894363327d114a649eb2551 (diff) | |
download | FreeBSD-src-6b1edbda3bfa0a2b2e255d18d08e0795785c4965.zip FreeBSD-src-6b1edbda3bfa0a2b2e255d18d08e0795785c4965.tar.gz |
- Add support for MosChip 9865 Single 1284 Printer port
PR: kern/152663
Submitted by: Jonathan Chen <jonc@chen.org.nz>
Approved by: rwatson (mentor)
Diffstat (limited to 'sys/dev/ppc')
-rw-r--r-- | sys/dev/ppc/ppc_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ppc/ppc_pci.c b/sys/dev/ppc/ppc_pci.c index ed59413..0641dcd 100644 --- a/sys/dev/ppc/ppc_pci.c +++ b/sys/dev/ppc/ppc_pci.c @@ -89,6 +89,7 @@ static struct pci_id pci_ids[] = { { 0x84031415, "Oxford Semiconductor OX12PCI840 Parallel port", 0x10 }, { 0x95131415, "Oxford Semiconductor OX16PCI954 Parallel port", 0x10 }, { 0x98059710, "NetMos NM9805 1284 Printer port", 0x10 }, + { 0x98659710, "MosChip MCS9865 1284 Printer port", 0x10 }, { 0x99019710, "MosChip MCS9901 PCIe to Peripheral Controller", 0x10 }, { 0xffff } }; |