Re: Issues on Acer Aspire E1 572G

2013-12-30 Thread mark rowland
Thank you, the patch fixed the audio issue.

2013/12/30 Jonathan Gray :
> On Sun, Dec 29, 2013 at 10:24:27PM +0100, mark rowland wrote:
>> I did a fresh install of the latest snapshot, audio is still buggy.
>
> try this:
>
> Index: azalia.c
> ===
> RCS file: /cvs/src/sys/dev/pci/azalia.c,v
> retrieving revision 1.208
> diff -u -p -r1.208 azalia.c
> --- azalia.c6 Dec 2013 21:03:03 -   1.208
> +++ azalia.c30 Dec 2013 02:27:09 -
> @@ -463,6 +463,7 @@ azalia_configure_pci(azalia_t *az)
> case PCI_PRODUCT_INTEL_6SERIES_HDA:
> case PCI_PRODUCT_INTEL_7SERIES_HDA:
> case PCI_PRODUCT_INTEL_8SERIES_HDA:
> +   case PCI_PRODUCT_INTEL_8SERIES_LP_HDA:
> reg = azalia_pci_read(az->pc, az->tag,
> INTEL_PCIE_NOSNOOP_REG);
> reg &= INTEL_PCIE_NOSNOOP_MASK;



Re: panic: timeout_add: to_ticks (-1) < 0

2013-12-30 Thread Remi Locherer
On Fri, Nov 15, 2013 at 08:42:07AM +0100, Remi Locherer wrote:
> On Mon, Nov 11, 2013 at 04:22:47PM +, Stuart Henderson wrote:
> > On 2013/11/11 09:53, RD Thrush wrote:
> > > >Synopsis:Firewall panic with Nov 10 snapshot
> > > >Category:kernel
> > > >Environment:
> > >   System  : OpenBSD 5.4
> > >   Details : OpenBSD 5.4-current (GENERIC) #142: Sun Nov 10 22:52:49 
> > > MST 2013
> > >
> > > dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
> > >   Architecture: OpenBSD.i386
> > >   Machine : i386
> > > >Description:
> > >   Soekris 5501 firewall panics an hour after booting new snapshot.  
> > > Appended is
> > >   some ddb info as well as normal sendbug details.
> > > >How-To-Repeat:
> > >   Don't know.
> > > >Fix:
> > >   Revert to Nov 7 kernel
> > 
> > I've reverted the bpf commit for now, it looks like the change is 
> > invalidating
> > assumptions of the conditional around bpf_read()'s tsleep in bpf.c:439 ..
> 
> The panic is still there with snapshot from Nov 14. It's easy to reproduce:
> Start darkstat and surf the web with lynx.

I'm running now the snapshot from Dec 27 and do not see the panic anymore. 
I don't try every snapshot so maybe it was fixed with an earlyer one.

Remi