NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kern/52868: Add support for Manhattan 158220 card
>Number: 52868
>Category: kern
>Synopsis: Add support for Manhattan 158220 card
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: kern-bug-people
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed Dec 27 20:20:00 +0000 2017
>Originator: Petar Bogdanovic
>Release: NetBSD 8.0_BETA
>Organization:
-
>Environment:
NetBSD 8.0_BETA, amd64
>Description:
puc(4) supports many NM9865 UART/LPT combinations but not the
one I recently purchased (a single LPT card):
http://www.manhattan-products.com/parallel-pci-card4
>How-To-Repeat:
-
>Fix:
--- sys/dev/pci/pucdata.c.orig 2017-12-27 20:45:45.000000000 +0100
+++ sys/dev/pci/pucdata.c 2017-12-27 20:49:24.000000000 +0100
@@ -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