Page 2 of 2

Re: DMA on sii3114 on Sam460ex

Posted: Wed Oct 12, 2011 5:36 pm
by Eroom
HI, just come across this, my 460 came prebuilt from AmigaKit as well, i typed the same command in and this is what came back.


-------------------Unit 0 information------------------------
Flags : $0000019D - present, supports DMA, removable media, ATAPI, supports cache flush, interrupts used,
Xfer mode : best pio 12 (PIO 4, 16 MB/s) / best dma 69 (UDMA 5, 100 MB/s) / current 12 (PIO 4, 16 MB/s)
Total blocks : 0
Blocksize : 2048
SCSI devtyp : 5
Packet size : 12
Current medium read speed : x 65535 ('65535' stands for max.)
Current medium write speed : x 65535 (idem)
Power mode : 2 / idle (ready for operation)
IO1 / IO2 / BMCR @ : $1000 / $100A / $1020
*** Error opening device sii3114ide.device / unit 1
-------------------Unit 2 information------------------------
Flags : $00000187 - present, LBA48 used, supports DMA, ATA, supports cache flush, interrupts used,
Xfer mode : best pio 12 (PIO 4, 16 MB/s) / best dma 70 (UDMA 6, 133 MB/s) / current 12 (PIO 4, 16 MB/s)
Total blocks : 1953525168
Blocksize : 512
Power mode : 2 / idle (ready for operation)
IO1 / IO2 / BMCR @ : $1010 / $101A / $1028
I take it that means my devices are running in pio mode as well ?.
And just to double check i type need to type the same command in as above ?.

Sorry if the above sounds dumb but I've only had the 460 about 3 weeks and dont want to stuff it up already :)

Re: DMA on sii3114 on Sam460ex

Posted: Thu Oct 13, 2011 3:24 am
by Slayer
You are correct either type this in a shell to leave optical drive in best PIO mode (arguably more correct)

NVSetVar sii3114ide_xfer 0GGG

or type this in a shell

NVSetVar sii3114ide_xfer GGGG

Re: DMA on sii3114 on Sam460ex

Posted: Fri Oct 14, 2011 8:53 pm
by Eroom
Thanks Slayer, that did the job :D