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

Last commit made on 2003-02-21
Get this branch:
git clone -b bsd-4-0-0-branch https://git.launchpad.net/~thong-u/unoptimized/+git/libdrm

Branch merges

Branch information

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

Recent commits

734270f... by Eric Anholt <email address hidden>

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

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

#if 0 out print_heap, a static, unused function that causes warnings.

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

Make the allocation for the ATI PCI GART contiguous. It worked in the past
    because we happened to only use one page of the table.

3796b2c... by Eric Anholt <email address hidden>

Make the interrupt handlers INTR_MPSAFE. None of them require Giant.

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

Add macros from drm_os_freebsd.h. This gets r200 working.

8a25e70... by Eric Anholt <email address hidden>

Updates for NetBSD, fixing mga support at least.
Submitted by: Erik Reid

2f01ef6... by Eric Anholt <email address hidden>

Cleanup of ati_pcigart.h, removing functions used only once.

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

Updates for current NetBSD. With this, mga and tdfx compile (radeon, r128
    are close). This particular version hasn't been tested yet.
Submitted by: Erik Reid

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

Remove the BSD gamma code. It's probably out of date, probably broken, and
    hasn't ever been used as far as I can tell.

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

Fix build on -current: Provide M_WAITOK define.