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 entry for Lava Quattro-PCI (4 port serial)
details: https://anonhg.NetBSD.org/src/rev/cb58ea587ea1
branches: trunk
changeset: 552601:cb58ea587ea1
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sun Sep 28 07:22:01 2003 +0000
description:
add entry for Lava Quattro-PCI (4 port serial)
contributed in PR kern/22977 by Heison Chak
diffstat:
sys/dev/pci/pucdata.c | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diffs (35 lines):
diff -r 125c91dc8c7e -r cb58ea587ea1 sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c Sun Sep 28 07:15:47 2003 +0000
+++ b/sys/dev/pci/pucdata.c Sun Sep 28 07:22:01 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pucdata.c,v 1.32 2002/10/29 08:59:36 chs Exp $ */
+/* $NetBSD: pucdata.c,v 1.33 2003/09/28 07:22:01 jdolecek 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.32 2002/10/29 08:59:36 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.33 2003/09/28 07:22:01 jdolecek Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -744,6 +744,16 @@
},
},
+ /* Lava Computers Quattro-PCI serial ports */
+ { "Lava Quattro-PCI 4-port serial",
+ { 0x1407, 0x0120, 0, 0 },
+ { 0xffff, 0xfffc, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
+ },
+ },
+
/* Lava Computers Octopus-550 serial ports */
{ "Lava Computers Octopus-550 8-port serial",
{ 0x1407, 0x0180, 0, 0 },
Home |
Main Index |
Thread Index |
Old Index