Subject: Re: Current state of my Qube
To: KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
From: Andy Ruhl <acruhl@gmail.com>
List: port-cobalt
Date: 07/23/2004 16:52:32
On Sat, 24 Jul 2004 08:20:19 +0900 (JST), KIYOHARA Takashi
<kiyohara@kk.iij4u.or.jp> wrote:
> 
> From: Andy Ruhl <acruhl@gmail.com>
> Date: Fri, 23 Jul 2004 12:54:24 -0700
> 
> > o I copied in the USB options and added the include for usb in the
> > files file, built a kernel (off of 1.6-release) and it now detects the
> > onboard USB controller and also a card I installed. There may be some
> > problem with it though, it's saying it can't map i/o space or
> > something... I'll check it out. I'm not good with C code so I don't
> > know what I can do. I'm hoping I can get USB working though, that
> > would be useful.
> 
> Initialization of the PCI bus of cobalt is strange. The multi-function
> card cannot be initialized. Therefore, it is "can't map i/o space."
> 
> http://mail-index.netbsd.org/port-cobalt/2004/01/10/0001.html
> 
> pci_configure_bus() is called and solved in other architecture.
> 
> It seems that however, it will fail to ddb if both PARITY and its SERR
> are effective, since the PCI bus of cobalt is strange.
> --
> kiyohara

Ok, I think that might be the same card I have.

Can I try another card and expect it to work? I'm not sure after
reading this. I will try a few things I think.

Andy