cvs commit: src/sys/pci agp.c agp_ali.c agp_amd.c agp_amd64.c agp_ati.c agp_i810.c agp_intel.c agp_nvidia.c agp_sis.c agp_via.c agppriv.h

2007-11-08 Thread John Baldwin
jhb 2007-11-08 20:50:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/pci agp.c agp_ali.c agp_amd.c agp_amd64.c agp_ati.c agp_i810.c agp_intel.c agp_nvidia.c agp_sis.c agp_via.c

cvs commit: src/sys/pci agp.c agp_ali.c agp_amd.c agp_amd64.c agp_ati.c agp_i810.c agp_intel.c agp_nvidia.c agp_sis.c agp_via.c agppriv.h

2007-11-08 Thread John Baldwin
jhb 2007-11-08 20:29:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/pci agp.c agp_ali.c agp_amd.c agp_amd64.c agp_ati.c agp_i810.c agp_intel.c agp_nvidia.c agp_sis.c agp_via.c

cvs commit: src/sys/pci agp.c agp_ali.c agp_amd.c agp_amd64.c agp_ati.c agp_i810.c agp_intel.c agp_nvidia.c agp_sis.c agp_via.c agppriv.h

2007-10-30 Thread John Baldwin
jhb 2007-10-30 22:09:16 UTC FreeBSD src repository Modified files: sys/pci agp.c agp_ali.c agp_amd.c agp_amd64.c agp_ati.c agp_i810.c agp_intel.c agp_nvidia.c agp_sis.c agp_via.c agppriv.h

cvs commit: src/sys/pci agp.c agp_i810.c agppriv.h agpreg.h

2007-07-13 Thread Eric Anholt
anholt 2007-07-13 16:28:12 UTC FreeBSD src repository Modified files: sys/pci agp.c agp_i810.c agppriv.h agpreg.h Log: Add support for G965/Q965/GM965/GME965/GME945 AGP. This adds a function to agp.c to set the aperture resource ID if it's not the usual AGP_A

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

2006-10-27 Thread Bruce Evans
On Fri, 27 Oct 2006, Seigo Tanimura wrote: On Fri, 27 Oct 2006 05:16:37 +0900 (JST), Hiroki Sato <[EMAIL PROTECTED]> said: ... hrs> I have doubt about this change because int memsize->u_int memsize hrs> does not solve the problem directly; memsize never occurs wraparound hrs> actually and an

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

2006-10-26 Thread Seigo Tanimura
On Fri, 27 Oct 2006 05:16:37 +0900 (JST), Hiroki Sato <[EMAIL PROTECTED]> said: hrs> Seigo Tanimura <[EMAIL PROTECTED]> wrote hrs> in <[EMAIL PROTECTED]>: ta> tanimura2006-10-15 05:04:07 UTC ta> ta> FreeBSD src repository ta> ta> Modified files: ta> sys/pci agp.c ta> Log: t

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

2006-10-26 Thread Hiroki Sato
Seigo Tanimura <[EMAIL PROTECTED]> wrote in <[EMAIL PROTECTED]>: ta> tanimura2006-10-15 05:04:07 UTC ta> ta> FreeBSD src repository ta> ta> Modified files: ta> sys/pci agp.c ta> Log: ta> Fix the wraparound of memsize >=2GB. ta> ta> Revision ChangesPath ta> 1

cvs commit: src/sys/pci agp.c

2006-10-14 Thread Seigo Tanimura
tanimura2006-10-15 05:04:07 UTC FreeBSD src repository Modified files: sys/pci agp.c Log: Fix the wraparound of memsize >=2GB. Revision ChangesPath 1.54 +3 -2 src/sys/pci/agp.c ___ cvs-all@freebsd.org

Re: Panic on acpi_cpu_c1 (Re: cvs commit: src/sys/pci agp.c)

2006-08-15 Thread John Baldwin
On Tuesday 15 August 2006 05:18, Gleb Smirnoff wrote: > On Tue, Aug 15, 2006 at 06:17:21AM +0900, Norikatsu Shigemura wrote: > N> On Sun, 13 Aug 2006 21:24:12 +0900 > N> Norikatsu Shigemura <[EMAIL PROTECTED]> wrote: > N> > Freeze when X is running in my environment:-(. > N> > I'm using VIA Apoll

Re: Panic on acpi_cpu_c1 (Re: cvs commit: src/sys/pci agp.c)

2006-08-15 Thread Gleb Smirnoff
On Tue, Aug 15, 2006 at 06:17:21AM +0900, Norikatsu Shigemura wrote: N> On Sun, 13 Aug 2006 21:24:12 +0900 N> Norikatsu Shigemura <[EMAIL PROTECTED]> wrote: N> >Freeze when X is running in my environment:-(. N> >I'm using VIA Apollo Pro266T (AGP2.0) and ATi RADEON 9600 (AGP3.0). N> >Ple

Panic on acpi_cpu_c1 (Re: cvs commit: src/sys/pci agp.c)

2006-08-14 Thread Norikatsu Shigemura
On Sun, 13 Aug 2006 21:24:12 +0900 Norikatsu Shigemura <[EMAIL PROTECTED]> wrote: > Freeze when X is running in my environment:-(. > I'm using VIA Apollo Pro266T (AGP2.0) and ATi RADEON 9600 (AGP3.0). > Please check v3 support. I'm sorry. agp.c's change is not wrong. Wh

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

2006-08-13 Thread Norikatsu Shigemura
On Fri, 11 Aug 2006 19:16:50 + (UTC) Jung-uk Kim <[EMAIL PROTECTED]> wrote: > jkim2006-08-11 19:16:50 UTC > FreeBSD src repository > Modified files: > sys/pci agp.c > Log: > Explicitly set v3 mode only when it is requested. Don't bother otherwise. > Revision

cvs commit: src/sys/pci agp.c

2006-08-11 Thread Jung-uk Kim
jkim2006-08-11 19:16:50 UTC FreeBSD src repository Modified files: sys/pci agp.c Log: Explicitly set v3 mode only when it is requested. Don't bother otherwise. Revision ChangesPath 1.53 +6 -1 src/sys/pci/agp.c __

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

2006-01-17 Thread John Baldwin
On Tuesday 17 January 2006 11:47, Maxime Henrion wrote: > Alexey Dokuchaev wrote: > > On Tue, Jan 17, 2006 at 04:19:07PM +, Doug Rabson wrote: > > > On 17 Jan 2006, at 16:11, John Baldwin wrote: > > > >On Tuesday 17 January 2006 06:51, Doug Rabson wrote: > > > >>On 20 Dec 2005, at 21:06, John B

cvs commit: src/sys/pci agp.c

2006-01-17 Thread John Baldwin
jhb 2006-01-17 17:02:45 UTC FreeBSD src repository Modified files: sys/pci agp.c Log: Fix a memory leak I introduced with the hostb/vgapci stuff. Reported by:Coverity (via dfr's clue-bat) Revision ChangesPath 1.51 +8 -4 src/sys/pci/

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

2006-01-17 Thread Maxime Henrion
Alexey Dokuchaev wrote: > On Tue, Jan 17, 2006 at 04:19:07PM +, Doug Rabson wrote: > > > > On 17 Jan 2006, at 16:11, John Baldwin wrote: > > > > >On Tuesday 17 January 2006 06:51, Doug Rabson wrote: > > >>On 20 Dec 2005, at 21:06, John Baldwin wrote: > > >>>jhb 2005-12-20 21:06:43 UTC

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

2006-01-17 Thread Alexey Dokuchaev
On Tue, Jan 17, 2006 at 04:19:07PM +, Doug Rabson wrote: > > On 17 Jan 2006, at 16:11, John Baldwin wrote: > > >On Tuesday 17 January 2006 06:51, Doug Rabson wrote: > >>On 20 Dec 2005, at 21:06, John Baldwin wrote: > >>>jhb 2005-12-20 21:06:43 UTC > >>> > >>> FreeBSD src repository >

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

2006-01-17 Thread Doug Rabson
On 17 Jan 2006, at 16:11, John Baldwin wrote: On Tuesday 17 January 2006 06:51, Doug Rabson wrote: On 20 Dec 2005, at 21:06, John Baldwin wrote: jhb 2005-12-20 21:06:43 UTC FreeBSD src repository Modified files: sys/pci agp.c Log: Change the agp_find_device(

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

2006-01-17 Thread John Baldwin
On Tuesday 17 January 2006 06:51, Doug Rabson wrote: > On 20 Dec 2005, at 21:06, John Baldwin wrote: > > jhb 2005-12-20 21:06:43 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/pci agp.c > > Log: > > Change the agp_find_device() to return the firs

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

2006-01-17 Thread Doug Rabson
On 20 Dec 2005, at 21:06, John Baldwin wrote: jhb 2005-12-20 21:06:43 UTC FreeBSD src repository Modified files: sys/pci agp.c Log: Change the agp_find_device() to return the first agp device that has been attached to a driver rather than always returning

cvs commit: src/sys/pci agp.c

2005-12-28 Thread John Baldwin
jhb 2005-12-28 16:52:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/pci agp.c Log: MFC: Destroy the /dev device before destroying the mutex or releasing resources. Revision ChangesPath 1.46.2.1 +2 -1 src/sys/pci/ag

cvs commit: src/sys/pci agp.c

2005-12-20 Thread John Baldwin
jhb 2005-12-20 21:06:43 UTC FreeBSD src repository Modified files: sys/pci agp.c Log: Change the agp_find_device() to return the first agp device that has been attached to a driver rather than always returning agp0. Revision ChangesPath 1.50 +1

Re: cvs commit: src/sys/pci agp.c agpvar.h

2005-12-20 Thread John Baldwin
On Tuesday 20 December 2005 03:18 pm, Scott Long wrote: > John Baldwin wrote: > > jhb 2005-12-20 20:05:21 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/pci agp.c agpvar.h > > Log: > > Don't map the AGP aperture into contiguous KVA. The various

Re: cvs commit: src/sys/pci agp.c agpvar.h

2005-12-20 Thread Eric Anholt
On Tue, 2005-12-20 at 13:18 -0700, Scott Long wrote: > John Baldwin wrote: > > > jhb 2005-12-20 20:05:21 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/pci agp.c agpvar.h > > Log: > > Don't map the AGP aperture into contiguous KVA. The vario

Re: cvs commit: src/sys/pci agp.c agpvar.h

2005-12-20 Thread Scott Long
John Baldwin wrote: jhb 2005-12-20 20:05:21 UTC FreeBSD src repository Modified files: sys/pci agp.c agpvar.h Log: Don't map the AGP aperture into contiguous KVA. The various graphics drivers already map sections into KVA as needed anyway. Note that this

cvs commit: src/sys/pci agp.c agpvar.h

2005-12-20 Thread John Baldwin
jhb 2005-12-20 20:05:21 UTC FreeBSD src repository Modified files: sys/pci agp.c agpvar.h Log: Don't map the AGP aperture into contiguous KVA. The various graphics drivers already map sections into KVA as needed anyway. Note that this will probably break th

cvs commit: src/sys/pci agp.c

2005-12-20 Thread John Baldwin
jhb 2005-12-20 20:03:16 UTC FreeBSD src repository Modified files: sys/pci agp.c Log: Destroy the /dev device before destroying the mutex or releasing resources rather than afterwards. MFC after: 1 week Revision ChangesPath 1.48 +2 -1

cvs commit: src/sys/pci agp.c

2005-12-20 Thread John Baldwin
jhb 2005-12-20 19:58:28 UTC FreeBSD src repository Modified files: sys/pci agp.c Log: Use pci_find_extcap() to search for AGP capabilities (PCIY_AGP). Revision ChangesPath 1.47 +4 -25 src/sys/pci/agp.c