Archived
1
0

modified SMBus.pas

+ Added Intel 8086:2483 SMBus controller
This commit is contained in:
mbirth 2004-12-08 09:56:19 +00:00
parent 0197a89f1c
commit 2429b13b9d

View File

@ -93,6 +93,13 @@ begin
PCI_Structure.Vendor_Name := 'Intel®';
PCI_Structure.Device_Name := '82801BA/ICH2';
end;
$24838086:
begin
PCI_Structure.SMB_Address := Get_PCI_Reg(Bus, Dev, Fun, $20) and $FFF0;
PCI_Structure.Rev := Get_PCI_Reg(Bus, Dev, Fun, 8) and $FF;
PCI_Structure.Vendor_Name := 'Intel®';
PCI_Structure.Device_Name := '82801CA/CAM';
end;
$24C38086:
begin
PCI_Structure.SMB_Address := Get_PCI_Reg(Bus, Dev, Fun, $20) and $FFF0;