BTTV + KT600 + KT880 hang
- From: Mauro Carvalho Chehab <mauro_chehab (at) yahoo.com.br>
- Date: Fri, 10 Mar 2006 16:56:06 -0300
Daniel,
Em Sex, 2006-03-10 às 20:38 +0100, Daniel Smolik escreveu:
> Mauro Carvalho Chehab napsal(a):
> > Em Sex, 2006-03-10 às 19:33 +0100, Daniel Smolik escreveu:
> >
> >
> >>Problem in BIOS is my theory. I have 2 mobo from different
> >>manufacturers (EPOX, MSI) and the same problem. I build two different
> >>computer and both freeze with BTTV overlay and huge disk activity.
> >>This is bug in chipset but may be solved in BIOS or some quirk in
> >>kernel or disable overlay on this chipsets.
> >
> >
> > May you send be lspci -vn for both motherboards?
> Yes, here it is.
I've just updated hg tree with a patch adding no_overlay flag to
saa7134.
Would you please test it toghether with the patch bellow?
This patch need to be applied at linux kernel, and will blacklist those
devices as "may have troubles with pci2pci", since this can be overriden
by the no_overlay flag.
Cheers,
Mauro.
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index dda6099..d4ecb26 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
(at) (at) -85,6 +85,8 (at) (at) static void __devinit quirk_nopcipci(str
}
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_5597,
quirk_nopcipci );
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_496,
quirk_nopcipci );
+DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_3269_0,
quirk_nopcipci );
+DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8377_0,
quirk_nopcipci );
/*
* Triton requires workarounds to be used by the drivers
_______________________________________________________
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!
http://br.acesso.yahoo.com
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request (at) redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list