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

Last commit made on 2000-06-13
Get this branch:
git clone -b bsd-1-0-1-branch https://git.launchpad.net/~thong-u/unoptimized/+git/libdrm

Branch merges

Branch information

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

Recent commits

c279539... by Doug Rabson <email address hidden>

Merge trunk into bsd-1-0-1-branch.

46f2275... by Doug Rabson <email address hidden>

DRM_IOCTL_I810_GETBUF needs to be declared WR since it returns information.

4e5b40a... by Doug Rabson <email address hidden>

Fix some interrupt races.

dee6c46... by Doug Rabson <email address hidden>

Use __FreeBSD_version to detect the existence of the agp driver.

ccfd852... by Doug Rabson <email address hidden>

This file lives in another directory.

3fb4852... by Doug Rabson <email address hidden>

Merge changes from the latest version of the Linux drivers.

dff1956... by Doug Rabson <email address hidden>

Untangle the device_busy()/device_unbusy() calls so that the driver can be
    unloaded.

85dba8e... by Doug Rabson <email address hidden>

Port the Linux mga driver to BSD. This has been lightly tested with one
    G400 card in an Intel BX motherboard and requires the AGP driver which
    I just committed to FreeBSD-current.

91c45d3... by Doug Rabson <email address hidden>

Make find_first_zero_bit() actually look for zeros, not ones.

190996e... by Doug Rabson <email address hidden>

Disable AGP again - committed by accident.