From e87ac1dfe6cfb48df118bab1962ebda04cb6e977 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 25 Sep 2005 20:19:39 +0000 Subject: regen --- sys/dev/pci/pcidevs.h | 12 +++++++++++- sys/dev/pci/pcidevs_data.h | 42 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 52 insertions(+), 2 deletions(-) diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index fdaea29bafc..036c197f096 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.918 2005/09/23 21:07:46 fgsch Exp + * OpenBSD: pcidevs,v 1.919 2005/09/25 20:06:49 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -654,6 +654,15 @@ #define PCI_PRODUCT_APPLE_INTREPID_ATA 0x003b /* Intrepid ATA */ #define PCI_PRODUCT_APPLE_INTREPID 0x003e /* Intrepid */ #define PCI_PRODUCT_APPLE_INTREPID_OHCI 0x003f /* Intrepid USB */ +#define PCI_PRODUCT_APPLE_SHASTA 0x004f /* Shasta */ +#define PCI_PRODUCT_APPLE_SHASTA_ATA 0x0050 /* Shasta ATA */ +#define PCI_PRODUCT_APPLE_SHASTA_GMAC 0x0051 /* Shasta GMAC */ +#define PCI_PRODUCT_APPLE_SHASTA_FW 0x0052 /* Shasta Firewire */ +#define PCI_PRODUCT_APPLE_SHASTA_PCI1 0x0053 /* Shasta PCI */ +#define PCI_PRODUCT_APPLE_SHASTA_PCI2 0x0054 /* Shasta PCI */ +#define PCI_PRODUCT_APPLE_SHASTA_PCI3 0x0055 /* Shasta PCI */ +#define PCI_PRODUCT_APPLE_SHASTA_HT 0x0056 /* Shasta HyperTransport */ +#define PCI_PRODUCT_APPLE_U3L_AGP 0x0058 /* U3L AGP */ /* Aralion products */ #define PCI_PRODUCT_ARALION_ARS106S 0x0301 /* ARS106S */ @@ -2328,6 +2337,7 @@ #define PCI_PRODUCT_RCC_CSB5BRIDGE 0x0225 /* CSB5 PCI */ #define PCI_PRODUCT_RCC_CSB6_LPC 0x0227 /* CSB6 LPC */ #define PCI_PRODUCT_RCC_ISA 0x0230 /* PCI/ISA */ +#define PCI_PRODUCT_RCC_SATA 0x0240 /* SATA */ /* Philips products */ #define PCI_PRODUCT_PHILIPS_SAA7130 0x7130 /* SAA7130 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index f4ef0c43242..f76175f19b3 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.918 2005/09/23 21:07:46 fgsch Exp + * OpenBSD: pcidevs,v 1.919 2005/09/25 20:06:49 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1258,6 +1258,42 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_INTREPID_OHCI, "Intrepid USB", }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA, + "Shasta", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA_ATA, + "Shasta ATA", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA_GMAC, + "Shasta GMAC", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA_FW, + "Shasta Firewire", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA_PCI1, + "Shasta PCI", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA_PCI2, + "Shasta PCI", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA_PCI3, + "Shasta PCI", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA_HT, + "Shasta HyperTransport", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3L_AGP, + "U3L AGP", + }, { PCI_VENDOR_ARALION, PCI_PRODUCT_ARALION_ARS106S, "ARS106S", @@ -6842,6 +6878,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_RCC, PCI_PRODUCT_RCC_ISA, "PCI/ISA", }, + { + PCI_VENDOR_RCC, PCI_PRODUCT_RCC_SATA, + "SATA", + }, { PCI_VENDOR_PHILIPS, PCI_PRODUCT_PHILIPS_SAA7130, "SAA7130", -- cgit v1.2.3