Re: speed up port compiling using RAM (tmpfs) ???

2006-01-23 Thread Dag-Erling Smørgrav
Peter Jeremy <[EMAIL PROTECTED]> writes: > On Sat, 2006-Jan-21 14:30:57 -0600, Matthew D. Fuller wrote: > > Yes, but portupgrade and friends already do most of that, so they can > > upgrade stuff "in order". > Actually, they rely on there being an up-to-date INDEX file and build > their own depende

Re: Weird PCI interrupt delivery problem (resolution, sort of)

2006-01-23 Thread John Baldwin
On Friday 20 January 2006 16:26, Craig Boston wrote: > On Fri, Jan 20, 2006 at 03:42:21PM -0500, John Baldwin wrote: > > Hmm, well, you can actually try the PAT patch if you are feeling brave as > > it maps all devices (including APICs) as uncacheable. > > Heh, took me a minute to find. I first fo

Re: Weird PCI interrupt delivery problem (resolution, sort of)

2006-01-23 Thread Craig Boston
On Fri, Jan 20, 2006 at 03:42:21PM -0500, John Baldwin wrote: > On Thu, Jan 19, 2006 at 10:17:39PM -0700, Scott Long wrote: > > This points to a bus coherency problem. I wonder if your BIOS is > > incorrectly setting the memory region of the apics as cachable. You'll > > want to bug Baldwin about

Re: Config(8) dependency checking - first patches

2006-01-23 Thread Matt Emmerton
> : Notes and patches against 7-CURRENT are at > : http://www.gsicomp.on.ca/projects/freebsd/configdep.html. > > How would you encode ed's dependencies? The ed driver only depends on > mii when built with pccard enabled. I suspected that conditional dependencies would be neccessary, but didn't ha