Lines Matching +full:ide +full:- +full:port
1 // SPDX-License-Identifier: GPL-2.0-only
6 #include <linux/ide.h>
8 #define DRV_NAME "ide-4drives"
13 MODULE_PARM_DESC(probe, "probe for generic IDE chipset with 4 drives/port");
17 if (drive->hwif->channel) in ide_4drives_init_dev()
18 drive->select ^= 0x20; in ide_4drives_init_dev()
38 return -ENODEV; in ide_4drives_init()
41 printk(KERN_ERR "%s: I/O resource 0x%lX-0x%lX not free.\n", in ide_4drives_init()
43 return -EBUSY; in ide_4drives_init()
50 return -EBUSY; in ide_4drives_init()
64 MODULE_DESCRIPTION("generic IDE chipset with 4 drives/port support");