lkml.org 
[lkml]   [2002]   [Jul]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] 2.5.26: linux/drivers/ide/device.c
Date
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
-----------------------------------------------------------------------
--- 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.
\
 
 \ /
  Last update: 2005-03-22 13:27    [W:0.033 / U:0.960 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site