diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index 3653d548c46..faed396af0b 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -857,7 +857,7 @@ const struct puc_device_description puc_devices[] = { */ /* Oxford Semiconductor OX16PCI954 PCI UARTs */ - { "Qxford Semiconductor OX16PCI954 UARTs", + { "Oxford Semiconductor OX16PCI954 UARTs", NULL, { 0x1415, 0x9501, 0, 0 }, { 0xffff, 0xffff, 0, 0 }, @@ -870,7 +870,7 @@ const struct puc_device_description puc_devices[] = { }, /* Oxford Semiconductor OX16PCI954 PCI Parallel port */ - { "Qxford Semiconductor OX16PCI954 Parallel port", + { "Oxford Semiconductor OX16PCI954 Parallel port", NULL, { 0x1415, 0x9513, 0, 0 }, { 0xffff, 0xffff, 0, 0 },