From: "Adam Williamson" <[EMAIL PROTECTED]>
> One other problem with kernel 2.6 on this machine; it won't enable DMA
> mode for my hard disk. hdparm says it is set to 0 and refuses to set it
> to 1 (operation not supported, or something similar), and hdparm -Tt
> testing confirms it's not running in DMA mode (transfer rate of 7MB/sec,
> as compared to over 40MB/sec it should score in DMA mode). I've seen
> references from people with 2.5 and 2.6 on nforce2 who seem to have DMA
> working...is there some parameter I'm missing or is this a problem with
> our packaging of 2.6?
> -- 
> adamw
> 

It's packaging...

here is some info from the config...
--- cut ---
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_SC1200 is not set
CONFIG_BLK_DEV_PIIX=y
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
CONFIG_BLK_DEV_RZ1000=y
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
--- cut ---

So there are a lot of ide chipsets that will run in pio-mode only,

In your case it's the:
# CONFIG_BLK_DEV_AMD74XX is not set

wich needs to be changed...

Thomas


Reply via email to