diff options
author | 2001-11-21 13:10:12 +0000 | |
---|---|---|
committer | 2001-11-21 13:10:12 +0000 | |
commit | 8968280feebdb1fa49fd40aeb39cc7de0e852bc7 (patch) | |
tree | e83876a838d3071ca7880ce91effd4d4a5d85695 | |
parent | be more precise, the ATI device 0x4c59 is actually the (diff) | |
download | wireguard-openbsd-8968280feebdb1fa49fd40aeb39cc7de0e852bc7.tar.xz wireguard-openbsd-8968280feebdb1fa49fd40aeb39cc7de0e852bc7.zip |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index f67629b84ee..0102af9264f 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.465 2001/11/20 20:14:17 jason Exp + * OpenBSD: pcidevs,v 1.466 2001/11/21 13:09:50 lebel Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -863,7 +863,7 @@ #define PCI_PRODUCT_ATI_MOBILITY_1 0x4c4d /* Mobility 1 */ #define PCI_PRODUCT_ATI_MACH64_LP 0x4c50 /* Mach64 LP */ #define PCI_PRODUCT_ATI_RAGE_PM 0x4c52 /* Rage P/M */ -#define PCI_PRODUCT_ATI_RADEON_M 0x4c59 /* Radeon Mobility */ +#define PCI_PRODUCT_ATI_RADEON_M6LY 0x4c59 /* Radeon Mobility M6 LY */ #define PCI_PRODUCT_ATI_RAGE_FURY 0x5046 /* Rage Fury */ #define PCI_PRODUCT_ATI_RAGE128_PK 0x5052 /* Rage 128 PK */ #define PCI_PRODUCT_ATI_RADEON_AIW 0x5144 /* AIW Radeon */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index f09df25c265..8cfbae4bfcf 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.465 2001/11/20 20:14:17 jason Exp + * OpenBSD: pcidevs,v 1.466 2001/11/21 13:09:50 lebel Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -943,8 +943,8 @@ static const struct pci_known_product pci_known_products[] = { "Rage P/M", }, { - PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_M, - "Radeon Mobility", + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_M6LY, + "Radeon Mobility M6 LY", }, { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RAGE_FURY, |