~thong-u/unoptimized/+git/libdrm:savage-2-0-0-branch

Last commit made on 2004-01-13
Get this branch:
git clone -b savage-2-0-0-branch https://git.launchpad.net/~thong-u/unoptimized/+git/libdrm

Branch merges

Branch information

Name:
savage-2-0-0-branch
Repository:
lp:~thong-u/unoptimized/+git/libdrm

Recent commits

a3959a7... by agd5f

Add more savages to the DRM to facilite testing.

2068484... by Felix Kuehling

Added Savage4 to DRIVER_PCI_IDS.

8654033... by Felix Kuehling

Quick and dirty hack to make savage DRM compile with 2.6 kernels. Won't
    work with non-AGP cards.

e96f76e... by Felix Kuehling

Added Savage DRM from S3 codedrop 20030729. Modified Makefiles. Include
    savage_drm.h in savage_drv.c. Added DRIVER_PCI_IDS to savage.h. Omitted
    empty savage_state.c from the code drop.

84dfe70... by Eric Anholt <email address hidden>

Add i852/i855 PCI ID. Also fix whitespace in the other ID definitions.

3f7279c... by Eric Anholt <email address hidden>

Add a DRM_PUT_USER_UNCHECKED, which will be used by an upcoming radeon
    change.

2423fed... by Eric Anholt <email address hidden>

Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL)
    in bufs_info sysctl handler. dev->dma and dev->dma_lock existence are
    protected by DRM_LOCK(). Fixes panic on sysctl hw.dri when the device
    is uninitialied (when you aren't in X).

e4a2a9c... by Jon Smirl <email address hidden>

Switch pci enumeration call to work on both 2.4 and 2.6 pci_for_each_dev is
    not supported on 2.6

451a1d3... by Eric Anholt <email address hidden>

Move the REALLY_HAVE_AGP endif above the mtrr functions. Broke tdfx module.

b79d1b3... by Eric Anholt <email address hidden>

Move to "old-style" probing as documented in linux/Documentation/pci.txt.
    This should resolve the probe problems with radeon framebuffer due to
    pci_driver attachment being exclusive.