diff options
| author | John Hay <jhay@FreeBSD.org> | 2002-08-22 10:37:55 +0000 |
|---|---|---|
| committer | John Hay <jhay@FreeBSD.org> | 2002-08-22 10:37:55 +0000 |
| commit | 76353f68231be8872ef8624ac17e978ca11f517d (patch) | |
| tree | 81ae2876b3aa5396cc778073a4e5d70fead0a208 /sys | |
| parent | 0a179f802538d678abd95e9017f217210647ac49 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/puc/pucdata.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index d724e6a8752f..15e3f9be1a00 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -623,6 +623,16 @@ const struct puc_device_description puc_devices[] = { }, }, + /* VScom PCI-200L: 2S */ + { "VScom PCI-200L", + { 0x14d2, 0x8020, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8}, + { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8}, + }, + }, + /* VScom PCI-400: 4S */ { "VScom PCI-400", { 0x10b5, 0x1077, 0x10b5, 0x1077 }, |
