Home
last modified time | relevance | path

Searched refs:ide (Results 1 – 25 of 64) sorted by relevance

123

/linux/Documentation/ide/
A Dchangelogs.rst1 Changelog for ide cd
4 .. include:: ChangeLog.ide-cd.1994-2004
7 Changelog for ide floppy
10 .. include:: ChangeLog.ide-floppy.1996-2002
13 Changelog for ide tape
16 .. include:: ChangeLog.ide-tape.1995-2002
A Dide-tape.rst5 This driver is a part of the Linux ide driver.
7 The driver, in co-operation with ide.c, basically traverses the
13 tape's relative position in the ide interfaces, as explained in ide.c.
27 General ide driver configuration options, such as the interrupt-unmask
29 as any other ide device.
31 Our own ide-tape ioctl's can be issued to either the block device or
37 1. ide-tape is operating in the pipelined operation mode.
43 in ide.c and apply here as well:
53 overlap method which enables ide.c to service requests from the
A DChangeLog.ide-cd.1994-200425 * 2.04b May 30, 1995 -- Fix to match changes in ide.c version 3.16 -ml
28 * Use HWIF and DEV_HWIF macros as in ide.c.
40 * 2.05x Aug 11, 1995 -- lots of data structure renaming/restructuring in ide.c
73 * 3.05 Dec 1, 1995 -- Changes to go with overhaul of ide.c and ide-tape.c
111 * 4.00 Nov 5, 1996 -- New ide-cd maintainer,
124 * 4.01 Nov 11, 1996 -- Split into ide-cd.c and ide-cd.h
178 * 4.15 Aug 25, 1998 -- Updated ide-cd.h to respect machine endianness,
186 * - ide_cdrom_reset enabled since the ide subsystem
203 * insmod ide-cd ignore='hda hdb'
204 * Useful when using ide-cd in conjunction with
[all …]
A DChangeLog.ide-tape.1995-200217 * ide tapes :-)
28 * add a "request postpone" feature to ide.c,
36 * from the other device can be queued and ide.c will
52 * ide.c. The hwgroup locking method which was used
55 * ide.c for use with atapi devices.
122 * comments in ide-dma.c.
146 * Removed ide-tape.h.
181 * via /proc/ide/hdc/settings
183 * can be changed using /proc/ide/hdx/settings
230 * to /proc/ide/hd?/settings.
[all …]
A Dindex.rst10 ide
11 ide-tape
A Dide.rst101 with hd.c but not with ide.c), then an command line option may be specified
173 can only be compiled into the kernel, and the core code (ide.c) can be
176 When using ide.c as a module in combination with kmod, add::
178 alias block-major-3 ide-probe
182 When ide.c is used as a module, you can pass command line parameters to the
187 Summary of ide driver parameters for kernel command line
203 You also need to use "probe" kernel parameter for ide-4drives driver
264 Wed Aug 20 22:31:29 CEST 2003 updated ide boot options to current ide.c
/linux/Documentation/cdrom/
A Dide-cd.rst49 0. The ide-cd relies on the ide disk driver. See
50 Documentation/ide/ide.rst for up-to-date information on the ide
53 1. Make sure that the ide and ide-cd drivers are compiled into the
65 Documentation/ide/ide.rst.
85 in the third position; see Documentation/ide/ide.rst.)
94 when you boot, however. See Documentation/ide/ide.rst for more
166 Documentation/ide/ide.rst for current information about the underlying
176 Documentation/ide/ide.rst, and check how your hardware is
184 lilo option. See Documentation/ide/ide.rst. (This feature was
210 see Documentation/ide/ide.rst.
[all …]
A Dindex.rst11 ide-cd
/linux/Documentation/devicetree/bindings/ata/
A Dpata-common.yaml23 pattern: "^ide(@.*)?$"
26 "ide".
35 "^ide-port@[0-1]$":
39 nodes will be named "ide-port".
A Dfaraday,ftide010.yaml74 ide@63000000 {
83 ide-port@0 {
86 ide-port@1 {
A Dcavium-compact-flash.txt18 - cavium,true-ide: Optional, if present the CF connection is in True IDE mode.
28 cavium,true-ide;
A Dcortina,gemini-sata-bridge.txt34 - cortina,gemini-enable-ide-pins: enables the PATA to IDE connection.
53 cortina,gemini-enable-ide-pins;
/linux/Documentation/ABI/testing/
A Dsysfs-block-device4 Contact: linux-ide@vger.kernel.org
26 Contact: linux-ide@vger.kernel.org
56 Contact: linux-ide@vger.kernel.org
68 Contact: linux-ide@vger.kernel.org
81 Contact: linux-ide@vger.kernel.org
90 Contact: linux-ide@vger.kernel.org
A Dsysfs-class-scsi_host34 Contact: linux-ide@vger.kernel.org
68 Contact: linux-ide@vger.kernel.org
87 Contact: linux-ide@vger.kernel.org
94 Contact: linux-ide@vger.kernel.org
102 Contact: linux-ide@vger.kernel.org
117 Contact: linux-ide@vger.kernel.org
/linux/arch/arm/boot/dts/
A Dgemini.dtsi140 sata_and_ide_pins: pinctrl-sata-ide {
146 function = "ide";
214 * This defines the special "ide" state that needs
218 pinctrl-names = "default", "ide";
387 ide0: ide@63000000 {
400 ide1: ide@63400000 {
A Dgemini-nas4220b.dts173 ide@63000000 {
177 ide@63400000 {
A Dgemini-sl93512r.dts278 ide@63000000 {
282 ide@63400000 {
/linux/arch/m68k/q40/
A DREADME33 block/q40ide.c # startup for ide
34 ide* # see Documentation/ide/ide.rst
110 with other architectures - ide,serial,parallel, ethernet.
/linux/drivers/net/ethernet/intel/ixgb/
A Dixgb_param.c437 unsigned int ide = IntDelayEnable[bd]; in ixgb_check_options() local
438 ixgb_validate_option(&ide, &opt); in ixgb_check_options()
439 adapter->tx_int_delay_enable = ide; in ixgb_check_options()
/linux/arch/mips/include/asm/mach-loongson2ef/cs5536/
A Dcs5536_vsm.h22 DECLARE_CS5536_MODULE(ide)
/linux/sound/isa/opti9xx/
A Dmiro.c47 static int ide; variable
72 module_param(ide, int, 0444);
73 MODULE_PARM_DESC(ide, "enable ide port");
677 if (ide) { in snd_set_aci_init_values()
678 error = aci_setvalue(aci, ACI_SET_IDE, ide); in snd_set_aci_init_values()
986 snd_iprintf(buffer, " ide : 0x%x\n", ide); in snd_miro_proc_read()
/linux/drivers/clk/davinci/
A Dpsc-dm644x.c42 LPSC(10, 0, ide, pll1_sysclk5, ide_clkdev, 0),
A Dpsc-dm646x.c42 LPSC(10, 0, ide, pll1_sysclk4, ide_clkdev, 0),
/linux/arch/arm/mach-s3c/
A DMakefile.s3c64xx39 obj-$(CONFIG_S3C64XX_SETUP_IDE) += setup-ide-s3c64xx.o
/linux/Documentation/translations/zh_TW/
A Dindex.rst106 * ide/index

Completed in 38 milliseconds

123