Add LAN Media Corporation info
This commit is contained in:
parent
674c1ff8f1
commit
960c283a65
@ -1,4 +1,4 @@
|
||||
$NetBSD: pcidevs,v 1.112 1999/03/19 06:39:32 mycroft Exp $
|
||||
$NetBSD: pcidevs,v 1.113 1999/03/25 03:28:17 explorer Exp $
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995, 1996 Christopher G. Demetriou
|
||||
@ -501,6 +501,7 @@ vendor KOFAX 0x1296 Kofax Image Products
|
||||
vendor RISCOM 0x12aa RISCom
|
||||
vendor PICTUREEL 0x12c5 Picture Elements
|
||||
vendor STB2 0x12d2 STB Systems (2nd PCI Vendor ID)
|
||||
vendor LMC 0x1376 LAN Media Corporation
|
||||
vendor SYMPHONY2 0x1c1c Symphony Labs (2nd PCI Vendor ID)
|
||||
vendor TEKRAM2 0x1de1 Tekram Technology (2nd PCI Vendor ID)
|
||||
vendor 3DLABS 0x3d3d 3D Labs
|
||||
@ -880,6 +881,11 @@ product ITT ITT3204 0x0002 ITT3204 MPEG Decoder
|
||||
/* KTI products - XXX better descriptions */
|
||||
product KTI NE2KETHER 0x3000 Ethernet
|
||||
|
||||
/* LAN Media Corporation */
|
||||
product LMC HSSI 0x0003 HSSI Interface
|
||||
product LMC DS3 0x0004 DS3 Interface
|
||||
product LMC SSI 0x0005 SSI
|
||||
|
||||
/* LeadTek Research */
|
||||
product LEADTEK S3_805 0x0000 S3 805
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: pcidevs.h,v 1.119 1999/03/19 06:40:11 mycroft Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.120 1999/03/25 03:29:06 explorer Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.112 1999/03/19 06:39:32 mycroft Exp
|
||||
* NetBSD: pcidevs,v 1.113 1999/03/25 03:28:17 explorer Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -508,6 +508,7 @@
|
||||
#define PCI_VENDOR_RISCOM 0x12aa /* RISCom */
|
||||
#define PCI_VENDOR_PICTUREEL 0x12c5 /* Picture Elements */
|
||||
#define PCI_VENDOR_STB2 0x12d2 /* STB Systems (2nd PCI Vendor ID) */
|
||||
#define PCI_VENDOR_LMC 0x1376 /* LAN Media Corporation */
|
||||
#define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs (2nd PCI Vendor ID) */
|
||||
#define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram Technology (2nd PCI Vendor ID) */
|
||||
#define PCI_VENDOR_3DLABS 0x3d3d /* 3D Labs */
|
||||
@ -887,6 +888,11 @@
|
||||
/* KTI products - XXX better descriptions */
|
||||
#define PCI_PRODUCT_KTI_NE2KETHER 0x3000 /* Ethernet */
|
||||
|
||||
/* LAN Media Corporation */
|
||||
#define PCI_PRODUCT_LMC_HSSI 0x0003 /* HSSI Interface */
|
||||
#define PCI_PRODUCT_LMC_DS3 0x0004 /* DS3 Interface */
|
||||
#define PCI_PRODUCT_LMC_SSI 0x0005 /* SSI */
|
||||
|
||||
/* LeadTek Research */
|
||||
#define PCI_PRODUCT_LEADTEK_S3_805 0x0000 /* S3 805 */
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: pcidevs_data.h,v 1.117 1999/03/19 06:40:11 mycroft Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.118 1999/03/25 03:29:06 explorer Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.112 1999/03/19 06:39:32 mycroft Exp
|
||||
* NetBSD: pcidevs,v 1.113 1999/03/25 03:28:17 explorer Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -1473,6 +1473,24 @@ struct pci_knowndev pci_knowndevs[] = {
|
||||
"KTI",
|
||||
"Ethernet",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_LMC, PCI_PRODUCT_LMC_HSSI,
|
||||
0,
|
||||
"LAN Media Corporation",
|
||||
"HSSI Interface",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_LMC, PCI_PRODUCT_LMC_DS3,
|
||||
0,
|
||||
"LAN Media Corporation",
|
||||
"DS3 Interface",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_LMC, PCI_PRODUCT_LMC_SSI,
|
||||
0,
|
||||
"LAN Media Corporation",
|
||||
"SSI",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_LEADTEK, PCI_PRODUCT_LEADTEK_S3_805,
|
||||
0,
|
||||
@ -5451,6 +5469,12 @@ struct pci_knowndev pci_knowndevs[] = {
|
||||
"STB Systems (2nd PCI Vendor ID)",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_LMC, 0,
|
||||
PCI_KNOWNDEV_NOPROD,
|
||||
"LAN Media Corporation",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_SYMPHONY2, 0,
|
||||
PCI_KNOWNDEV_NOPROD,
|
||||
|
Loading…
Reference in New Issue
Block a user