mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- Add support for MosChip 9865 Single 1284 Printer port
PR: kern/152663 Submitted by: Jonathan Chen <jonc@chen.org.nz> Approved by: rwatson (mentor)
This commit is contained in:
parent
da42677d68
commit
c7fd2483c5
1 changed files with 1 additions and 0 deletions
|
|
@ -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 }
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue