The diff that was posted and commited was broken. Here is a revision of
the diff that actually builds.
Index: pci_machdep.c
===
RCS file: /home/cvs/src/sys/arch/i386/pci/pci_machdep.c,v
retrieving revision 1.72
diff -u -p -r1.72 pci_
On Sun, 23 Sep 2012, Stefan Sperling wrote:
> On Thu, Sep 20, 2012 at 10:11:20AM +0200, Camiel Dobbelaar wrote:
> > I need help testing this bridge diff, as I cannot test (or even imagine)
> > all the possible bridge setups.
> >
> > It brings a nice speed improvement and simplifies the code.
> >
Hi,
On Fri, Sep 21, 2012 at 08:34:56PM +0200, Mark Kettenis wrote:
> Any chance of having a diff with the amd64 bits as well?
Included below.
> Also:
>
> > + if (pba->pba_busex == NULL) {
> > + printf("cannot attach ACPI discovered busses\n");
> > + return;
> > + }
>
>
On Mon, Sep 24, 2012 at 11:34:12AM +0200, Marc Espie wrote:
> For now, *please*, *please*, *please*, do not add DPB_PROPERTIES=parallel
> blindly to any port that seems to "like" it. There's still a small cost
> to this: the tree will run with two many processes for a bit of time,
> and some ports
So, the ports build infrastructure got a new cluster (two large amd64 with
8 cores). (Reminder: we never could afford that without people
giving money to the project, so if you want cool stuff to keep happening,
think about contributing financially to the well-being of the project.)
and dpb got i
Add support for the Adaptec 39320LPE adapter.
>From FreeBSD
Index: ahd_pci.c
===
RCS file: /home/cvs/src/sys/dev/pci/ahd_pci.c,v
retrieving revision 1.18
diff -u -p -r1.18 ahd_pci.c
--- ahd_pci.c 31 May 2009 04:47:59 - 1.
I've always wondered why this workaround was not removed once MSI
support was added. This was added before we had MSI support to
workaround some Intel azalia(4) being setup by the BIOS as far
as I know to use MSI and thus interrupts on system that were
affected by this did not work at all for azali
On Wed, Sep 19, 2012 at 01:20:02PM -0700, Ryan Freeman wrote:
> On Fri, Aug 10, 2012 at 04:37:43AM -0400, Brad Smith wrote:
> > Add support to re(4) for the D-Link DGE-530T C1 adapter.
>
> I swore I already searched the archives for this, yet
> here it is in my own damn inbox.
>
> I submitted a s