diff options
-rw-r--r-- | sys/dev/puc/pucdata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index cd8554e..1f47a4a 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -1078,7 +1078,7 @@ const struct puc_device_description puc_devices[] = { { "Avlab Technology, PCI IO 2S", NULL, { 0x14db, 0x2130, 0, 0 }, - { 0xffff, 0xffff, 0, 0 }, + { 0xffff, 0xfffc, 0, 0 }, { { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ }, { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ }, |