Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys/dev/pci Pull up following revision(s) (requested by m...
details: https://anonhg.NetBSD.org/src/rev/23d518bf1eb0
branches: netbsd-8
changeset: 434543:23d518bf1eb0
user: snj <snj%NetBSD.org@localhost>
date: Sat Jan 13 05:36:03 2018 +0000
description:
Pull up following revision(s) (requested by maya in ticket #472):
sys/dev/pci/pucdata.c: revision 1.100
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 08fe4984bd54 -r 23d518bf1eb0 sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c Sat Jan 13 04:44:51 2018 +0000
+++ b/sys/dev/pci/pucdata.c Sat Jan 13 05:36:03 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pucdata.c,v 1.99 2017/01/15 04:45:39 msaitoh Exp $ */
+/* $NetBSD: pucdata.c,v 1.99.8.1 2018/01/13 05:36:03 snj 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.99.8.1 2018/01/13 05:36:03 snj 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