PCI domains [Was: CVS commit: xsrc/external/mit/libpciaccess/dist/src]

2009-07-09 Thread Simon Burge
Christoph Egger wrote: > Michael Lorenz wrote: > > > +/* > > + * NetBSD's userland has a /dev/pci* entry for each bus but userland has > > no way > > + * to tell if a bus is a subordinate of another one or if it's on a > > different > > + * host bridge. > > I have a patch which introduces suppo

Re: CVS commit: xsrc/external/mit/libpciaccess/dist/src

2009-07-09 Thread Christoph Egger
Michael Lorenz wrote: > Module Name: xsrc > Committed By: macallan > Date: Thu Jul 9 19:27:08 UTC 2009 > > Modified Files: > xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c > > Log Message: > teack libpciaccess how to discover and map PCI devices on machines with > more than

Re: CVS commit: src/sys/arch/x86/x86

2009-07-09 Thread David Young
On Thu, Jul 09, 2009 at 03:50:26PM +, Paul Goyette wrote: > Module Name: src > Committed By: pgoyette > Date: Thu Jul 9 15:50:26 UTC 2009 > > Modified Files: > src/sys/arch/x86/x86: ipmi.c > > Log Message: > Don't extract upper/lower limit values if the values are not valid. >

Re: CVS commit: src/usr.bin/gencat

2009-07-09 Thread Izumi Tsutsui
> - if (ntohl(cat_hdr.__magic) != _NLS_MAGIC) > + if (ntohl((uint32_t)cat_hdr.__magic) != _NLS_MAGIC) > > Dare I ask how ntohl is defined on these platforms? I would have > expected that routine integer promotions would make the argument 32 > bits wide. > > If that isn't the case it m