diff options
-rw-r--r-- | sys/dev/puc/pucdata.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index b49f091..0c0c62f 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -748,5 +748,14 @@ const struct puc_device_description puc_devices[] = { }, }, + { "Avlab Technology, PCI IO 2S", + { 0x14db, 0x2130, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ }, + { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ }, + }, + }, + { 0 } }; |