From: Tom Duffy <thomas.duffy.99@alumni.brown.edu>
To: akpm@osdl.org
Cc: pazke@orbita1.ru, linux-visws-devel@lists.sourceforge.net,
ebiederm@xmission.com, linux-kernel@vger.kernel.org
Subject: [PATCH] make visual workstation subarch link again
Date: Sun, 07 Aug 2005 00:04:07 -0700 [thread overview]
Message-ID: <1123398247.6813.13.camel@localhost> (raw)
This patch add stubs to allow the visws subarch to link again. Also
needs Eric W. Biederman's patch adding machine_emergency_restart() and
machine_shutdown() sent earlier today to link properly:
http://marc.theaimsgroup.com/?l=linux-kernel&m=112335772219837&w=2
Signed-off-by: Tom Duffy <thomas.duffy.99@alumni.brown.edu>
diff -Nur -X /home/tduffy/dontdiff linux-2.6.13-rc5/arch/i386/mach-visws/setup.c linux-2.6.13-rc5/arch/i386/mach-visws/setup.c
--- linux-2.6.13-rc5/arch/i386/mach-visws/setup.c 2005-08-06 08:46:46.138055928 -0700
+++ linux-2.6.13-rc5/arch/i386/mach-visws/setup.c 2005-08-06 08:47:26.509918472 -0700
@@ -14,6 +14,8 @@
#include "cobalt.h"
#include "piix4.h"
+int no_broadcast;
+
char visws_board_type = -1;
char visws_board_rev = -1;
diff -Nur -X /home/tduffy/dontdiff linux-2.6.13-rc5/arch/i386/pci/visws.c linux-2.6.13-rc5/arch/i386/pci/visws.c
--- linux-2.6.13-rc5/arch/i386/pci/visws.c 2005-08-06 00:56:45.843152392 -0700
+++ linux-2.6.13-rc5/arch/i386/pci/visws.c 2005-08-06 08:58:02.475237048 -0700
@@ -18,8 +18,10 @@
extern struct pci_raw_ops pci_direct_conf1;
static int pci_visws_enable_irq(struct pci_dev *dev) { return 0; }
+static void pci_visws_disable_irq(struct pci_dev *dev) { }
int (*pcibios_enable_irq)(struct pci_dev *dev) = &pci_visws_enable_irq;
+void (*pcibios_disable_irq)(struct pci_dev *dev) = &pci_visws_disable_irq;
void __init pcibios_penalize_isa_irq(int irq, int active) {}
reply other threads:[~2005-08-07 7:02 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=1123398247.6813.13.camel@localhost \
--to=thomas.duffy.99@alumni.brown.edu \
--cc=akpm@osdl.org \
--cc=ebiederm@xmission.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-visws-devel@lists.sourceforge.net \
--cc=pazke@orbita1.ru \
/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