[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.1.10.0807020829000.20393@fbirervta.pbzchgretzou.qr>
Date: Wed, 2 Jul 2008 08:33:25 +0200 (CEST)
From: Jan Engelhardt <jengelh@...ozas.de>
To: Donkey Ia <d0nk3y.ia@...il.com>
cc: linux-kernel@...r.kernel.org
Subject: Re: option of kernel config
On Wednesday 2008-07-02 00:25, Donkey Ia wrote:
>Please, excuse me - probably it's a very stupid question for this
>place, but i need to know - could you tell me please, which exactly
>option (or maybe options) of kernel config calls ide hard disks
>/dev/sdX instead /dev/hdX?
>N?????r??y??????X??ǧv???){.n??????{????zX??.??ܨ}???Ơz??j:+v???.????zZ+???zf???h???~????????z?.?w?????????&?)ߢ.f???jǫy?m???A?a????.0????.???
There is no 'option', this is hardcoded in drivers/scsi/sd.c.
sd.c: sprintf(gd->disk_name, "sd%c", 'a' + index % 26);
sd.c: sprintf(gd->disk_name, "sd%c%c",
sd.c: sprintf(gd->disk_name, "sd%c%c%c",
And you should not be changing this in that place.
Well I prefer libata over oldide since the scsi stack is loaded anyway.
--
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