IDE DRIVE NUMBER
Posted: Sun Dec 12, 2004 3:07 pm
HELLO ,
I am experimenting on my hard drive which is connected to IDE secondary master. My problem is what value should I put in the second line of code below. The code below is part of IDE driver that I was experimenting.
mov dx,1f6h ;Drive and head port
mov al,0a0h ;Drive 0, head 0
out dx,al
Thank you very much in advance
I am experimenting on my hard drive which is connected to IDE secondary master. My problem is what value should I put in the second line of code below. The code below is part of IDE driver that I was experimenting.
mov dx,1f6h ;Drive and head port
mov al,0a0h ;Drive 0, head 0
out dx,al
Thank you very much in advance