summaryrefslogtreecommitdiff
path: root/bsd-core/drm_agpsupport.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-10[FreeBSD] Rework all of the memory allocationsRobert Noland1-4/+5
2008-09-10Remove incomplete and obsolete free/net/open code.vehemens1-7/+0
2008-08-29[FreeBSD] Convert drm_driver to a pointer like linux.vehemens1-2/+2
2008-08-29[FreeBSD] Replace typedefs on bsd.vehemens1-19/+19
2008-05-27[FreeBSD] Convert from drm_device_t to struct drm_device for consistency.Eric Anholt1-20/+29
2007-11-18Bug #13233: Chase move of agp headers on FreeBSD.Robert Noland1-0/+4
2007-08-15Fix dev->agp->base initialization on BSD, and fix addmap range check on Linux.Eric Anholt1-1/+1
2007-08-15BSD: Replace brief description in each file's first line with doxygen later on.Eric Anholt1-3/+5
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-16/+8
2007-05-29Update a bunch of FreeBSD port code.Jung-uk Kim1-1/+1
2005-12-30Merge patch from jhb to catch up with FreeBSD-current vgapci master deviceEric Anholt1-2/+5
2005-12-05Remove driver.device_is_agp code duplicated in drm_device_find_capability,Eric Anholt1-9/+1
2005-11-28Fix AGP support guessing: Implement the same bridge checking in the MGAEric Anholt1-0/+11
2005-11-08Fix FreeBSD DRM for latest MGA changes to agp support, which cleans thingsEric Anholt1-46/+107
2005-08-05Rename the driver hooks in the DRM to something a little moreEric Anholt1-2/+2
2005-07-20Add latest r300 support from r300.sf.net CVS. Patch submitted by volodya,Eric Anholt1-4/+14
2005-06-29Get the BSD DRM compiling again after MGA and mapping changes. Note thatEric Anholt1-34/+56
2005-06-14Adds support for PCI cards to MGA DRMIan Romanick1-11/+6
2005-05-27Modify drm_driver::device_is_agp to return a tri-state value to indicateIan Romanick1-3/+6
2005-05-16Added device_is_agp callback to drm_driver. This function is called by theIan Romanick1-0/+11
2005-04-16Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSDEric Anholt1-1/+2
2005-01-17Add detection of whether the device is AGP by walking the capabilitiesEric Anholt1-1/+37
2004-11-07Now that the memory debug code is gone, and all 3 BSDs have M_ZERO, stopEric Anholt1-7/+6
2004-11-06Commit first pieces of port to OpenBSD, done by Martin Lexa (martin atEric Anholt1-9/+9
2004-11-06Commit WIP of BSD conversion to core model. Compiles for r128, radeon, butEric Anholt1-28/+35
2003-08-19- Remove $FreeBSD$ tags as they weren't too useful and merges are now beingEric Anholt1-1/+1
2003-04-26Remove #if 0'ed code.Eric Anholt1-19/+0
2003-03-11Merge back from FreeBSD-current, adding FreeBSD ID tags to aid futureX_4_3_0-20020324-preimportEric Anholt1-0/+1
2003-02-21Merge from bsd-4-0-0-branch.bsd-4-0-0-20030221-mergeEric Anholt1-12/+24
2002-09-26Fix one warning.Eric Anholt1-1/+1
2002-07-05merged bsd-3-0-0-branchbsd-3-0-0-20020705-mergeAlan Hourihane1-30/+24
2002-01-27Import of XFree86 4.2.0X_4_2_0David Dawes1-0/+326