Trying to implement a EHCI driver

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Octocontrabass
Member
Member
Posts: 5563
Joined: Mon Mar 25, 2013 7:01 pm

Re: Trying to implement a EHCI driver

Post by Octocontrabass »

nexos wrote:the hard drives' internal cache
Accessing the drive's cache is still limited by the speed of the SATA link. Speeds of 500MB/s are perfectly reasonable for a 6Gbps SATA drive and physically impossible for a slower drive.
devc1
Member
Member
Posts: 439
Joined: Fri Feb 11, 2022 4:55 am
Location: behind the keyboard

Re: Trying to implement a EHCI driver

Post by devc1 »

And why does Windows Crystal mark tool states a 98 mbps speed ?
Octocontrabass
Member
Member
Posts: 5563
Joined: Mon Mar 25, 2013 7:01 pm

Re: Trying to implement a EHCI driver

Post by Octocontrabass »

It's bypassing the drive's cache.
Post Reply