Re: cobalt kernel compilations fails in -current

Izumi Tsutsui <[email protected]> Thu, 20 Aug 2009 20:55:53 +0900
Newsgroups gmane.os.netbsd.ports.cobalt,gmane.os.netbsd.current
Message-ID <[email protected]>
[email protected] wrote:

> >  cc1: warnings being treated as errors
> >  ../../../../dev/pci/pci_usrreq.c: In function 'pcimmap':
> >  ../../../../dev/pci/pci_usrreq.c:148: warning: implicit declaration  
> > of function 'bus_space_mmap'
 :
> Another arch that doesn't implement bus_space_mmap() for whatever  
> reason. I'll have a look.

I've put a dummy bus_space_mmap(9) (always returns -1)
for temporary workaround.

---
Izumi Tsutsui