From: Christoph Hellwig <hch@lst.de>
To: benh@kernel.crashing.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] modular swim3
Date: Wed, 7 Jul 2004 22:39:34 +0200 [thread overview]
Message-ID: <20040707203934.GA19145@lst.de> (raw)
Needs one magic mediabay symbol exported. I've also moved the Kconfig
entry to where it belongs.
--- 1.24/drivers/block/Kconfig 2004-06-21 20:52:50 +02:00
+++ edited/drivers/block/Kconfig 2004-07-07 23:30:10 +02:00
@@ -33,6 +33,13 @@
Say Y here to support the SWIM (Super Woz Integrated Machine) IOP
floppy controller on the Macintosh IIfx and Quadra 900/950.
+config MAC_FLOPPY
+ tristate "Support for PowerMac floppy"
+ depends on PPC_PMAC && !PPC_PMAC64
+ help
+ If you have a SWIM-3 (Super Woz Integrated Machine 3; from Apple)
+ floppy controller, say Y here. Most commonly found in PowerMacs.
+
config BLK_DEV_PS2
tristate "PS/2 ESDI hard disk support"
depends on MCA && MCA_LEGACY
--- 1.7/drivers/macintosh/Kconfig 2004-05-19 18:02:46 +02:00
+++ edited/drivers/macintosh/Kconfig 2004-07-07 23:49:37 +02:00
@@ -118,13 +118,6 @@
events; also, the PowerBook button device will be enabled so you can
change the screen brightness.
-config MAC_FLOPPY
- bool "Support for PowerMac floppy"
- depends on PPC_PMAC && !PPC_PMAC64
- help
- If you have a SWIM-3 (Super Woz Integrated Machine 3; from Apple)
- floppy controller, say Y here. Most commonly found in PowerMacs.
-
config MAC_SERIAL
tristate "Support for PowerMac serial ports (OBSOLETE DRIVER)"
depends on PPC_PMAC && BROKEN
--- 1.12/drivers/macintosh/mediabay.c 2004-03-14 02:57:41 +01:00
+++ edited/drivers/macintosh/mediabay.c 2004-07-08 00:06:35 +02:00
@@ -435,6 +435,7 @@
#endif /* CONFIG_BLK_DEV_IDE */
return -ENODEV;
}
+EXPORT_SYMBOL(check_media_bay);
int __pmac check_media_bay_by_base(unsigned long base, int what)
{
next reply other threads:[~2004-07-07 20:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-07 20:39 Christoph Hellwig [this message]
2004-07-07 20:48 ` [PATCH] modular swim3 Benjamin Herrenschmidt
2004-07-07 20:51 ` Christoph Hellwig
2004-07-07 20:59 ` Paul Wagland
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=20040707203934.GA19145@lst.de \
--to=hch@lst.de \
--cc=benh@kernel.crashing.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.