dsdt提示长度超过最大最小范围?
错误是这么说的 Length is lager than Max/Min window这一段是这样的
DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
0x00000000, // Granularity
0x02000000, // Range Minimum
0xFFDFFFFF, // Range Maximum
0x00000000, // Translation Offset
0xFDFC0000, // Length我算了一下,的确超出了最大值,于是我把数值拿最大的剪了一下最小的,最后得出17966666于是
DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
0x00000000, // Granularity
0x02000000, // Range Minimum
0xFFDFFFFF, // Range Maximum
0x00000000, // Translation Offset
0x17966666, // Length然后提示错误Length is not equal to fix Max/Min window,各种google无果我想问一下别的同学有遇到这种情况的吗?这个数值是怎么来的呢?谢谢
附上这段完整的dsdt
Name (CRS1, ResourceTemplate ()
{
WordBusNumber (ResourceProducer, MinFixed, MaxFixed, PosDecode,
0x0000, // Granularity
0x0000, // Range Minimum
0x007F, // Range Maximum
0x0000, // Translation Offset
0x0080, // Length
,, _Y00)
IO (Decode16,
0x0CF8, // Range Minimum
0x0CF8, // Range Maximum
0x01, // Alignment
0x08, // Length
)
WordIO (ResourceProducer, MinFixed, MaxFixed, PosDecode, EntireRange,
0x0000, // Granularity
0x0000, // Range Minimum
0x03AF, // Range Maximum
0x0000, // Translation Offset
0x03B0, // Length
,, , TypeStatic)
WordIO (ResourceProducer, MinFixed, MaxFixed, PosDecode, EntireRange,
0x0000, // Granularity
0x03E0, // Range Minimum
0x0CF7, // Range Maximum
0x0000, // Translation Offset
0x0918, // Length
,, , TypeStatic)
WordIO (ResourceProducer, MinFixed, MaxFixed, PosDecode, EntireRange,
0x0000, // Granularity
0x0000, // Range Minimum
0x0000, // Range Maximum
0x0000, // Translation Offset
0x0000, // Length
,, _Y02, TypeStatic)
WordIO (ResourceProducer, MinFixed, MaxFixed, PosDecode, EntireRange,
0x0000, // Granularity
0x0D00, // Range Minimum
0x0FFF, // Range Maximum
0x0000, // Translation Offset
0x0300, // Length
,, _Y01, TypeStatic)
DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
0x00000000, // Granularity
0x00000000, // Range Minimum
0x00000000, // Range Maximum
0x00000000, // Translation Offset
0x00000000, // Length
,, _Y03, AddressRangeMemory, TypeStatic)
DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, NonCacheable, ReadWrite,
0x00000000, // Granularity
0x000C0000, // Range Minimum
0x000DFFFF, // Range Maximum
0x00000000, // Translation Offset
0x00020000, // Length
,, , AddressRangeMemory, TypeStatic)
DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
0x00000000, // Granularity
0x02000000, // Range Minimum
0xFFDFFFFF, // Range Maximum
0x00000000, // Translation Offset
0xFDFC0000, // Length
,, _Y04, AddressRangeMemory, TypeStatic)
QWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
0x0000000000000000, // Granularity
0x0000000000000000, // Range Minimum
0x0000000000000000, // Range Maximum
0x0000000000000000, // Translation Offset
0x0000000000000000, // Length
,, _Y05, AddressRangeMemory, TypeStatic)
})
最后附上我的配置X79-up4 4930k gtx780ti公版升级10.11仍然在AppleUSBxhcipcixxxxxxxx那里徘徊,一直刷屏,最后禁止,仍不知原因...只能先用着10.10,完善下dsdt吧。
谢各位帮助~
错误在第63行...发出来发现忘了标记成红色 附上我的dsdt和ssdt,ssdt问题不少 asd0065com 发表于 2016-5-15 15:47 https://www.pcbeta.com/static/image/common/back.gif
附上我的dsdt和ssdt,ssdt问题不少
limurphy 发表于 2016-5-15 17:00 https://www.pcbeta.com/static/image/common/back.gif
谢谢 我有空试一下 limurphy 发表于 2016-5-15 17:00 https://www.pcbeta.com/static/image/common/back.gif
老师能顺便告诉我这个错误的原因在哪里吗...毕竟授人以鱼不如授人以渔嘛 谢啦 asd0065com 发表于 2016-5-15 17:44 https://www.pcbeta.com/static/image/common/back.gif
老师能顺便告诉我这个错误的原因在哪里吗...毕竟授人以鱼不如授人以渔嘛 谢啦
他默默的帮了无数个人改了dsdt和ssdt包括打各种补丁屏蔽独显。。
我的也是他帮忙弄的 asd0065com 发表于 2016-5-15 17:44 https://www.pcbeta.com/static/image/common/back.gif
老师能顺便告诉我这个错误的原因在哪里吗...毕竟授人以鱼不如授人以渔嘛 谢啦
Length=Maximum-Minimum+1 asd0065com 发表于 2016-5-15 17:44 https://www.pcbeta.com/static/image/common/back.gif
老师能顺便告诉我这个错误的原因在哪里吗...毕竟授人以鱼不如授人以渔嘛 谢啦
8F 正解{:5_591:} 我不要用户名 发表于 2016-5-15 19:02 https://www.pcbeta.com/static/image/common/back.gif
他默默的帮了无数个人改了dsdt和ssdt包括打各种补丁屏蔽独显。。
我的也是他帮忙弄的
互相幫助啦 ^^ limurphy 发表于 2016-5-15 19:49
互相幫助啦 ^^
大神收下我的膝盖 念去去 发表于 2016-5-15 20:02 https://www.pcbeta.com/static/image/common/back.gif
大神收下我的膝盖
別這麼說。{:5_592:} limurphy 发表于 2016-5-15 19:49
互相幫助啦 ^^
点赞~~~~
谢谢楼上的大神…
对了你们有没有遇到无限刷Appleusbxhci最后出禁止的情况啊…按照论坛的说法我该为硬盘安装也有这个问题啊…不知道为什么
試試:
再次感谢 一回到家就试… limurphy 发表于 2016-5-16 11:45 https://www.pcbeta.com/static/image/common/back.gif
試試:
实在没辙了...最后我把我的config.plist也上传上来吧
我的kext放了nullxx、fakesmc、USBXHCI_FL1009(有没有都提示错误)、VoodooPS2Controller这几个。
最后再次感谢~~{:5_294:}
asd0065com 发表于 2016-5-16 23:10 https://www.pcbeta.com/static/image/common/back.gif
实在没辙了...最后我把我的config.plist也上传上来吧
我的kext放了nullxx、fakesmc、USBXHCI_FL1009(有 ...
你的配配到底是 GA x79-up3 或是 amd8650 ? X79 可參考:BIOS 內 ubs3.0 -> disable;安裝盆插在 usb2.0 上午試試:
http://www.tonymacx86.com/threads/i7-4930k-asus-rampage-iv-extreme-32gb-ram-gtx-770-4gb-success.130386/ 我是x79-up4,我晚上回家试试。这个usb3.0是装完了可以恢复的吧...
页:
[1]
2