Lines Matching +full:full +full:- +full:hd
1 // SPDX-License-Identifier: GPL-2.0-only
29 * Below is a patch for DTC-2278 - alike software-programmable controllers
31 * the primary (EIDE). You may probably have to enable the 32-bit support to
32 * get the full speed. You better get the disk interrupts disabled ( hdparm -u0
33 * /dev/hd.. ) for the drives connected to the EIDE interface. (I get my
34 * filesystem corrupted with -u1, but under heavy disk load only :-)
37 * and irq-unmasking is disallowed. If io_32bit is enabled,
45 * DTC2278EB: has onboard BIOS, and "works like a charm" -- Kent Bradford <kent@theory.caltech.edu>
76 if (drive->pio_mode >= XFER_PIO_3) { in dtc2278_set_pio_mode()
86 /* Actually we do - there is a data sheet available for the in dtc2278_set_pio_mode()
102 /* disallow ->io_32bit changes */
124 * and may solve start-up problems for some people. in dtc2278_probe()
142 return -ENODEV; in dtc2278_init()
146 return -EBUSY; in dtc2278_init()
154 MODULE_DESCRIPTION("support of DTC-2278 VLB IDE chipsets");