diff options
| author | christos <christos@NetBSD.org> | 2001-11-18 20:20:25 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2001-11-18 20:20:25 +0000 |
| commit | 56cffa29dc1bc175a26dae2b06e261832d4205b3 (patch) | |
| tree | 1b73ae6aa8ecafc9e20a729db180d032ec5d6647 /sys/dev | |
| parent | 14b5abfd92855dd797a4b879cc405755b424ff7b (diff) | |
Add Titan 200H (from Wojciech Puchar)
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pucdata.c | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index 2ba9620c53f..d87409ba775 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 <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. */ |
