diff options
| author | Doug Ambrisko <ambrisko@FreeBSD.org> | 2003-08-21 03:54:20 +0000 |
|---|---|---|
| committer | Doug Ambrisko <ambrisko@FreeBSD.org> | 2003-08-21 03:54:20 +0000 |
| commit | 6cb38a02e06c9d3f72e041999f954b653ed3bb2d (patch) | |
| tree | 7d7a037d4e2cdf02c26fd2d20d6b1229c2ad2d57 /sys/dev/puc/pucdata.c | |
| parent | 82914097e50ad50f31192f89e90aa44d1cce38cc (diff) | |
Notes
Diffstat (limited to 'sys/dev/puc/pucdata.c')
| -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 b2333ca472b5..3eea5e300f83 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -889,6 +889,16 @@ const struct puc_device_description puc_devices[] = { }, }, + /* Oxford Semiconductor OX12PCI840 PCI Parallel port */ + { "Qxford Semiconductor OX12PCI840 Parallel port", + NULL, + { 0x1415, 0x8403, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, + { + { PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 }, + }, + }, + /* NetMos 2S1P PCI 16C650 : 2S, 1P */ { "NetMos NM9835 Dual UART and 1284 Printer port", NULL, |
