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]
Message-ID: <46EAD68C.5020809@s5r6.in-berlin.de>
Date:	Fri, 14 Sep 2007 20:44:28 +0200
From:	Stefan Richter <stefanr@...6.in-berlin.de>
To:	Goswin von Brederlow <brederlo@...ormatik.uni-tuebingen.de>
CC:	Helge Hafting <helge.hafting@...el.hist.no>,
	Randy Dunlap <randy.dunlap@...cle.com>,
	Folkert van Heusden <folkert@...heusden.com>,
	linux-kernel@...r.kernel.org
Subject: Re: sata & scsi suggestion for make menuconfig

Goswin von Brederlow wrote:
> Helge Hafting <helge.hafting@...el.hist.no> writes:
>> Randy Dunlap wrote:
>>>   NOTE: ATA enables basic SCSI support; *however*,
>>>   'SCSI disk support', 'SCSI tape support', or
>>>   'SCSI CDROM support' may also be needed,
>>>   depending on your hardware configuration.
> 
> Could one duplicate the configure options for scsi disk/tape/cdrom at
> that place?

Yes, e.g. like in http://lkml.org/lkml/2007/9/8/9.

> The text should then probably read SCSI/SATA disk support in both places.

Or rather than duplicating the menu items for the same options, split
the SCSI high-level options out into a top-level menu and adjust the
wording of the prompts.  http://lkml.org/lkml/2007/9/14/217

(top level)
menu "Storage (core and SCSI commands)"
	config SCSI
		tristate "Storage support (core and SCSI commands)"
	config BLK_DEV_SD
		tristate "Harddisks and other Direct access devices"
	config CHR_DEV_ST
		tristate "Tape drives"
	config CHR_DEV_OSST
		tristate "SCSI OnStream SC-x0 tape support"
	config BLK_DEV_SR
		tristate "CD-ROMs, DVD-ROMs"
	...

menu "Device Drivers"
	...
	menu "SCSI device support"
		config RAID_ATTRS
		config SCSI_TGT
		menu "SCSI Transports"
			...
		menuconfig SCSI_LOWLEVEL
			bool "SCSI low-level drivers"
			...

-- 
Stefan Richter
-=====-=-=== =--= -===-
http://arcgraph.de/sr/
-
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