Skip to content

Commit

Permalink
[SMBUS] Add support for VIA VT8233A Southbridge
Browse files Browse the repository at this point in the history
  • Loading branch information
x86fr committed Feb 18, 2023
1 parent a1d046f commit e1fc02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/smbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ static bool find_smb_controller(uint16_t vid, uint16_t did)
// viapro SMBus controller, i.e. PIIX4.
return piix4_get_smb(PIIX4_SMB_BASE_ADR_DEFAULT);
// case 0x3074: // 8233_0
// case 0x3147: // 8233A
case 0x3147: // 8233A
case 0x3177: // 8235
case 0x3227: // 8237
// case 0x3337: // 8237A
Expand Down

0 comments on commit e1fc02b

Please sign in to comment.