mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] 2.5.26: linux/drivers/ide/device.c
@ 2002-07-18 18:58 Bob_Tracy
  0 siblings, 0 replies; only message in thread
From: Bob_Tracy @ 2002-07-18 18:58 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 453 bytes --]

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
-----------------------------------------------------------------------

[-- Attachment #2: patch26_ide --]
[-- Type: text/plain, Size: 468 bytes --]

--- 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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-18 18:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-18 18:58 [PATCH] 2.5.26: linux/drivers/ide/device.c Bob_Tracy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®