Changeset 2255
- Timestamp:
- Jun 8, 2011 2:39:34 AM (2 years ago)
- Location:
- cpu/x86/pc/olpc/via
- Files:
-
- 2 edited
-
dsdt-c2only.dsl (modified) (2 diffs)
-
dsdt.dsl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/x86/pc/olpc/via/dsdt-c2only.dsl
r2202 r2255 332 332 IF (LEqual(Arg0, 0x03)) //S3 333 333 { 334 Store(0x2,\_SB.PCI0.MEMC.FSEG) //Set F Segment to Read only334 // Store(0x2,\_SB.PCI0.MEMC.FSEG) //Set F Segment to Read only 335 335 // Notify(\_SB.PCI0, 0x00) 336 336 } … … 374 374 375 375 IF (LEqual(Arg0, 0x03)) { // S3 376 Store(0x0,\_SB.PCI0.MEMC.FSEG) // Disable F Segment Read/Write376 // Store(0x0,\_SB.PCI0.MEMC.FSEG) // Disable F Segment Read/Write 377 377 } 378 378 -
cpu/x86/pc/olpc/via/dsdt.dsl
r2079 r2255 334 334 IF (LEqual(Arg0, 0x03)) //S3 335 335 { 336 Store(0x2,\_SB.PCI0.MEMC.FSEG) //Set F Segment to Read only336 // Store(0x2,\_SB.PCI0.MEMC.FSEG) //Set F Segment to Read only 337 337 // Notify(\_SB.PCI0, 0x00) 338 338 } … … 376 376 377 377 IF (LEqual(Arg0, 0x03)) { // S3 378 Store(0x0,\_SB.PCI0.MEMC.FSEG) // Disable F Segment Read/Write378 // Store(0x0,\_SB.PCI0.MEMC.FSEG) // Disable F Segment Read/Write 379 379 } 380 380
Note: See TracChangeset
for help on using the changeset viewer.
