diff options
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 3b7b0502b82..2beb1aa7e7d 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -993,6 +993,8 @@ #define PCI_PRODUCT_ATI_RADEON_X1600_M 0x71c5 /* Radeon Mobility X1600 */ #define PCI_PRODUCT_ATI_RADEON_X1600_PRO 0x71c2 /* Radeon X1600 PRO */ #define PCI_PRODUCT_ATI_RADEON_X1600_PRO2 0x71e2 /* Radeon X1600 PRO (Secondary) */ +#define PCI_PRODUCT_ATI_RADEON_RX1650_XT 0x7291 /* Radeon RX1650 XT */ +#define PCI_PRODUCT_ATI_RADEON_RX1650_XT2 0x72b1 /* Radeon RX1650 XT (Secondary) */ #define PCI_PRODUCT_ATI_RS100_AGP 0xcab0 /* RS100 AGP */ #define PCI_PRODUCT_ATI_RS200_AGP 0xcab2 /* RS200 AGP */ #define PCI_PRODUCT_ATI_RS250_AGP 0xcab3 /* RS250 AGP */ @@ -1326,6 +1328,7 @@ #define PCI_PRODUCT_CREATIVELABS_SBLIVE 0x0002 /* SoundBlaster Live */ #define PCI_PRODUCT_CREATIVELABS_AWE64D 0x0003 /* SoundBlaster AWE64D */ #define PCI_PRODUCT_CREATIVELABS_AUDIGY 0x0004 /* SoundBlaster Audigy */ +#define PCI_PRODUCT_CREATIVELABS_XFI 0x0005 /* SoundBlaster X-Fi */ #define PCI_PRODUCT_CREATIVELABS_SBLIVE2 0x0006 /* SoundBlaster Live (Dell) */ #define PCI_PRODUCT_CREATIVELABS_AUDIGYLS 0x0007 /* SoundBlaster Audigy LS */ #define PCI_PRODUCT_CREATIVELABS_AUDIGY2 0x0008 /* SoundBlaster Audigy 2 */ |