Add Middle Digital, Inc. vendor ID.  Add product IDs for the
Middle Digital PCI-Weasel Virtual VGA, Serial Port, and Control
registers.
This commit is contained in:
thorpej 2001-12-16 22:00:41 +00:00
parent f7b4a308a9
commit fd8e4d1653
2 changed files with 34 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.379 2001/12/15 13:18:10 soren Exp $ */
/* $NetBSD: pcidevs.h,v 1.380 2001/12/16 22:00:41 thorpej Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.374 2001/12/15 13:17:49 soren Exp
* NetBSD: pcidevs,v 1.375 2001/12/16 21:59:47 thorpej Exp
*/
/*
@ -575,6 +575,7 @@
#define PCI_VENDOR_ATRONICS 0x907f /* Atronics */
#define PCI_VENDOR_NETMOS 0x9710 /* Netmos */
#define PCI_VENDOR_CHRYSALIS 0xcafe /* Chrysalis-ITS */
#define PCI_VENDOR_MIDDLE_DIGITAL 0xdeaf /* Middle Digital, Inc. */
#define PCI_VENDOR_ARC 0xedd8 /* ARC Logic */
#define PCI_VENDOR_INVALID 0xffff /* INVALID VENDOR ID */
@ -1417,6 +1418,11 @@
/* MediaQ Inc. products */
#define PCI_PRODUCT_MEDIAQ_MQ200 0x0200 /* MQ200 */
/* Middle Digital, Inc. products */
#define PCI_PRODUCT_MIDDLE_DIGITAL_WEASEL_VGA 0x9050 /* Weasel Virtual VGA */
#define PCI_PRODUCT_MIDDLE_DIGITAL_WEASEL_SERIAL 0x9051 /* Weasel Serial Port */
#define PCI_PRODUCT_MIDDLE_DIGITAL_WEASEL_CONTROL 0x9052 /* Weasel Control */
/* Motorola products */
#define PCI_PRODUCT_MOT_MPC105 0x0001 /* MPC105 \"Eagle\" Host Bridge */
#define PCI_PRODUCT_MOT_MPC106 0x0002 /* MPC106 \"Grackle\" Host Bridge */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.377 2001/12/15 13:18:11 soren Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.378 2001/12/16 22:00:42 thorpej Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.374 2001/12/15 13:17:49 soren Exp
* NetBSD: pcidevs,v 1.375 2001/12/16 21:59:47 thorpej Exp
*/
/*
@ -3837,6 +3837,24 @@ const struct pci_knowndev pci_knowndevs[] = {
"MediaQ Inc.",
"MQ200",
},
{
PCI_VENDOR_MIDDLE_DIGITAL, PCI_PRODUCT_MIDDLE_DIGITAL_WEASEL_VGA,
0,
"Middle Digital, Inc.",
"Weasel Virtual VGA",
},
{
PCI_VENDOR_MIDDLE_DIGITAL, PCI_PRODUCT_MIDDLE_DIGITAL_WEASEL_SERIAL,
0,
"Middle Digital, Inc.",
"Weasel Serial Port",
},
{
PCI_VENDOR_MIDDLE_DIGITAL, PCI_PRODUCT_MIDDLE_DIGITAL_WEASEL_CONTROL,
0,
"Middle Digital, Inc.",
"Weasel Control",
},
{
PCI_VENDOR_MOT, PCI_PRODUCT_MOT_MPC105,
0,
@ -9843,6 +9861,12 @@ const struct pci_knowndev pci_knowndevs[] = {
"Chrysalis-ITS",
NULL,
},
{
PCI_VENDOR_MIDDLE_DIGITAL, 0,
PCI_KNOWNDEV_NOPROD,
"Middle Digital, Inc.",
NULL,
},
{
PCI_VENDOR_ARC, 0,
PCI_KNOWNDEV_NOPROD,