File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -1340,7 +1340,6 @@ static void build_q35_isa_bridge(Aml *table)
1340
1340
{
1341
1341
Aml * dev ;
1342
1342
Aml * scope ;
1343
- Aml * field ;
1344
1343
1345
1344
scope = aml_scope ("_SB.PCI0" );
1346
1345
dev = aml_device ("ISA" );
@@ -1350,16 +1349,6 @@ static void build_q35_isa_bridge(Aml *table)
1350
1349
aml_append (dev , aml_operation_region ("PIRQ" , AML_PCI_CONFIG ,
1351
1350
aml_int (0x60 ), 0x0C ));
1352
1351
1353
- aml_append (dev , aml_operation_region ("LPCD" , AML_PCI_CONFIG ,
1354
- aml_int (0x80 ), 0x02 ));
1355
- field = aml_field ("LPCD" , AML_ANY_ACC , AML_NOLOCK , AML_PRESERVE );
1356
- aml_append (field , aml_named_field ("COMA" , 3 ));
1357
- aml_append (field , aml_reserved_field (1 ));
1358
- aml_append (field , aml_named_field ("COMB" , 3 ));
1359
- aml_append (field , aml_reserved_field (1 ));
1360
- aml_append (field , aml_named_field ("LPTD" , 2 ));
1361
- aml_append (dev , field );
1362
-
1363
1352
aml_append (scope , dev );
1364
1353
aml_append (table , scope );
1365
1354
}
You can’t perform that action at this time.
0 commit comments