From: Dave Jones <davej@codemonkey.org.uk>
To: Anders Gustafsson <andersg@0x63.nu>
Cc: linux-kernel@vger.kernel.org, Sam Ravnborg <sam@ravnborg.org>,
mikpe@csd.uu.se, torvalds@transmeta.com
Subject: Re: [PATCH] Support for mach-xbox (updated)
Date: Tue, 3 Jun 2003 13:59:40 +0100 [thread overview]
Message-ID: <20030603125940.GC13838@suse.de> (raw)
In-Reply-To: <20030603091113.GD13285@h55p111.delphi.afb.lu.se>
On Tue, Jun 03, 2003 at 11:11:13AM +0200, Anders Gustafsson wrote:
> Updated according to Sam and Mikaels comments.
you missed one 8-)
> +static void xbox_pic_cmd(u8 command)
> +{
> + outw_p(((XBOX_PIC_ADDRESS) << 1),XBOX_SMB_HOST_ADDRESS);
> + outb_p(SMC_CMD_POWER, XBOX_SMB_HOST_COMMAND);
> + outw_p(command, XBOX_SMB_HOST_DATA);
> + outw_p(inw(XBOX_SMB_IO_BASE),XBOX_SMB_IO_BASE);
> + outb_p(0x0a,XBOX_SMB_GLOBAL_ENABLE);
> +}
Last 4 lines all use spaces instead of tabs.
> targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o
> +ifeq ($(CONFIG_X86_XBOX),y)
> +#XXX Compiling with optimization makes 1.1-xboxen
> +# crash while decompressing the kernel
> +CFLAGS_misc.o := -O0
> +endif
curious. does it matter which version of gcc you used ?
this sounds like a band-aid for something else that needs fixing.
Dave
next prev parent reply other threads:[~2003-06-03 12:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-03 9:11 [PATCH] Support for mach-xbox (updated) Anders Gustafsson
2003-06-03 12:59 ` Dave Jones [this message]
2003-06-03 13:05 ` Anders Gustafsson
2003-06-03 15:47 ` [PATCH] Support for mach-xbox (updated AGAIN) Anders Gustafsson
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=20030603125940.GC13838@suse.de \
--to=davej@codemonkey.org.uk \
--cc=andersg@0x63.nu \
--cc=linux-kernel@vger.kernel.org \
--cc=mikpe@csd.uu.se \
--cc=sam@ravnborg.org \
--cc=torvalds@transmeta.com \
/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