mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add support for an non-branded SUN1889-based 2 port PCI serial card.
PR: kern/55159 Submitted by: Yeasah Pell <yeasah@apocalypse.org> MFC after: 1 week
This commit is contained in:
parent
21e25fa607
commit
7cd06e089c
1 changed files with 10 additions and 0 deletions
|
|
@ -1205,5 +1205,15 @@ const struct puc_device_description puc_devices[] = {
|
|||
PUC_ILR_TYPE_DIGI, { 0x07, 0x47 },
|
||||
},
|
||||
|
||||
{ "Sunix SUN1889",
|
||||
NULL,
|
||||
{ 0x0009, 0x7168, 0, 0 },
|
||||
{ 0xffff, 0xffff, 0, 0 },
|
||||
{
|
||||
{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
|
||||
{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8 },
|
||||
},
|
||||
},
|
||||
|
||||
{ 0 }
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue