diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-09-30 19:17:33 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-09-30 19:17:33 +0000 |
commit | 170a9fc709bfdbe64ca74e181a8564b1bf3704fb (patch) | |
tree | 3fb86e6f1788162babbb6d55a597eef8dd43de47 /sys/dev/pci | |
parent | b627cb5f38083107f4c66e597c1bcb80e1372667 (diff) |
regen
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index a2a6a2fd162..ba3b5e75e65 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.922 2005/09/30 01:25:49 deraadt Exp + * OpenBSD: pcidevs,v 1.923 2005/09/30 18:57:19 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -657,7 +657,7 @@ #define PCI_PRODUCT_APPLE_K2_USB 0x0040 /* K2 USB */ #define PCI_PRODUCT_APPLE_K2 0x0041 /* K2 Macio */ #define PCI_PRODUCT_APPLE_K2_FW 0x0042 /* K2 Firewire */ -#define PCI_PRODUCT_APPLE_K2_UATA 0x0043 /* K2 ATA */ +#define PCI_PRODUCT_APPLE_K2_ATA 0x0043 /* K2 ATA */ #define PCI_PRODUCT_APPLE_U3_PPB1 0x0045 /* U3 PCI-PCI */ #define PCI_PRODUCT_APPLE_U3_PPB2 0x0046 /* U3 PCI-PCI */ #define PCI_PRODUCT_APPLE_U3_PPB3 0x0047 /* U3 PCI-PCI */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 23302c0a454..baeca4b1b66 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.922 2005/09/30 01:25:49 deraadt Exp + * OpenBSD: pcidevs,v 1.923 2005/09/30 18:57:19 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1271,7 +1271,7 @@ static const struct pci_known_product pci_known_products[] = { "K2 Firewire", }, { - PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_K2_UATA, + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_K2_ATA, "K2 ATA", }, { |