Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci PR/52868: Petar Bogdanovic: Add support for Manh...
details: https://anonhg.NetBSD.org/src/rev/92fa063f77b8
branches: trunk
changeset: 358397:92fa063f77b8
user: christos <christos%NetBSD.org@localhost>
date: Wed Dec 27 20:27:02 2017 +0000
description:
PR/52868: Petar Bogdanovic: Add support for Manhattan 158220 card
diffstat:
sys/dev/pci/pucdata.c | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 5084b01627c4 -r 92fa063f77b8 sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c Wed Dec 27 19:35:05 2017 +0000
+++ b/sys/dev/pci/pucdata.c Wed Dec 27 20:27:02 2017 +0000
@@ -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 @@
},
},
+ /* 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 },
Home |
Main Index |
Thread Index |
Old Index