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 the serial port on the Middle Digital, Inc. ...
details: https://anonhg.NetBSD.org/src/rev/f96005f6deb8
branches: trunk
changeset: 519401:f96005f6deb8
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sun Dec 16 22:22:04 2001 +0000
description:
Add the serial port on the Middle Digital, Inc. PCI Weasel.
diffstat:
sys/dev/pci/pucdata.c | 16 ++++++++++++++--
1 files changed, 14 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r cb08c1bb0b34 -r f96005f6deb8 sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c Sun Dec 16 22:00:41 2001 +0000
+++ b/sys/dev/pci/pucdata.c Sun Dec 16 22:22:04 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pucdata.c,v 1.23 2001/11/26 00:41:24 jonathan Exp $ */
+/* $NetBSD: pucdata.c,v 1.24 2001/12/16 22:22:04 thorpej 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.23 2001/11/26 00:41:24 jonathan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.24 2001/12/16 22:22:04 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -688,5 +688,17 @@
},
},
+ /*
+ * This is the Middle Digital, Inc. PCI-Weasel, which
+ * uses a PCI interface implemented in FPGA.
+ */
+ { "Middle Digital, Inc. Weasel Serial port",
+ { 0xdeaf, 0x9051, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
+ },
+ },
+
{ 0 }
};
Home |
Main Index |
Thread Index |
Old Index