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
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
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
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
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
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
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
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
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
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
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
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
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
__
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
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/
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
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
>
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(
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
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
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
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
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
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
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
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
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
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
28 matches
Mail list logo