diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index 2ba9620c53f8..d87409ba775a 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -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 -__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 #include @@ -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. */