[PATCH] 2.5.26: linux/drivers/ide/device.c

Bob_Tracy (rct@gherkin.frus.com)
Thu, 18 Jul 2002 13:58:45 -0500 (CDT)


--ELM728348290-2536-0_
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=US-ASCII

Attached is a minor patch against 2.5.26 that exports two symbols needed
for modular IDE support. Example: pure SCSI machine with PCMCIA/cardbus
and/or USB IDE devices. This problem has existed since at least 2.5.24.

-- 
-----------------------------------------------------------------------
Bob Tracy                   WTO + WIPO = DMCA? http://www.anti-dmca.org
rct@frus.com
-----------------------------------------------------------------------

--ELM728348290-2536-0_ Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Content-Disposition: attachment; filename=patch26_ide

--- linux/drivers/ide/device.c.orig Wed Jul 17 09:44:32 2002 +++ linux/drivers/ide/device.c Wed Jul 17 11:44:23 2002 @@ -79,6 +79,8 @@ ch->maskproc(drive); } +EXPORT_SYMBOL(ata_mask); + /* * Check the state of the status register. */ @@ -209,6 +211,8 @@ OUT_BYTE(rf->low_cylinder, ch->io_ports[IDE_LCYL_OFFSET]); OUT_BYTE(rf->high_cylinder, ch->io_ports[IDE_HCYL_OFFSET]); } + +EXPORT_SYMBOL(ata_out_regfile); /* * Input a complete register file.

--ELM728348290-2536-0_-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/