cvs commit: src/sys/sparc64/pci psycho.c psychoreg.h

2008-09-18 Thread Marius Strobl
marius 2008-09-18 19:45:22 UTC FreeBSD src repository Modified files: sys/sparc64/pci psycho.c psychoreg.h Log: SVN rev 183152 on 2008-09-18 19:45:22Z by marius Clear any possibly pending PCI error bits left by the firmware. These could trigger an error interrupt tha

cvs commit: src/sys/sparc64/pci psycho.c

2008-08-28 Thread Marius Strobl
marius 2008-08-28 18:17:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sparc64/pci psycho.c Log: SVN rev 182388 on 2008-08-28 18:17:45Z by marius MFC: r182110 Announce the speed of the PCI bus for informational purpose. Revision

cvs commit: src/sys/sparc64/pci psycho.c

2008-08-28 Thread Marius Strobl
marius 2008-08-28 18:17:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/sparc64/pci psycho.c Log: SVN rev 182387 on 2008-08-28 18:17:28Z by marius MFC: r182110 Announce the speed of the PCI bus for informational purpose. Revision

cvs commit: src/sys/sparc64/pci psycho.c

2008-08-24 Thread Marius Strobl
marius 2008-08-24 16:22:04 UTC FreeBSD src repository Modified files: sys/sparc64/pci psycho.c Log: SVN rev 182110 on 2008-08-24 16:22:04Z by marius Announce the speed of the PCI bus for informational purpose. MFC after: 3 days Revision ChangesPath

cvs commit: src/sys/sparc64/pci psycho.c

2007-12-01 Thread Marius Strobl
marius 2007-12-01 19:42:33 UTC FreeBSD src repository Modified files: sys/sparc64/pci psycho.c Log: Fix a non-fatal off-by-one error in the previous revision. Revision ChangesPath 1.72 +1 -1 src/sys/sparc64/pci/psycho.c

cvs commit: src/sys/sparc64/pci psycho.c psychovar.h

2007-06-16 Thread Marius Strobl
marius 2007-06-16 23:46:41 UTC FreeBSD src repository Modified files: sys/sparc64/pci psycho.c psychovar.h Log: - Use the newly introduced pcib_mtx spin lock to lock psycho_ce(), allowing it to be a filter/"fast" handler. Locking the interrupt handlers with a spin l

cvs commit: src/sys/sparc64/pci psycho.c psychoreg.h

2007-05-01 Thread Marius Strobl
marius 2007-05-01 13:31:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sparc64/pci psycho.c psychoreg.h Log: MFC: psycho.c 1.61; psychoreg.h 1.12 o Changes to psycho_attach(): [1] - Clear the PCI AFSR and status error bits as previous e

cvs commit: src/sys/sparc64/pci psycho.c psychoreg.h

2007-01-07 Thread Marius Strobl
marius 2007-01-08 01:26:47 UTC FreeBSD src repository Modified files: sys/sparc64/pci psycho.c psychoreg.h Log: o Changes to psycho_attach(): [1] - Clear the PCI AFSR and status error bits as previous errors still might be indicated. - Set up the PCI control a

cvs commit: src/sys/sparc64/pci psycho.c psychoreg.h psychovar.h

2006-01-23 Thread Marius Strobl
marius 2006-01-23 16:50:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/sparc64/pci psycho.c psychoreg.h psychovar.h Log: MFC: sys/sparc64/pci/psycho.c 1.54 - 1.57, sys/sparc64/pci/psychoreg.h 1.10 - 1.11, sys/sparc64/pci/psychovar.

cvs commit: src/sys/sparc64/pci psycho.c psychoreg.h psychovar.h

2006-01-23 Thread Marius Strobl
marius 2006-01-23 16:21:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sparc64/pci psycho.c psychoreg.h psychovar.h Log: MFC: sys/sparc64/pci/psycho.c 1.54 - 1.57, sys/sparc64/pci/psychoreg.h 1.10 - 1.11, sys/sparc64/pci/psychovar.

cvs commit: src/sys/sparc64/pci psycho.c

2005-12-03 Thread Marius Strobl
marius 2005-12-03 16:36:54 UTC FreeBSD src repository Modified files: sys/sparc64/pci psycho.c Log: - Register the PCI bus error interrupt handler according to which half of the bridge (PCI bus A or B) we are attaching to rather than registering both handlers at onc

cvs commit: src/sys/sparc64/pci psycho.c psychoreg.h

2005-12-03 Thread Marius Strobl
marius 2005-12-03 13:08:05 UTC FreeBSD src repository Modified files: sys/sparc64/pci psycho.c psychoreg.h Log: - Improve the comment regarding the workaround for the E250 interrupt map bug by explaining what the problem is and how the workaround works. - Fix some cos

Re: cvs commit: src/sys/sparc64/pci psycho.c psychovar.h

2005-11-24 Thread Alexander Leidinger
Scott Long <[EMAIL PROTECTED]> wrote: Marius Strobl wrote: On Tue, Nov 22, 2005 at 03:39:09PM -0700, Scott Long wrote: It's been a TODO item forever to merge busdma tag management with newbus, so that a driver can request the tag of its newbus's parent instead of just guessing what constrai

Re: cvs commit: src/sys/sparc64/pci psycho.c psychovar.h

2005-11-22 Thread Scott Long
Marius Strobl wrote: On Tue, Nov 22, 2005 at 03:39:09PM -0700, Scott Long wrote: Marius Strobl wrote: marius 2005-11-22 22:32:50 UTC FreeBSD src repository Modified files: sys/sparc64/pci psycho.c psychovar.h Log: - Add a workaround (change the interrupt map mask to com

Re: cvs commit: src/sys/sparc64/pci psycho.c psychovar.h

2005-11-22 Thread Marius Strobl
On Tue, Nov 22, 2005 at 03:39:09PM -0700, Scott Long wrote: > > Marius Strobl wrote: > > > marius 2005-11-22 22:32:50 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/sparc64/pci psycho.c psychovar.h > > Log: > > - Add a workaround (change the interrupt

Re: cvs commit: src/sys/sparc64/pci psycho.c psychovar.h

2005-11-22 Thread Scott Long
Marius Strobl wrote: marius 2005-11-22 22:32:50 UTC FreeBSD src repository Modified files: sys/sparc64/pci psycho.c psychovar.h Log: - Add a workaround (change the interrupt map mask to compare the full INO) for incorrect interrupt map entries on E250 machines. Thes

cvs commit: src/sys/sparc64/pci psycho.c psychovar.h

2005-11-22 Thread Marius Strobl
marius 2005-11-22 22:32:50 UTC FreeBSD src repository Modified files: sys/sparc64/pci psycho.c psychovar.h Log: - Add a workaround (change the interrupt map mask to compare the full INO) for incorrect interrupt map entries on E250 machines. These incorrect entries c

cvs commit: src/sys/sparc64/pci psycho.c psychoreg.h psychovar.h

2005-11-22 Thread Marius Strobl
marius 2005-11-22 21:34:26 UTC FreeBSD src repository Modified files: sys/sparc64/pci psycho.c psychoreg.h psychovar.h Log: Some clean-up, style changes and changes that will reduce differences between this driver and other Host-PCI bridge drivers based on this one: