Add an entry for Decision Computer Inc, PCCOM 4-port serial cards.

PR:		kern/36302
Submitted by:	Thomas Zenker <thz@Lennartz-electronic.de>
MFC after:	1 week
This commit is contained in:
Murray Stokely 2002-03-28 11:17:20 +00:00
parent dfd6b8b8f7
commit 07bd43d600
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93330

View file

@ -751,5 +751,17 @@ const struct puc_device_description puc_devices[] = {
},
},
/* Decision Computer Inc, serial ports */
{ "Decision Computer Inc, PCCOM 4-port serial",
{ 0x6666, 0x0001, 0, 0 },
{ 0xffff, 0xffff, 0, 0 },
{
{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
{ PUC_PORT_TYPE_COM, 0x1c, 0x08, COM_FREQ },
{ PUC_PORT_TYPE_COM, 0x1c, 0x10, COM_FREQ },
{ PUC_PORT_TYPE_COM, 0x1c, 0x18, COM_FREQ },
},
},
{ 0 }
};