Add Titan 200H (from Wojciech Puchar)
This commit is contained in:
parent
14b5abfd92
commit
56cffa29dc
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pucdata.c,v 1.21 2001/11/13 07:48:48 lukem Exp $ */
|
||||
/* $NetBSD: pucdata.c,v 1.22 2001/11/18 20:20:25 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.21 2001/11/13 07:48:48 lukem Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.22 2001/11/18 20:20:25 christos Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -547,6 +547,14 @@ const struct puc_device_description puc_devices[] = {
|
|||
{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 8 },
|
||||
},
|
||||
},
|
||||
{ "Titan PCI-200H",
|
||||
{ 0x14d2, 0xa005, 0, 0 },
|
||||
{ 0xffff, 0xffff, 0, 0 },
|
||||
{
|
||||
{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
|
||||
{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8 },
|
||||
},
|
||||
},
|
||||
|
||||
/* NEC PK-UG-X001 K56flex PCI Modem card.
|
||||
NEC MARTH bridge chip and Rockwell RCVDL56ACF/SP using. */
|
||||
|
|
Loading…
Reference in New Issue