Re: cvs commit: src/sys/dev/pci pci.c pci_pci.c pcivar.h

2008-07-25 Thread Max Laier
On Thursday 24 July 2008 17:23:59 Max Laier wrote: > On Wednesday 23 July 2008 11:44:36 Luoqi Chen wrote: > > luoqi 2008-07-23 09:44:36 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/pci pci.c pci_pci.c pcivar.h > > Log: > > SVN rev 180753 on 2008-

Re: cvs commit: src/sys/dev/pci pci.c pci_pci.c pcivar.h

2008-07-24 Thread Max Laier
On Wednesday 23 July 2008 11:44:36 Luoqi Chen wrote: > luoqi 2008-07-23 09:44:36 UTC > > FreeBSD src repository > > Modified files: > sys/dev/pci pci.c pci_pci.c pcivar.h > Log: > SVN rev 180753 on 2008-07-23 09:44:36Z by luoqi > > SATA device on some nForce based board

Re: cvs commit: src/sys/dev/pci pci.c

2008-02-04 Thread John Baldwin
On Monday 04 February 2008 10:34:09 am Scott Long wrote: > John Baldwin wrote: > > On Friday 01 February 2008 09:18:38 pm Scott Long wrote: > >> John Baldwin wrote: > >>> jhb 2008-02-01 20:31:09 UTC > >>> > >>> FreeBSD src repository > >>> > >>> Modified files: > >>> sys/dev/pci

Re: cvs commit: src/sys/dev/pci pci.c

2008-02-04 Thread John E Hein
John Baldwin wrote at 09:44 -0500 on Feb 4, 2008: > We can blacklist those bridges just like we blacklist the AMD HT8131 bridge > which is broken. That's okay with me. We might use a PCIe switch to split an x16 lane (used normally for PEG) into two x8 lanes (used for our own nefarious purposes

Re: cvs commit: src/sys/dev/pci pci.c

2008-02-04 Thread Scott Long
John Baldwin wrote: On Friday 01 February 2008 09:18:38 pm Scott Long wrote: John Baldwin wrote: jhb 2008-02-01 20:31:09 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Relax the check for a PCI-express chipset by assuming the system is a PCI

Re: cvs commit: src/sys/dev/pci pci.c

2008-02-04 Thread John Baldwin
On Monday 04 February 2008 12:49:49 am John E Hein wrote: > Peter Grehan wrote at 19:00 -0800 on Feb 1, 2008: > > > I'm sure there are fun, interesting, and highly obtuse ways to get a > > > PCI-E device onto a system with no PCI-E root complex. > > > > Be afraid ... > > > > http://w

Re: cvs commit: src/sys/dev/pci pci.c

2008-02-04 Thread John Baldwin
On Friday 01 February 2008 09:18:38 pm Scott Long wrote: > John Baldwin wrote: > > jhb 2008-02-01 20:31:09 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/pci pci.c > > Log: > > Relax the check for a PCI-express chipset by assuming the system i

Re: cvs commit: src/sys/dev/pci pci.c

2008-02-03 Thread John E Hein
Peter Grehan wrote at 19:00 -0800 on Feb 1, 2008: > > I'm sure there are fun, interesting, and highly obtuse ways to get a > > PCI-E device onto a system with no PCI-E root complex. > > Be afraid ... > > http://www.pericom.com/products/pci/ > > "In ?reverse? mode, the PI7C9X110

Re: cvs commit: src/sys/dev/pci pci.c

2008-02-01 Thread Peter Grehan
I'm sure there are fun, interesting, and highly obtuse ways to get a PCI-E device onto a system with no PCI-E root complex. Be afraid ... http://www.pericom.com/products/pci/ "In “reverse” mode, the PI7C9X110 is configured with the PCI port on the primary and the PCI Express port on the

Re: cvs commit: src/sys/dev/pci pci.c

2008-02-01 Thread Scott Long
John Baldwin wrote: jhb 2008-02-01 20:31:09 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Relax the check for a PCI-express chipset by assuming the system is a PCI-express chipset (and thus has functional MSI) if there are any PCI-express d

Re: cvs commit: src/sys/dev/pci pci.c

2007-11-17 Thread Jung-uk Kim
On Friday 16 November 2007 03:49 pm, Jung-uk Kim wrote: > jkim2007-11-16 20:49:34 UTC > > FreeBSD src repository > > Modified files: > sys/dev/pci pci.c > Log: > Make VPD register access more robust: > > - Implement timing out of VPD register access.[1] > - Fix an o

Re: cvs commit: src/sys/dev/pci pci.c

2007-02-14 Thread John Baldwin
On Wednesday 14 February 2007 17:36, John Baldwin wrote: > jhb 2007-02-14 22:36:27 UTC > > FreeBSD src repository > > Modified files: > sys/dev/pci pci.c > Log: > Adjust the global MSI blacklisting strategy so we don't have to explicitly > blacklist a bunch of old

Re: cvs commit: src/sys/dev/pci pci.c

2007-01-12 Thread John Baldwin
On Friday 12 January 2007 08:33, John Baldwin wrote: > jhb 2007-01-12 13:33:56 UTC > > FreeBSD src repository > > Modified files: > sys/dev/pci pci.c > Log: > - Condense the comment for Intel chipset MSI blacklist entries. > - Blacklist the E7210. > > PR:

Re: cvs commit: src/sys/dev/pci pci.c

2006-12-14 Thread Eugene M. Kim
Could you also add 0x25508086 (Intel E7505 chipset)? I have a Tyan S2665ANF M/B, which uses this chipset; MSI does not work. Thank you, Eugene John Baldwin wrote: jhb 2006-12-14 19:59:29 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Disable

Re: cvs commit: src/sys/dev/pci pci.c

2006-10-21 Thread Yuriy Tsibizov
jmg 2006-10-20 21:28:11 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: fix tab indentation for CP and RV... If the length is zero, catch this early, instead of making dflen go negative and letting bad things happen... We also check to see if RV (checksum)

Re: cvs commit: src/sys/dev/pci pci.c

2006-10-21 Thread John-Mark Gurney
Yuriy Tsibizov wrote this message on Sat, Oct 21, 2006 at 14:24 +0400: > >jmg 2006-10-20 21:28:11 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/pci pci.c > > Log: > > fix tab indentation for CP and RV... > > > > If the length is zero, catch this early, in

Re: cvs commit: src/sys/dev/pci pci.c

2006-10-21 Thread Yuriy Tsibizov
jmg 2006-10-20 21:28:11 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: fix tab indentation for CP and RV... If the length is zero, catch this early, instead of making dflen go negative and letting bad things happen... We also check to see if RV (che

Re: cvs commit: src/sys/dev/pci pci.c pci_if.m pci_private.h pcivar.h src/sys/dev/sk if_sk.c if_skreg.h

2006-10-18 Thread Oleg Bulyzhin
On Tue, Oct 17, 2006 at 10:57:52AM -0700, John-Mark Gurney wrote: > Oleg Bulyzhin wrote this message on Tue, Oct 17, 2006 at 14:53 +0400: > > On Mon, Oct 16, 2006 at 10:05:17AM -0700, John-Mark Gurney wrote: > > > Oleg Bulyzhin wrote this message on Mon, Oct 16, 2006 at 12:14 +0400: > > > > On Mon,

Re: cvs commit: src/sys/dev/pci pci.c pci_if.m pci_private.h pcivar.h src/sys/dev/sk if_sk.c if_skreg.h

2006-10-17 Thread John-Mark Gurney
Oleg Bulyzhin wrote this message on Tue, Oct 17, 2006 at 14:53 +0400: > On Mon, Oct 16, 2006 at 10:05:17AM -0700, John-Mark Gurney wrote: > > Oleg Bulyzhin wrote this message on Mon, Oct 16, 2006 at 12:14 +0400: > > > On Mon, Oct 09, 2006 at 04:15:56PM +, John-Mark Gurney wrote: > > > > jmg

Re: cvs commit: src/sys/dev/pci pci.c pci_if.m pci_private.h pcivar.h src/sys/dev/sk if_sk.c if_skreg.h

2006-10-17 Thread John-Mark Gurney
Oleg Bulyzhin wrote this message on Tue, Oct 17, 2006 at 14:53 +0400: > On Mon, Oct 16, 2006 at 10:05:17AM -0700, John-Mark Gurney wrote: > > Oleg Bulyzhin wrote this message on Mon, Oct 16, 2006 at 12:14 +0400: > > > On Mon, Oct 09, 2006 at 04:15:56PM +, John-Mark Gurney wrote: > > > > jmg

Re: cvs commit: src/sys/dev/pci pci.c pci_if.m pci_private.h pcivar.h src/sys/dev/sk if_sk.c if_skreg.h

2006-10-17 Thread Oleg Bulyzhin
On Mon, Oct 16, 2006 at 10:05:17AM -0700, John-Mark Gurney wrote: > Oleg Bulyzhin wrote this message on Mon, Oct 16, 2006 at 12:14 +0400: > > On Mon, Oct 09, 2006 at 04:15:56PM +, John-Mark Gurney wrote: > > > jmg 2006-10-09 16:15:56 UTC > > > > > > FreeBSD src repository > > > > >

Re: cvs commit: src/sys/dev/pci pci.c pci_if.m pci_private.h pcivar.h src/sys/dev/sk if_sk.c if_skreg.h

2006-10-16 Thread John-Mark Gurney
Oleg Bulyzhin wrote this message on Mon, Oct 16, 2006 at 12:14 +0400: > On Mon, Oct 09, 2006 at 04:15:56PM +, John-Mark Gurney wrote: > > jmg 2006-10-09 16:15:56 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/pci pci.c pci_if.m pci_private.h pc

Re: cvs commit: src/sys/dev/pci pci.c pci_if.m pci_private.h pcivar.h src/sys/dev/sk if_sk.c if_skreg.h

2006-10-16 Thread Oleg Bulyzhin
On Mon, Oct 09, 2006 at 04:15:56PM +, John-Mark Gurney wrote: > jmg 2006-10-09 16:15:56 UTC > > FreeBSD src repository > > Modified files: > sys/dev/pci pci.c pci_if.m pci_private.h pcivar.h > sys/dev/sk if_sk.c if_skreg.h > Log: > provide routines

Re: cvs commit: src/sys/dev/pci pci.c pci_if.m pci_private.h pcivar.h src/sys/dev/sk if_sk.c if_skreg.h

2006-10-10 Thread John-Mark Gurney
Bruce M. Simpson wrote this message on Tue, Oct 10, 2006 at 12:22 +0100: > John-Mark Gurney wrote: > >jmg 2006-10-09 16:15:56 UTC > > > > FreeBSD src repository > > > > Modified files: > >sys/dev/pci pci.c pci_if.m pci_private.h pcivar.h > >sys/dev/sk if_sk.c i

Re: cvs commit: src/sys/dev/pci pci.c pci_if.m pci_private.h pcivar.h src/sys/dev/sk if_sk.c if_skreg.h

2006-10-10 Thread Bruce M. Simpson
John-Mark Gurney wrote: jmg 2006-10-09 16:15:56 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c pci_if.m pci_private.h pcivar.h sys/dev/sk if_sk.c if_skreg.h Log: provide routines to access VPD data at the PCI layer... Excellent. B