summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorhannken <hannken@NetBSD.org>2002-05-13 09:19:57 +0000
committerhannken <hannken@NetBSD.org>2002-05-13 09:19:57 +0000
commit616dac623201f48b10a54638c3b9dc48780f87df (patch)
treec65aac46327b74c6606309491d9799d409d62102 /sys/dev
parent01cffcf64c3b42376d29e907fcd8e9509be27e8a (diff)
Add support for NetMos NM9805 1284 Printer port.
Tested by David Kwok <dkwok@iware.com.au>.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pucdata.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c
index 862818f7b1e..61be7b47f2f 100644
--- a/sys/dev/pci/pucdata.c
+++ b/sys/dev/pci/pucdata.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pucdata.c,v 1.26 2002/04/11 13:53:56 hannken Exp $ */
+/* $NetBSD: pucdata.c,v 1.27 2002/05/13 09:19:57 hannken Exp $ */
/*
* Copyright (c) 1998, 1999 Christopher G. Demetriou. All rights reserved.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.26 2002/04/11 13:53:56 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.27 2002/05/13 09:19:57 hannken Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -775,6 +775,15 @@ const struct puc_device_description puc_devices[] = {
},
},
+ /* NetMos 1P PCI : 1P */
+ { "NetMos NM9805 1284 Printer port",
+ { 0x9710, 0x9805, 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",
{ 0x9710, 0x9835, 0, 0 },