mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add in a missing device entry that I thought was already in there. This
is from the same PR. Prompted by the reporter of the PR. PR: 38372
This commit is contained in:
parent
82914097e5
commit
6cb38a02e0
1 changed files with 10 additions and 0 deletions
|
|
@ -889,6 +889,16 @@ const struct puc_device_description puc_devices[] = {
|
|||
},
|
||||
},
|
||||
|
||||
/* Oxford Semiconductor OX12PCI840 PCI Parallel port */
|
||||
{ "Qxford Semiconductor OX12PCI840 Parallel port",
|
||||
NULL,
|
||||
{ 0x1415, 0x8403, 0, 0 },
|
||||
{ 0xffff, 0xffff, 0, 0 },
|
||||
{
|
||||
{ PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 },
|
||||
},
|
||||
},
|
||||
|
||||
/* NetMos 2S1P PCI 16C650 : 2S, 1P */
|
||||
{ "NetMos NM9835 Dual UART and 1284 Printer port",
|
||||
NULL,
|
||||
|
|
|
|||
Loading…
Reference in a new issue