hi ya bruce

On Mon, 30 Dec 2002, Bruce Sass wrote:

> bms:~# hdparm -iv /dev/hda
> 
> /dev/hda:
>  multcount    =  0 (off)

good and bad

>  IO_support   =  0 (default 16-bit)

good and bad

>  unmaskirq    =  0 (off)

turn it on ( -u1 )

>  using_dma    =  0 (off)

definitely turn it on ( -d 1 )

good and bad above --> probably wont affect your disk transfer speed
as much as turning on dma mode ( -d1 )

>  keepsettings =  0 (off)
>  readonly     =  0 (off)
>  readahead    =  8 (on)
>  geometry     = 59570/16/63, sectors = 60046560, start = 0
> 
>  Model=FUJITSU MPG3307AT, FwRev=02B9, SerialNo=VG13P1201HK8
>  Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs }
>  RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4
>  BuffType=DualPortCache, BuffSize=2048kB, MaxMultSect=16, MultSect=off
>  CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=60046560
>  IORDY=yes, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120}
>  PIO modes:  pio0 pio1 pio2 pio3 pio4
>  DMA modes:  mdma0 mdma1 *mdma2
>  UDMA modes: udma0 udma1 udma2 udma3 udma4 udma5

good ... udma5  is ata66 ...  66MB/sec disk xfer

> > > # CONFIG_IDEDMA_AUTO is not set
> > > # CONFIG_DMA_NONPCI is not set
..
> # echo "..." >/proc/...  could fix that?

nope... in your other post... you said

x> 486DX2-25, 64M RAM, all ISA(PNP), 850M + 30G HDD

those ide controllers on those oldies ( mb ) probably doesnt support
ata66.... 
        than find out which chipset is on that pci card
        ( probably promise chipset for maxtor ata66 controllers )
        and turn on the dma option in the kernel ... 
        and even "echo  ide-module-name" might work too.. donno

        and one more thing ... "hdparm -d1 -u1 -X69 -c3 /dev/hde"

        and than see what happens "hdparm -tT /dev/hde"

        btw.. you probably wont be able to boot from /dev/hde
        but can use /dev/hda as your lilo/grub mbr stuff and
        root=/dev/hde  .. major happyness at that point on a 486 box ??

you probably want to get a pci-based ide controller and plug it in
and use that pci-based ide controller to talk to your ata-66 fujitsu
MPG3307AT

have fun
alvin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to