Add the serial port on the Middle Digital, Inc. PCI Weasel.

This commit is contained in:
thorpej 2001-12-16 22:22:04 +00:00
parent fd8e4d1653
commit 23dfa29697
1 changed files with 14 additions and 2 deletions

View File

@ -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 @@ const struct puc_device_description puc_devices[] = {
},
},
/*
* 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 }
};