CD-ROM interface

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.
Post Reply
digo_rp
Member
Member
Posts: 233
Joined: Sun Jun 05, 2005 11:00 pm

CD-ROM interface

Post by digo_rp »

guys I bought a new HP G42-321BR notebook, it´s a intel core i3 processor, either Hard disk as CD-ROM is a SATA driver my
chipset is intel , so I need some help to start a develop a cdrom driver.

I look up at windows devices properties, and I saw that in SATA controller not use the same ports of common IDE, like 170, 1F0...

how can I use that cd at my note?

anyone have a good start ?

any Idea ?

please, could anyone helps me ?

:)
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Re: CD-ROM interface

Post by Brynet-Inc »

It's either emulating a PCI IDE controller in native mode.. or it's an AHCI controller.

Find the relevant specifications/datasheets.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
digo_rp
Member
Member
Posts: 233
Joined: Sun Jun 05, 2005 11:00 pm

Re: CD-ROM interface

Post by digo_rp »

it's an AHCI controller
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Re: CD-ROM interface

Post by Brynet-Inc »

digo_rp wrote:it's an AHCI controller
There you go, now it's time to do some reading.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
Post Reply