From 8c453d3e32af38ff43f66a22acb0997f12fac4f9 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Thu, 19 Nov 1998 06:47:26 +0000 Subject: sync --- sys/dev/pci/pcidevs.h | 6 +----- sys/dev/pci/pcidevs_data.h | 14 +------------- 2 files changed, 2 insertions(+), 18 deletions(-) (limited to 'sys') diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 2838fb1d421..32369cba24c 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.100 1998/11/19 05:12:55 deraadt Exp + * OpenBSD: pcidevs,v 1.101 1998/11/19 06:45:23 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -487,7 +487,6 @@ #define PCI_VENDOR_PMCSIERRA 0x11f8 /* PMC-Sierra */ #define PCI_VENDOR_CYCLADES 0x120e /* Cyclades */ #define PCI_VENDOR_ESSENTIAL 0x120f /* Essential Communications */ -#define PCI_VENDOR_REALTEK2 0x1211 /* RealTek (2nd ID) */ #define PCI_VENDOR_2MICRO 0x1217 /* 2 Micro Inc */ #define PCI_VENDOR_3DFX 0x121a /* 3DFX Interactive */ #define PCI_VENDOR_ARIEL 0x1220 /* Ariel */ @@ -1024,9 +1023,6 @@ #define PCI_PRODUCT_REALTEK_RT8129 0x8129 /* 8129 */ #define PCI_PRODUCT_REALTEK_RT8139 0x8139 /* 8139 */ -/* RealTek (2nd ID) */ -#define PCI_PRODUCT_REALTEK2_RT8139 0x1211 /* 8139 */ - /* S3 products */ #define PCI_PRODUCT_S3_VIRGE 0x5631 /* ViRGE */ #define PCI_PRODUCT_S3_TRIO32 0x8810 /* Trio32 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index d1acd5f283f..571cc50af2c 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.100 1998/11/19 05:12:55 deraadt Exp + * OpenBSD: pcidevs,v 1.101 1998/11/19 06:45:23 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2000,12 +2000,6 @@ struct pci_knowndev pci_knowndevs[] = { "Realtek Semi", "8139", }, - { - PCI_VENDOR_REALTEK2, PCI_PRODUCT_REALTEK2_RT8139, - 0, - "RealTek (2nd ID)", - "8139", - }, { PCI_VENDOR_S3, PCI_PRODUCT_S3_VIRGE, 0, @@ -5576,12 +5570,6 @@ struct pci_knowndev pci_knowndevs[] = { "Essential Communications", NULL, }, - { - PCI_VENDOR_REALTEK2, 0, - PCI_KNOWNDEV_NOPROD, - "RealTek (2nd ID)", - NULL, - }, { PCI_VENDOR_2MICRO, 0, PCI_KNOWNDEV_NOPROD, -- cgit v1.2.3