[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <45537B67.6050804@gmail.com>
Date: Thu, 09 Nov 2006 20:03:03 +0100
From: Jiri Slaby <jirislaby@...il.com>
To: Jano <jasieczek@...il.com>
CC: Jiri Slaby <jirislaby@...il.com>, Phillip Susi <psusi@....rr.com>,
linux-kernel@...r.kernel.org, linux-ide@...r.kernel.org
Subject: Re: Problems with mounting filesystems from /dev/hdb (kernel 2.6.18.1)
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists