Add support for NetMos NM9805 1284 Printer port.
Tested by David Kwok <dkwok@iware.com.au>.
This commit is contained in:
parent
01cffcf64c
commit
616dac6232
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pucdata.c,v 1.26 2002/04/11 13:53:56 hannken Exp $ */
|
||||
/* $NetBSD: pucdata.c,v 1.27 2002/05/13 09:19:57 hannken 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.26 2002/04/11 13:53:56 hannken Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.27 2002/05/13 09:19:57 hannken Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -775,6 +775,15 @@ const struct puc_device_description puc_devices[] = {
|
|||
},
|
||||
},
|
||||
|
||||
/* NetMos 1P PCI : 1P */
|
||||
{ "NetMos NM9805 1284 Printer port",
|
||||
{ 0x9710, 0x9805, 0, 0 },
|
||||
{ 0xffff, 0xffff, 0, 0 },
|
||||
{
|
||||
{ PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 },
|
||||
},
|
||||
},
|
||||
|
||||
/* NetMos 2S1P PCI 16C650 : 2S, 1P */
|
||||
{ "NetMos NM9835 Dual UART and 1284 Printer port",
|
||||
{ 0x9710, 0x9835, 0, 0 },
|
||||
|
|
Loading…
Reference in New Issue