Identification of DOMEX PCI-SCSI board, by Thilo Manske, PR 8772.
This commit is contained in:
parent
91fd021893
commit
1c37111492
@ -1,4 +1,4 @@
|
||||
$NetBSD: pcidevs,v 1.168 1999/11/07 06:59:46 cgd Exp $
|
||||
$NetBSD: pcidevs,v 1.169 1999/11/12 12:03:32 is Exp $
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995, 1996 Christopher G. Demetriou
|
||||
@ -514,6 +514,7 @@ vendor NVIDIA_SGS 0x12d2 Nvidia Corporation & SGS Thomson Microelectric
|
||||
vendor AUREAL 0x12eb Aureal Semiconductor
|
||||
vendor ADMTEK 0x1317 ADMtek
|
||||
vendor FORTEMEDIA 0x1319 Forte Media
|
||||
vendor DOMEX 0x134a Domex
|
||||
vendor LMC 0x1376 LAN Media Corporation
|
||||
vendor NETGEAR 0x1385 Netgear
|
||||
vendor SUNDANCETI 0x13f0 Sundance Technology
|
||||
@ -869,6 +870,9 @@ product DPT SC_RAID 0xa400 SmartCache/SmartRAID
|
||||
/* Dolphin products */
|
||||
product DOLPHIN PCISCI 0x0658 PCI-SCI Bridge
|
||||
|
||||
/* Domex products */
|
||||
product DOMEX PCISCSI 0x0001 DMX-3191D
|
||||
|
||||
/* ELSA products */
|
||||
product ELSA QS1PCI 0x1000 QuickStep 1000 ISDN card
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: pcidevs.h,v 1.175 1999/11/07 07:03:08 cgd Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.176 1999/11/12 12:04:38 is Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.168 1999/11/07 06:59:46 cgd Exp
|
||||
* NetBSD: pcidevs,v 1.169 1999/11/12 12:03:32 is Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -521,6 +521,7 @@
|
||||
#define PCI_VENDOR_AUREAL 0x12eb /* Aureal Semiconductor */
|
||||
#define PCI_VENDOR_ADMTEK 0x1317 /* ADMtek */
|
||||
#define PCI_VENDOR_FORTEMEDIA 0x1319 /* Forte Media */
|
||||
#define PCI_VENDOR_DOMEX 0x134a /* Domex */
|
||||
#define PCI_VENDOR_LMC 0x1376 /* LAN Media Corporation */
|
||||
#define PCI_VENDOR_NETGEAR 0x1385 /* Netgear */
|
||||
#define PCI_VENDOR_SUNDANCETI 0x13f0 /* Sundance Technology */
|
||||
@ -876,6 +877,9 @@
|
||||
/* Dolphin products */
|
||||
#define PCI_PRODUCT_DOLPHIN_PCISCI 0x0658 /* PCI-SCI Bridge */
|
||||
|
||||
/* Domex products */
|
||||
#define PCI_PRODUCT_DOMEX_PCISCSI 0x0001 /* DMX-3191D */
|
||||
|
||||
/* ELSA products */
|
||||
#define PCI_PRODUCT_ELSA_QS1PCI 0x1000 /* QuickStep 1000 ISDN card */
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: pcidevs_data.h,v 1.173 1999/11/07 07:03:09 cgd Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.174 1999/11/12 12:04:39 is Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.168 1999/11/07 06:59:46 cgd Exp
|
||||
* NetBSD: pcidevs,v 1.169 1999/11/12 12:03:32 is Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -1383,6 +1383,12 @@ struct pci_knowndev pci_knowndevs[] = {
|
||||
"Dolphin Interconnect Solutions",
|
||||
"PCI-SCI Bridge",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_DOMEX, PCI_PRODUCT_DOMEX_PCISCSI,
|
||||
0,
|
||||
"Domex",
|
||||
"DMX-3191D",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_ELSA, PCI_PRODUCT_ELSA_QS1PCI,
|
||||
0,
|
||||
@ -6351,6 +6357,12 @@ struct pci_knowndev pci_knowndevs[] = {
|
||||
"Forte Media",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_DOMEX, 0,
|
||||
PCI_KNOWNDEV_NOPROD,
|
||||
"Domex",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_LMC, 0,
|
||||
PCI_KNOWNDEV_NOPROD,
|
||||
|
Loading…
Reference in New Issue
Block a user