Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Add Titan 200H (from Wojciech Puchar)
details: https://anonhg.NetBSD.org/src/rev/819e6e0535ff
branches: trunk
changeset: 517753:819e6e0535ff
user: christos <christos%NetBSD.org@localhost>
date: Sun Nov 18 20:20:25 2001 +0000
description:
Add Titan 200H (from Wojciech Puchar)
diffstat:
sys/dev/pci/pucdata.c | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r fb5d151d31e0 -r 819e6e0535ff sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c Sun Nov 18 19:28:34 2001 +0000
+++ b/sys/dev/pci/pucdata.c Sun Nov 18 20:20:25 2001 +0000
@@ -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 @@
{ 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. */
Home |
Main Index |
Thread Index |
Old Index