Age | Commit message (Collapse) | Author |
|
to Chris Jackman for sending me a PowerMac G5!
|
|
machines with a G3 or G4 microprocessor. It would not be difficult to add
support for U3 bridges found in G5 powered macppc to this driver but I
don't have such hardware.
|
|
tested by reported. ok kettenis@ (who pointed out a botch i'd made, too).
While here remove definition of another (unused) unaligned access. to be added
back when it is actually used (this one pointed out by deraadt@).
|
|
from drahn@, ok deraadt@
|
|
Far from perfect. Extra (almost essential) features like the extra
ringbuffers are not yet supported (I have half a diff), but this and the
appropriate ddx patches allow modesetting and basic shadow acceleration.
Initial work by jcs@, a few cleanups and bugfixes by me.
Tested by many on all appropriate chipsets. ok kettenis@
|
|
Earlier changes meant that we were reading the wrong register, on the
graphics card instead of the gmch (bus 0, device 0, function 0. it's the
memory controller on all boards with intel chipsets). Later chipsets
have a ``mirror'' register on the graphics card device, explaining why
this didn't manifest on all chipsets. For simplicity, always find and
read the register from the GMCH. While i'm here, fixup unaligned
configuration space access (0x50 vs 0x52)
Tested by several.
|
|
Tested by several x200 owners.
|
|
Tested on i386 with a Gigabyte G33M-DS2R motherboard (Intel GMA 3100).
Based on NetBSD code.
ok oga@
|
|
Looked over by a few people.
|
|
actually get detected and attached. Also adds a kernel api for
manipulating agp.
Enable this on i386 and amd64.
"I think you should commit it" deraadt@, ok matthieu. Looked over by
several others.
|
|
internal AGP API to work with 64bit PCI-Express memory and
non-standard AGP aperture bases.
tested by many
ok matthieu@, deraadt@
|
|
one tweak suggested by miod@.
|
|
|
|
at least i810 on x40, but made x41 work. ok matthieu
|
|
Westhuizen <michael@skanky.homeunix.net> with little tweaks.
Tested by millert@ todd@ jmc@ andreas@ and jcs@'s friend
ok millert@
|
|
Verified to not break i81[05] and tested on two i830s.
|
|
only i810 driver was tested though.
based on the netbsd's lkm, initially ported
by hunter@dg.net.ua and later made into shape by mickey.
testing by art@ and millert@ .
|