關於PS3改機的問題 - 改機
By Callum
at 2010-09-20T13:59
at 2010-09-20T13:59
Table of Contents
※ 引述《QQ37213 (菇菇)》之銘言:
http://moss.csc.ncsu.edu/~mueller/cluster/ps3/doc/LinuxKernelOverview.html
看來看去就只有NIC有獨立的DMAC,所以能有背景下載
前景遊戲照玩的功能
Giga Bit Ethernet(GbE) (Module name: gelic_net)
PS3 has built-in giga bit ethernet controller. Unlike conventional PC’s
ethernet controllers, it is not PCI device. It is connected to companion
chip directly. To access or setup the chip, guest OSes should use dedicated
hypervisor call. This controller has its dedicated DMA controller,
thus transfer data is automatically sent/received without PPE interventions.
There is also dedicated hypervisor call to set up DMAC.
而USB host controller是直接被PPE access的
USB
PS3 equips industry standard USB EHCI host controller and its companion
OHCI host controllers. Although most USB host controllers are PCI devices,
PS3 USB host controller exists in the companion chip. The PCI probe routines
of Linux are modified so that PS3 USB host controller can imitate PCI device.
After initialization, all operational registers of USB host controllers are
directly accessed by PPE, so no modification to original Linux USB host
controller driver is needed. PS3 has internal high speed USB hub.
至於visor說的DMA,我想指的是這個
http://en.wikipedia.org/wiki/Cell_%28microprocessor%29
the Cell processor marries the SPEs and the PPE via EIB to give access,
via fully cache coherent DMA (direct memory access), to both main memory
and to other external data storage.To make the best of EIB, and to overlap
computation and data transfer, each of the nine processing elements
(PPE and SPEs) is equipped with a DMA engine.
而這個DMA engine的目的不是為了降低在I/O時CPU的負擔
而是用CPU去加速I/O
http://en.wikipedia.org/wiki/Direct_memory_access
DMA engine
In addition to hardware interaction, DMA can also be used to offload
expensive memory operations, such as large copies or scatter-gather
operations, from the CPU to a dedicated DMA engine. Intel includes such
engines on high-end servers, called I/O Acceleration Technology (IOAT).
============================================================================
綜合以上幾點,可以證明PS3的USB傳輸是會耗用CPU資源的
想不耗用資源就只能像NIC那樣多加一個DMAC
--
推 tsairay:樓上的各位,USB在傳輸的時候是要吃CPU資源的,會變慢是因為 09/20 09:29
→ tsairay:這樣,你們focus在錯誤的地方了... 09/20 09:30
→ visor:樓上肯定沒聽過 DMA ... 09/20 10:46
推 tsairay:不要把x86的知識套用在ps3上,有DMA那也要他們有做 09/20 10:48
→ visor:..... 誰說只有 x86 有 DMA..... 09/20 10:49
推 tsairay:DMA又不是USB的標準,要有加進去才有,沒加就是沒有 09/20 10:51
推 flygaga:等到破解後再試試看能不能跑..不就好了@@ 09/20 10:59
→ cassine:有人總是喜歡潑冷水護航,自己又不參與破解別人吃麵他喊熱 09/20 11:01
→ visor:我看過 linux for ps3 的 usb driver 是有支援 DMA 的 09/20 11:05
→ visor:所以 ps3 的 usb 基本上是支援 DMA 的 09/20 11:05
推 cassine:娃!某樓又被打臉了:P 09/20 11:10
→ visor:我玩過一堆非x86的開發版,至少還沒看到不支援 DMA 的 USB 09/20 11:13
http://moss.csc.ncsu.edu/~mueller/cluster/ps3/doc/LinuxKernelOverview.html
看來看去就只有NIC有獨立的DMAC,所以能有背景下載
前景遊戲照玩的功能
Giga Bit Ethernet(GbE) (Module name: gelic_net)
PS3 has built-in giga bit ethernet controller. Unlike conventional PC’s
ethernet controllers, it is not PCI device. It is connected to companion
chip directly. To access or setup the chip, guest OSes should use dedicated
hypervisor call. This controller has its dedicated DMA controller,
thus transfer data is automatically sent/received without PPE interventions.
There is also dedicated hypervisor call to set up DMAC.
而USB host controller是直接被PPE access的
USB
PS3 equips industry standard USB EHCI host controller and its companion
OHCI host controllers. Although most USB host controllers are PCI devices,
PS3 USB host controller exists in the companion chip. The PCI probe routines
of Linux are modified so that PS3 USB host controller can imitate PCI device.
After initialization, all operational registers of USB host controllers are
directly accessed by PPE, so no modification to original Linux USB host
controller driver is needed. PS3 has internal high speed USB hub.
至於visor說的DMA,我想指的是這個
http://en.wikipedia.org/wiki/Cell_%28microprocessor%29
the Cell processor marries the SPEs and the PPE via EIB to give access,
via fully cache coherent DMA (direct memory access), to both main memory
and to other external data storage.To make the best of EIB, and to overlap
computation and data transfer, each of the nine processing elements
(PPE and SPEs) is equipped with a DMA engine.
而這個DMA engine的目的不是為了降低在I/O時CPU的負擔
而是用CPU去加速I/O
http://en.wikipedia.org/wiki/Direct_memory_access
DMA engine
In addition to hardware interaction, DMA can also be used to offload
expensive memory operations, such as large copies or scatter-gather
operations, from the CPU to a dedicated DMA engine. Intel includes such
engines on high-end servers, called I/O Acceleration Technology (IOAT).
============================================================================
綜合以上幾點,可以證明PS3的USB傳輸是會耗用CPU資源的
想不耗用資源就只能像NIC那樣多加一個DMAC
--
Tags:
改機
All Comments
By Doris
at 2010-09-22T19:16
at 2010-09-22T19:16
By Daniel
at 2010-09-24T16:18
at 2010-09-24T16:18
By Poppy
at 2010-09-26T16:20
at 2010-09-26T16:20
By Victoria
at 2010-09-30T12:37
at 2010-09-30T12:37
By Hamiltion
at 2010-10-05T02:35
at 2010-10-05T02:35
By Dora
at 2010-10-08T13:41
at 2010-10-08T13:41
By William
at 2010-10-10T04:35
at 2010-10-10T04:35
By Kumar
at 2010-10-14T08:41
at 2010-10-14T08:41
By Irma
at 2010-10-17T03:24
at 2010-10-17T03:24
By Victoria
at 2010-10-20T06:44
at 2010-10-20T06:44
By Andy
at 2010-10-21T03:47
at 2010-10-21T03:47
By Joseph
at 2010-10-23T18:56
at 2010-10-23T18:56
By Isla
at 2010-10-24T23:16
at 2010-10-24T23:16
By Lauren
at 2010-10-25T00:56
at 2010-10-25T00:56
By Yuri
at 2010-10-27T06:30
at 2010-10-27T06:30
By Eartha
at 2010-10-28T13:06
at 2010-10-28T13:06
By Eden
at 2010-10-30T13:46
at 2010-10-30T13:46
By David
at 2010-11-03T23:08
at 2010-11-03T23:08
By Charlotte
at 2010-11-05T21:05
at 2010-11-05T21:05
By Odelette
at 2010-11-09T01:40
at 2010-11-09T01:40
By Aaliyah
at 2010-11-11T05:02
at 2010-11-11T05:02
By Adele
at 2010-11-13T17:19
at 2010-11-13T17:19
By Kyle
at 2010-11-15T09:27
at 2010-11-15T09:27
By Sarah
at 2010-11-16T05:17
at 2010-11-16T05:17
By Eden
at 2010-11-19T13:25
at 2010-11-19T13:25
By Xanthe
at 2010-11-24T10:25
at 2010-11-24T10:25
By Queena
at 2010-11-28T04:04
at 2010-11-28T04:04
Related Posts
請問台灣專用機能玩美版遊戲以及使用購物頻道嗎?
By Oliver
at 2010-09-20T13:20
at 2010-09-20T13:20
請問這個消息....
By Oscar
at 2010-09-20T10:09
at 2010-09-20T10:09
關於PS3改機的問題
By Caroline
at 2010-09-20T02:35
at 2010-09-20T02:35
請問這個消息....
By Edwina
at 2010-09-20T00:35
at 2010-09-20T00:35
徵求 新莊輔大的PSP改機…
By Xanthe
at 2010-09-19T22:23
at 2010-09-19T22:23