Testers needed for USB-attached athn(4) diff

2011-06-16 Thread Matthew Dempsky
If you have a USB-attached athn(4) device, please test the diff below and report back to me with a dmesg. Index: dev/ic/ar5008.c === RCS file: /home/mdempsky/anoncvs/cvs/src/sys/dev/ic/ar5008.c,v retrieving revision 1.19 diff -u -p -r

Re: pf cleanup diff

2011-06-16 Thread Kenneth R Westerback
On Thu, Jun 16, 2011 at 11:18:30PM +0200, Claudio Jeker wrote: > On Wed, Jun 15, 2011 at 11:06:16PM -0400, Kenneth R Westerback wrote: > > On Wed, Jun 15, 2011 at 09:50:51PM -0400, Kenneth R Westerback wrote: > > > On Tue, Jun 14, 2011 at 10:23:36PM +0200, Claudio Jeker wrote: > > > > On Wed, Jun 0

Re: Toshiba M30 ACPI support

2011-06-16 Thread Paul Irofti
I imported this just now and enabled it in the GENERIC kernel on i386 and amd64. Thank you for your effort and care of making this driver see the light of day! Now go write the damn man page! acpitoshiba(4) is missing! :-)

Re: blacklisting Intel 82441FX chipset for MSI on amd64.

2011-06-16 Thread Mark Kettenis
> Date: Thu, 16 Jun 2011 14:41:51 -0400 > From: Brad > > At the moment its possible to have the same issue as VMware and end up with > an amd64 "system" with a prehistoric Intel host bridge so blacklist it as > well in amd64's pci_attach_hook() for the MSI check. Thanks; committed with a slightl

Re: pf cleanup diff

2011-06-16 Thread Claudio Jeker
On Wed, Jun 15, 2011 at 11:06:16PM -0400, Kenneth R Westerback wrote: > On Wed, Jun 15, 2011 at 09:50:51PM -0400, Kenneth R Westerback wrote: > > On Tue, Jun 14, 2011 at 10:23:36PM +0200, Claudio Jeker wrote: > > > On Wed, Jun 08, 2011 at 09:53:24AM +0200, Claudio Jeker wrote: > > > > Next step on

Re: ospf6d crashes on interface add

2011-06-16 Thread Andre Keller
Hi Martin thanks for your patch. This patch works for me on OpenBSD 4.9-stable and -current. Still some issues left but at least ospf6d does not crash on interface add... it would be really nice if this gets into the tree... Am 01.06.2011 22:46, schrieb Martin Pelikan: > Hi! > > So my last atte

Re: ld.so speedup for large binaries with many shared libraries

2011-06-16 Thread Stuart Henderson
On 2011/04/23 23:47, Dale Rahn wrote: > Here is a diff that was originally hatched at c2k10 and finally implemented > at k2k11. This has been tested lightly so needs to be tested on all systems > with big and small programs. This breaks 'doveadm' in the dovecot package; to test, pkg_add dovecot, t

blacklisting Intel 82441FX chipset for MSI on amd64.

2011-06-16 Thread Brad
At the moment its possible to have the same issue as VMware and end up with an amd64 "system" with a prehistoric Intel host bridge so blacklist it as well in amd64's pci_attach_hook() for the MSI check. http://marc.info/?l=openbsd-misc&m=130057771904424&w=2 ... OpenBSD 4.9-current (GENERIC) #490:

Re: iwn(4) MSI

2011-06-16 Thread Mark Kettenis
> Date: Thu, 16 Jun 2011 17:07:51 +0100 > From: Owain Ainsworth > > > Please keep those calls on a single line, to keep this consistent with > > the other wireless drivers. > > I forgot about this diff for a while, but sure: > > ok? Fine > diff --git dev/pci/if_iwn.c dev/pci/if_iwn.c > index

Re: iwn(4) MSI

2011-06-16 Thread Owain Ainsworth
On Thu, Jun 02, 2011 at 11:55:54PM +0200, Mark Kettenis wrote: > > Date: Thu, 2 Jun 2011 22:49:43 +0100 > > From: Owain Ainsworth > > > > Been running with this for a couple of weeks, seems to work fine. > > > > ok? > > > > diff --git dev/pci/if_iwn.c dev/pci/if_iwn.c > > index 16765f4..a54556b

Re: Toshiba M30 ACPI support

2011-06-16 Thread Marco Peereboom
What Paul said! I have been looking at the diff but don't have the gear to test with. So please test this and report back. On Thu, Jun 16, 2011 at 10:58:56AM +0300, Paul Irofti wrote: > People with Toshiba's should test now so that they don't cry later. > > Or is there nobody using toshiba nowad

Re: MSI for em(4)

2011-06-16 Thread LEVAI Daniel
> This is a fairly conservative diff that enables MSI on the newer em(4) > parts, essentially everything handled by the Linux e1000e driver. > > Please test if you have anything that's vaguely recent. It just works. Although, I only had a chance to test it with a 100Mbit connection. Daniel Ope

Re: Toshiba M30 ACPI support

2011-06-16 Thread Paul Irofti
People with Toshiba's should test now so that they don't cry later. Or is there nobody using toshiba nowadays?! Come on people! On Wed, Jun 15, 2011 at 09:35:24PM +0200, Javier Vazquez wrote: > Hello, > Sending toshiba patch file with the new changes. > > Thanks, > Javier. > > On Wed, Ju