Subject: Re: Xbox port
To: None <openbsd@softhome.net>
From: Martin Husemann <martin@duskware.de>
List: netbsd-ports
Date: 03/18/2004 23:37:09
On Thu, Mar 18, 2004 at 03:03:32PM -0700, openbsd@softhome.net wrote:
> The kernel works fine in general. But the Xbox needs a couple of hacks. One
> of them is in the PCI bus. You need to avoid probbing 0:0:1 and 0:0:2, if
> you don't, it crashes.

You do need a completely different bootloader, right? So usualy the parameters
passed from boot to kernel will be different, which tells us "it's a new arch".

You could avoid the PCI problems in pci_machdep then.

Martin