Changeset 18889 for src/linux/universal/linux-3.2/drivers/pci/pcie/aspm.c
- Timestamp:
- 04/02/12 20:48:15 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/linux/universal/linux-3.2/drivers/pci/pcie/aspm.c
r18761 r18889 501 501 u32 reg32; 502 502 503 if (aspm_disabled)504 return 0;505 506 503 /* 507 504 * Some functions in a slot might not all be PCIe functions, … … 512 509 if (!pos) 513 510 return -EINVAL; 511 512 /* 513 * If ASPM is disabled then we're not going to change 514 * the BIOS state. It's safe to continue even if it's a 515 * pre-1.1 device 516 */ 517 518 if (aspm_disabled) 519 continue; 520 514 521 /* 515 522 * Disable ASPM for pre-1.1 PCIe device, we follow MS to use
Note: See TracChangeset
for help on using the changeset viewer.
