From 616dac623201f48b10a54638c3b9dc48780f87df Mon Sep 17 00:00:00 2001 From: hannken Date: Mon, 13 May 2002 09:19:57 +0000 Subject: [PATCH] Add support for NetMos NM9805 1284 Printer port. Tested by David Kwok . --- sys/dev/pci/pucdata.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index 862818f7b1e0..61be7b47f2ff 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 -__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 #include @@ -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 },