Chameleon

Chameleon Commit Details

Date:2011-05-14 10:05:20 (12 years 10 months ago)
Author:Azimutz
Commit:814
Parents: 813
Message:Merge r811.
Changes:
M/branches/azimutz/Chazi/i386/libsaio/saio_types.h
M/branches/azimutz/Chazi/i386/libsaio/ati.c

File differences

branches/azimutz/Chazi/i386/libsaio/ati.c
438438
439439
440440
441
442
443
444
445
441
442
443
444
445
446
447
448
446449
447450
448451
{ 0x68F9,0x5530174B,CHIP_FAMILY_CEDAR,"ATI Radeon HD 5530",kNull},
/* Northen Islands */
{ 0x6718,0x0B001002,CHIP_FAMILY_CAYMAN,"AMD Radeon HD 6970 Series",kNull},
{ 0x6718,0x31301682,CHIP_FAMILY_CAYMAN,"AMD Radeon HD 6970 Series",kNull},
{ 0x6718,0x67181002,CHIP_FAMILY_CAYMAN,"AMD Radeon HD 6970 Series",kNull},
{ 0x6738,0x67381002,CHIP_FAMILY_BARTS,"AMD Radeon HD 6870 Series",kDuckweed},
{ 0x6739,0x67391002,CHIP_FAMILY_BARTS,"AMD Radeon HD 6850 Series",kDuckweed},
{ 0x6718,0x0B001002,CHIP_FAMILY_CAYMAN,"AMD Radeon HD 6970",kNull},
{ 0x6718,0x31301682,CHIP_FAMILY_CAYMAN,"AMD Radeon HD 6970",kNull},
{ 0x6718,0x67181002,CHIP_FAMILY_CAYMAN,"AMD Radeon HD 6970",kNull},
{ 0x6738,0x67381002,CHIP_FAMILY_BARTS,"AMD Radeon HD 6870",kDuckweed},
{ 0x6739,0x67391002,CHIP_FAMILY_BARTS,"AMD Radeon HD 6850",kDuckweed},
{ 0x6759,0xE193174B,CHIP_FAMILY_TURKS,"AMD Radeon HD 6570",kNull},
/* standard/default models */
{ 0x9400,0x00000000,CHIP_FAMILY_R600,"ATI Radeon HD 2900 XT",kNull},
branches/azimutz/Chazi/i386/libsaio/saio_types.h
9292
9393
9494
95
95
9696
9797
9898
......
109109
110110
111111
112
112
113113
114114
115115
unsigned char dev_path[8];
unsigned char reserved3;
unsigned char checksum;
} params __attribute__((packed));
} params;
struct drive_dpte {
unsigned short io_port_base;
unsigned short control_port_base;
unsigned short reserved;
unsigned char revision;
unsigned char checksum;
} dpte __attribute__((packed));
} dpte;
} __attribute__((packed));
typedef struct boot_drive_info boot_drive_info_t;

Archive Download the corresponding diff file

Revision: 814