Add NetMos 9855 Quad UART and 1284 Printer port
This commit is contained in:
parent
2ed50f892c
commit
5b3f17e412
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: pcidevs,v 1.848 2006/11/08 21:02:02 rpaulo Exp $
|
||||
$NetBSD: pcidevs,v 1.849 2006/11/13 20:11:10 bouyer Exp $
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995, 1996 Christopher G. Demetriou
|
||||
|
@ -2593,6 +2593,7 @@ product NETMOS NM9815 0x9815 Dual 1284 Printer port
|
|||
product NETMOS NM9820 0x9820 Single UART
|
||||
product NETMOS NM9835 0x9835 Dual UART and 1284 Printer port
|
||||
product NETMOS NM9845 0x9845 Quad UART and 1284 Printer port
|
||||
product NETMOS NM9845 0x9855 9855 Quad UART and 1284 Printer port
|
||||
|
||||
/* Network Security Technologies */
|
||||
product NETSEC 7751 0x7751 7751
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pucdata.c,v 1.48 2006/10/31 23:04:50 manu Exp $ */
|
||||
/* $NetBSD: pucdata.c,v 1.49 2006/11/13 20:11:10 bouyer 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.48 2006/10/31 23:04:50 manu Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.49 2006/11/13 20:11:10 bouyer Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -1010,6 +1010,19 @@ const struct puc_device_description puc_devices[] = {
|
|||
},
|
||||
},
|
||||
|
||||
/* NetMos 4S1P PCI NM9855 : 4S, 1P */
|
||||
{ "NetMos NM9855 Quad UART and 1284 Printer port (unknown type)",
|
||||
{ 0x9710, 0x9855, 0x1000, 0x0014 },
|
||||
{ 0xffff, 0xffff, 0xffff, 0xffff },
|
||||
{
|
||||
{ PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 },
|
||||
{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
|
||||
{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
|
||||
{ PUC_PORT_TYPE_COM, 0x20, 0x00, COM_FREQ },
|
||||
{ PUC_PORT_TYPE_COM, 0x24, 0x00, COM_FREQ },
|
||||
},
|
||||
},
|
||||
|
||||
/*
|
||||
* This is the Middle Digital, Inc. PCI-Weasel, which
|
||||
* uses a PCI interface implemented in FPGA.
|
||||
|
|
Loading…
Reference in New Issue