mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
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:
parent
dfd6b8b8f7
commit
07bd43d600
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93330
@ -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 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user