diff options
| author | Murray Stokely <murray@FreeBSD.org> | 2003-04-12 20:37:21 +0000 |
|---|---|---|
| committer | Murray Stokely <murray@FreeBSD.org> | 2003-04-12 20:37:21 +0000 |
| commit | 11915dce55d8d2ccd05e72feb8a8d2fdc75130f3 (patch) | |
| tree | 090b972ecc7c420fef8a6d3ae83a41a1c8d4c0a3 /sys/dev/puc/pucdata.c | |
| parent | 21208e67937bca3bf9480f5df2a569397c1c460c (diff) | |
Notes
Diffstat (limited to 'sys/dev/puc/pucdata.c')
| -rw-r--r-- | sys/dev/puc/pucdata.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index 11f12d083245..0af6d294a035 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -792,7 +792,7 @@ const struct puc_device_description puc_devices[] = { */ /* Oxford Semiconductor OX16PCI954 PCI UARTs */ - { "Qxford Semiconductor OX16PCI954 UARTs", + { "Oxford Semiconductor OX16PCI954 UARTs", { 0x1415, 0x9501, 0, 0 }, { 0xffff, 0xffff, 0, 0 }, { @@ -804,7 +804,7 @@ const struct puc_device_description puc_devices[] = { }, /* Oxford Semiconductor OX16PCI954 PCI Parallel port */ - { "Qxford Semiconductor OX16PCI954 Parallel port", + { "Oxford Semiconductor OX16PCI954 Parallel port", { 0x1415, 0x9513, 0, 0 }, { 0xffff, 0xffff, 0, 0 }, { |
