Added definitions for Essential Communications RoadRunner HIPPI and

Gigabit Ethernet interfaces.
This commit is contained in:
kml 1997-06-24 05:04:10 +00:00
parent 790379bb6e
commit 0953486d37
3 changed files with 31 additions and 3 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: pcidevs,v 1.28 1997/05/13 14:44:54 jtk Exp $
$NetBSD: pcidevs,v 1.29 1997/06/24 05:04:10 kml Exp $
/*
* Copyright (c) 1995, 1996 Christopher G. Demetriou
@ -477,6 +477,7 @@ vendor HAL 0x11cd HAL Computer Systems
vendor ZORAN 0x11de Zoran Corporation
vendor PMCSIERRA 0x11f8 PMC-Sierra
vendor CYCLADES 0x120e Cyclades
vendor ESSENTIAL 0x120f Essential Communications
vendor ARIEL 0x1220 Ariel
vendor AZTECH 0x122d Aztech
vendor 3DO 0x1239 The 3D0 Company
@ -668,6 +669,10 @@ product DPT SC_RAID 0xa400 SmartCache/Raid
/* Emulex products */
product EMULEX LPPFC 0x10df \"Light Pulse\" FibreChannel adapter
/* Essential Communications products */
product ESSENTIAL RR_HIPPI 0x0001 RoadRunner HIPPI Interface
product ESSENTIAL RR_GIGE 0x0005 RoadRunner Gig-E Interface
/* Evans & Sutherland products */
product ES FREEDOM 0x0001 Freedom PCI-GBus Interface

View File

@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.28 1997/05/13 14:44:54 jtk Exp
* NetBSD: pcidevs,v 1.29 1997/06/24 05:04:10 kml Exp
*/
/*
@ -482,6 +482,7 @@
#define PCI_VENDOR_ZORAN 0x11de /* Zoran Corporation */
#define PCI_VENDOR_PMCSIERRA 0x11f8 /* PMC-Sierra */
#define PCI_VENDOR_CYCLADES 0x120e /* Cyclades */
#define PCI_VENDOR_ESSENTIAL 0x120f /* Essential Communications */
#define PCI_VENDOR_ARIEL 0x1220 /* Ariel */
#define PCI_VENDOR_AZTECH 0x122d /* Aztech */
#define PCI_VENDOR_3DO 0x1239 /* The 3D0 Company */
@ -673,6 +674,10 @@
/* Emulex products */
#define PCI_PRODUCT_EMULEX_LPPFC 0x10df /* \"Light Pulse\" FibreChannel adapter */
/* Essential Communications products */
#define PCI_PRODUCT_ESSENTIAL_RR_HIPPI 0x0001 /* RoadRunner HIPPI Interface */
#define PCI_PRODUCT_ESSENTIAL_RR_GIGE 0x0005 /* RoadRunner Gig-E Interface */
/* Evans & Sutherland products */
#define PCI_PRODUCT_ES_FREEDOM 0x0001 /* Freedom PCI-GBus Interface */

View File

@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.28 1997/05/13 14:44:54 jtk Exp
* NetBSD: pcidevs,v 1.29 1997/06/24 05:04:10 kml Exp
*/
/*
@ -679,6 +679,18 @@ struct pci_knowndev pci_knowndevs[] = {
"Emulex",
"\"Light Pulse\" FibreChannel adapter",
},
{
PCI_VENDOR_ESSENTIAL, PCI_PRODUCT_ESSENTIAL_RR_HIPPI,
0,
"Essential Communications",
"RoadRunner HIPPI Interface",
},
{
PCI_VENDOR_ESSENTIAL, PCI_PRODUCT_ESSENTIAL_RR_GIGE,
0,
"Essential Communications",
"RoadRunner Gig-E Interface",
},
{
PCI_VENDOR_ES, PCI_PRODUCT_ES_FREEDOM,
0,
@ -4393,6 +4405,12 @@ struct pci_knowndev pci_knowndevs[] = {
"Cyclades",
NULL,
},
{
PCI_VENDOR_ESSENTIAL, 0,
PCI_KNOWNDEV_NOPROD,
"Essential Communications",
NULL,
},
{
PCI_VENDOR_ARIEL, 0,
PCI_KNOWNDEV_NOPROD,