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:
John Baldwin 2003-12-31 17:51:18 +00:00
parent 21e25fa607
commit 7cd06e089c

View file

@ -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 }
};