Messages in this thread |  | | Date | Sun, 25 Aug 2002 13:07:58 +0200 | From | <> | Subject | Re: Re: <no subject> |
| |
Zwane Mwaikambo <zwane@linuxpower.ca> schrieb am 25.08.02 12:47:22: > On Sun, 25 Aug 2002 joerg.beyer@email.de wrote: > > > Disk access, like untaring a big tar file (e.g. kernel sources) > > are really slow. > > > ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx > > hda: HITACHI_DK23DA-20, ATA DISK drive > > hdc: QSI DVD-ROM SDR-081, ATAPI CD/DVD-ROM drive > > ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 > > ide1 at 0x170-0x177,0x376 on irq 15 > > hda: 39070080 sectors (20004 MB) w/2048KiB Cache, CHS=2432/255/63 > > hdc: ATAPI 24X DVD-ROM drive, 512kB Cache > > You seem to be running without DMA.
you are right, I had no dma enabled. Now I recomiled the kernel with this dma-related options:
CONFIG_BLK_DEV_IDEDMA_PCI=y # CONFIG_BLK_DEV_IDEDMA_FORCED is not set CONFIG_IDEDMA_PCI_AUTO=y # CONFIG_IDEDMA_ONLYDISK is not set CONFIG_BLK_DEV_IDEDMA=y # CONFIG_IDEDMA_PCI_WIP is not set # CONFIG_BLK_DEV_IDEDMA_TIMEOUT is not set # CONFIG_IDEDMA_NEW_DRIVE_LISTINGS is not set CONFIG_BLK_DEV_ADMA=y # CONFIG_HPT34X_AUTODMA is not set CONFIG_IDEDMA_AUTO=y # CONFIG_IDEDMA_IVB is not set # CONFIG_DMA_NONPCI is not set
and I still get many many errors on the nic. Do I need something more in .config?
Joerg
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |