Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ide: doc: remove compilation options section from ide-cd documentation

This section pointed out to compilation options which no longer exist.

VERBOSE_IDE_CD_ERRORS has been replace by config option
CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS.

STANDARD_ATAPI is no longer needed, since the non-standard drivers, which
required bcd2bin are now detected, and there's a flag for them.

NO_DOOR_LOCKING is now a sysctl parameter for cdrom drivers.

CDROM_NBLOCKS_BUFFER is not used anymore. The READAUDIO is now in cdrom.c and it
allocates as much as user space has requested to read, backing off if it fails.

TEST is not there anymore or in cdrom either. ide allows to send ATA commands
through ioctl, although it may be helpful to send MMC packets through the cdrom
layer directly.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Thadeu Lima de Souza Cascardo and committed by
David S. Miller
1c8a3751 f4054253

+2 -37
+2 -37
Documentation/cdrom/ide-cd
··· 159 159 to change. If the slot number is -1, the drive is unloaded. 160 160 161 161 162 - 4. Compilation options 163 - ---------------------- 164 - 165 - There are a few additional options which can be set when compiling the 166 - driver. Most people should not need to mess with any of these; they 167 - are listed here simply for completeness. A compilation option can be 168 - enabled by adding a line of the form `#define <option> 1' to the top 169 - of ide-cd.c. All these options are disabled by default. 170 - 171 - VERBOSE_IDE_CD_ERRORS 172 - If this is set, ATAPI error codes will be translated into textual 173 - descriptions. In addition, a dump is made of the command which 174 - provoked the error. This is off by default to save the memory used 175 - by the (somewhat long) table of error descriptions. 176 - 177 - STANDARD_ATAPI 178 - If this is set, the code needed to deal with certain drives which do 179 - not properly implement the ATAPI spec will be disabled. If you know 180 - your drive implements ATAPI properly, you can turn this on to get a 181 - slightly smaller kernel. 182 - 183 - NO_DOOR_LOCKING 184 - If this is set, the driver will never attempt to lock the door of 185 - the drive. 186 - 187 - CDROM_NBLOCKS_BUFFER 188 - This sets the size of the buffer to be used for a CDROMREADAUDIO 189 - ioctl. The default is 8. 190 - 191 - TEST 192 - This currently enables an additional ioctl which enables a user-mode 193 - program to execute an arbitrary packet command. See the source for 194 - details. This should be left off unless you know what you're doing. 195 - 196 - 197 - 5. Common problems 162 + 4. Common problems 198 163 ------------------ 199 164 200 165 This section discusses some common problems encountered when trying to ··· 336 371 expense of low system performance. 337 372 338 373 339 - 6. cdchange.c 374 + 5. cdchange.c 340 375 ------------- 341 376 342 377 /*