lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ