Up to [DragonFly] / src / sys / dev / agp
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Pull up CVS idents from FreeBSD to match our current version.
Update from FreeBSD: Split agp_generic_detach() up into two routines: agp_free_cdev() destroys /dev/agpgart and agp_free_res() frees resources like the BAR for the aperture. Splitting this up lets chipset-specific detach routines manipulate the aperture during their detach routines without panicing. Obtained-from: FreeBSD
Update the agp(4) code to the latest one from FreeBSD HEAD. This brings in a lot of newer hardware support. Obtained-from: FreeBSD
Add AGP support for the i852GM, i855GM, and i865G. Add AGP support for a number of new SiS bridges (530-760). Add AGP support for teh VIA 8385. Remove some aperture cleanups. Taken-From: FreeBSD-5
This patch adds a bunch of stuff from FreeBSD5. It consistantly makes vendor specific drivers depend on agp, consistantly checks the gart size != 0, changes agp_generic_enable to the FreeBSD5 function, initializing the device as v2 or v3 accordingly, syncs up agpio.h, and adds a couple PCI Ids from FreeBSD5. Submitted-by: Craig Dooley <cd5697@albany.edu>
kernel tree reorganization stage 1: Major cvs repository work (not logged as
commits) plus a major reworking of the #include's to accomodate the
relocations.
* CVS repository files manually moved. Old directories left intact
and empty (temporary).
* Reorganize all filesystems into vfs/, most devices into dev/,
sub-divide devices by function.
* Begin to move device-specific architecture files to the device
subdirs rather then throwing them all into, e.g. i386/include
* Reorganize files related to system busses, placing the related code
in a new bus/ directory. Also move cam to bus/cam though this may
not have been the best idea in retrospect.
* Reorganize emulation code and place it in a new emulation/ directory.
* Remove the -I- compiler option in order to allow #include file
localization, rename all config generated X.h files to use_X.h to
clean up the conflicts.
* Remove /usr/src/include (or /usr/include) dependancies during the
kernel build, beyond what is normally needed to compile helper
programs.
* Make config create 'machine' softlinks for architecture specific
directories outside of the standard <arch>/include.
* Bump the config rev.
WARNING! after this commit /usr/include and /usr/src/sys/compile/*
should be regenerated from scratch.
Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most ids have been removed from !lint sections and moved into comment sections.
import from FreeBSD RELENG_4 1.1.2.1