Module Name: src Committed By: christos Date: Wed Dec 27 20:27:02 UTC 2017
Modified Files: src/sys/dev/pci: pucdata.c Log Message: PR/52868: Petar Bogdanovic: Add support for Manhattan 158220 card To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/sys/dev/pci/pucdata.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/pci/pucdata.c diff -u src/sys/dev/pci/pucdata.c:1.99 src/sys/dev/pci/pucdata.c:1.100 --- src/sys/dev/pci/pucdata.c:1.99 Sat Jan 14 23:45:39 2017 +++ src/sys/dev/pci/pucdata.c Wed Dec 27 15:27:02 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: pucdata.c,v 1.99 2017/01/15 04:45:39 msaitoh Exp $ */ +/* $NetBSD: pucdata.c,v 1.100 2017/12/27 20:27:02 christos 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.99 2017/01/15 04:45:39 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.100 2017/12/27 20:27:02 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -879,6 +879,15 @@ const struct puc_device_description puc_ }, }, + /* NetMos PCI NM9865 : 1P */ + { "NetMos NM9865 Single LPT", + { PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9865, 0xa000, 0x2000 }, + { 0xffff, 0xffff, 0xffff, 0xffff }, + { + { PUC_PORT_TYPE_LPT, PCI_BAR0, 0x00, 0x00 }, + }, + }, + /* NetMos 2S PCI NM9865 : 2S */ { "NetMos NM9865 2 UART", { PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9865, 0xa000, 0x3002 },