Re: Problems with mounting filesystems from /dev/hdb (kernel 2.6.18.1)

From: Jiri Slaby
Date: Thu Nov 09 2006 - 14:03:57 EST


Jano wrote:
[...]
> @@ -607,7 +611,7 @@
> # Please see Documentation/ide.txt for help/info on IDE drives
> #
> # CONFIG_BLK_DEV_IDE_SATA is not set
> -# CONFIG_BLK_DEV_HD_IDE is not set
> +CONFIG_BLK_DEV_HD_IDE=y

This was not definitely a good choice. Disable it.

â Symbol: BLK_DEV_HD_IDE [=n] â
â Prompt: Use old disk-only driver on primary interface â
â Defined at drivers/ide/Kconfig:118 â
â Depends on: IDE && BLK_DEV_IDE && (X86 || SH_MPC1211) â
â Location: â
â -> Device Drivers â
â -> ATA/ATAPI/MFM/RLL support â
â -> ATA/ATAPI/MFM/RLL support (IDE [=y]) â
â -> Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support (BLK_D â

> CONFIG_BLK_DEV_IDEDISK=y
> # CONFIG_IDEDISK_MULTI_MODE is not set
> CONFIG_BLK_DEV_IDECD=m
> @@ -618,7 +622,7 @@
> #
> # IDE chipset support/bugfixes
> #
> -CONFIG_IDE_GENERIC=y
> +CONFIG_IDE_GENERIC=m
> # CONFIG_BLK_DEV_CMD640 is not set
> CONFIG_BLK_DEV_IDEPCI=y
> CONFIG_IDEPCI_SHARE_IRQ=y
> @@ -658,7 +662,7 @@
> CONFIG_BLK_DEV_IDEDMA=y
> # CONFIG_IDEDMA_IVB is not set
> CONFIG_IDEDMA_AUTO=y
> -# CONFIG_BLK_DEV_HD is not set
> +CONFIG_BLK_DEV_HD=y

And try to turn "VIA82CXXX chipset support" to <*>, i.e. built-in (somebody
holds regions of ide0 and ide1, let's try via driver to probe first).

regards,
--
http://www.fi.muni.cz/~xslaby/ Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/