takawata2007-01-06 08:31:31 UTC
FreeBSD src repository
Modified files:
sys/pci agp_intel.c
Log:
Restore agp aperture size after resume, in case it is modified after boot.
Revision ChangesPath
1.34 +8 -1 src/sys/pci/agp_intel.c
__
jkim2007-01-05 22:55:20 UTC
FreeBSD src repository
Modified files:
sys/pci agp_intel.c agpreg.h
Log:
- Clean up Aperture Access Global Enable (APEN) bit access.
- Rename confusing AGP_INTEL_I845_MCHCFG to AGP_INTEL_I845_AGPM.
- Move E7205 and E7505 from i8x5
jkim2007-01-05 20:06:40 UTC
FreeBSD src repository
Modified files:
sys/pci agp_intel.c
Log:
Fix style(9).
Revision ChangesPath
1.32 +52 -61src/sys/pci/agp_intel.c
___
cvs-all@freebsd.org mailing lis
takawata2007-01-05 14:46:18 UTC
FreeBSD src repository
Modified files:
sys/pci agp_intel.c
Log:
Make agp_intel capable to work after resume from S3 state.
Revision ChangesPath
1.31 +50 -33src/sys/pci/agp_intel.c
__
anholt 2006-09-01 02:39:25 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/pci agp_intel.c
Log:
MFC r1.30: Add support for the Intel E7505 AGP bridge.
Revision ChangesPath
1.27.2.2 +6 -0 src/sys/pci/agp_intel.c
anholt 2006-02-17 01:40:46 UTC
FreeBSD src repository
Modified files:
sys/pci agp_intel.c
Log:
Add support for the Intel E7205 chipset.
PR: kern/91315
Submitted by: Joerg Pulz <[EMAIL PROTECTED]>
Revision ChangesPath
1.30 +6 -0
anholt 2005-12-14 00:46:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/pci agp_intel.c
Log:
MFC r1.28: Add support for the i855GM.
Revision ChangesPath
1.27.2.1 +6 -1 src/sys/pci/agp_intel.c
anholt 2005-11-29 04:53:23 UTC
FreeBSD src repository
Modified files:
sys/pci agp_intel.c
Log:
Add support for the i855GM, tested by an r300 user.
Revision ChangesPath
1.28 +6 -1 src/sys/pci/agp_intel.c
_