From: rct@gherkin.frus.com (Bob_Tracy)
To: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.5.26: linux/drivers/ide/device.c
Date: Thu, 18 Jul 2002 13:58:45 -0500 (CDT) [thread overview]
Message-ID: <m17VGU9-0005khC@gherkin.frus.com> (raw)
[-- 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.
reply other threads:[~2002-07-18 18:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m17VGU9-0005khC@gherkin.frus.com \
--to=rct@gherkin.frus.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®