~thong-u/unoptimized/+git/libdrm:bsd-3-0-0-branch

Last commit made on 2002-07-04
Get this branch:
git clone -b bsd-3-0-0-branch https://git.launchpad.net/~thong-u/unoptimized/+git/libdrm

Branch merges

Branch information

Name:
bsd-3-0-0-branch
Repository:
lp:~thong-u/unoptimized/+git/libdrm

Recent commits

9a0d90c... by Eric Anholt <email address hidden>

Update from trunk.

6df32b3... by Eric Anholt <email address hidden>

Clean up remaining <driver>_drv.c files on linux. Tested by compiling both
    as modules in CVS and compiled into the kernel.

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

Merge from trunk to bsd-3-0-0-branch.

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

typo, DRM_OS_ -> DRM_. (Preparing for trunk->branch merge)

4edc607... by Eric Anholt <email address hidden>

One memory barrier missed in template conversion.

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

Fix PCI IDs for BSD.

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

Make wrapped non-volatile to prevent warnings (it doesn't need to be, as
    there shouldn't anything be modifying wrapped behind our backs without
    interrupts)

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

Fix panic on module unload and a panic when exiting dri clients sometimes.
    Allow module unloading when not in use. Mostly from FreeBSD CVS.

5c8bf37... by Eric Anholt <email address hidden>

More fixing for -stable

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

Didn't quite work first time. varargs macros on 2.95 are strange.