diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-07 13:28:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-07 13:28:27 +0000 |
commit | 286513864b8783abca4b7c3420bebff4b61acb13 (patch) | |
tree | 4436e7ecf5ceb11444505e644f4d7083e38205c7 /sys/dev | |
parent | 75488b959d6c0a615c71ddc7313618a4608850a0 (diff) |
new netmos parallel puc; pawel@rogocz.com
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs | 3 | ||||
-rw-r--r-- | sys/dev/pci/pucdata.c | 10 |
2 files changed, 11 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 55643ed6503..68186777608 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.839 2005/03/02 17:58:42 xsa Exp $ +$OpenBSD: pcidevs,v 1.840 2005/03/07 13:28:26 deraadt Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1817,6 +1817,7 @@ product NETGEAR GA620 0x620a GA620 product NETGEAR GA620T 0x630a GA620T /* NetMos */ +product NETMOS 1P 0x9805 1P product NETMOS 2S1P 0x9835 2S1P product NETMOS 4S 0x9845 4S diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index 3c489a4980d..09375763e8e 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pucdata.c,v 1.39 2004/11/21 03:56:44 deraadt Exp $ */ +/* $OpenBSD: pucdata.c,v 1.40 2005/03/07 13:28:26 deraadt Exp $ */ /* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */ /* @@ -1008,6 +1008,14 @@ const struct puc_device_description puc_devices[] = { }, }, + /* NetMos 1P PCI: 1P */ + { /* "NetMos NM9805 1284 Printer Port" */ + { PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_1P, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, + { + { PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 }, + }, + }, { /* Sunix 4018A : 2-port parallel */ { PCI_VENDOR_SUNIX, PCI_PRODUCT_SUNIX_4018A, 0, 0 }, { 0xffff, 0xffff, 0, 0 }, |