index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
agp
Commit message (
Expand
)
Author
Age
Files
Lines
*
vm_offset_t is unsigned and therefore can not be negative.
rnoland
2009-03-20
5
-10
/
+10
*
Fix prototypes to be consistent.
imp
2009-03-09
6
-11
/
+11
*
Fix AGP debugging code:
wkoszek
2009-02-06
1
-3
/
+4
*
- Add few VIA bridges to agp_via.c and connect it to amd64 build
jkim
2009-01-23
1
-0
/
+9
*
Add support for AMD64 Family 10h processors.
jkim
2009-01-12
1
-3
/
+5
*
Fix up handling of Intel G4X chips some more.
rnoland
2008-12-23
1
-5
/
+12
*
Clear busy state on the pages which are after the one that failed the bind
kib
2008-12-23
1
-3
/
+5
*
Deal with 0 length args...
rnoland
2008-12-21
1
-1
/
+1
*
Fix AGP_DEBUG macro to use c99 __VA_ARGS__ and build if enabled.
rnoland
2008-12-21
1
-6
/
+3
*
Correctly handle Intel g33 chips and add support for g45 chips
rnoland
2008-10-02
2
-19
/
+135
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-1
/
+1
*
When device_get_children returns an error, ignore that bus' children.
imp
2008-08-23
1
-1
/
+2
*
Enable the support for G33/Q35/Q33 now that both the G33 and Q35 have been
jhb
2008-08-01
1
-2
/
+0
*
Fix PCI id for 945GME Express Integrated Graphics Controller:
gonzo
2008-06-20
1
-1
/
+1
*
Add resume support to the agp_i810 family.
remko
2008-03-12
1
-0
/
+17
*
Calculate the number of pages the GATT spans when reading from each page
jhb
2008-03-07
1
-3
/
+4
*
Add the 845M GMCH controller.
remko
2007-11-26
1
-0
/
+2
*
Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version was
jhb
2007-11-12
13
-25
/
+25
*
Split agp_generic_detach() up into two routines: agp_free_cdev() destroys
jhb
2007-10-30
11
-38
/
+39
*
- Add the device ID for the VIA VT3324 (CX700) chipset.
kevlo
2007-09-21
1
-21
/
+83
*
Add the PCI id for the Intel 7221's integrated graphics controller. It is
alc
2007-09-15
1
-0
/
+2
*
Add support for G965/Q965/GM965/GME965/GME945 AGP.
anholt
2007-07-13
4
-230
/
+387
*
Restore agp aperture size after resume, in case it is modified after boot.
takawata
2007-01-06
1
-1
/
+8
*
- Clean up Aperture Access Global Enable (APEN) bit access.
jkim
2007-01-05
2
-50
/
+41
*
Fix style(9).
jkim
2007-01-05
1
-61
/
+52
*
Make agp_intel capable to work after resume from S3 state.
takawata
2007-01-05
1
-33
/
+50
*
The page queues lock is no longer required by vm_page_busy() or
alc
2006-10-22
1
-4
/
+0
*
Fix the wraparound of memsize >=2GB.
tanimura
2006-10-15
1
-2
/
+3
*
Fix style(9) nits.
jkim
2006-10-09
1
-38
/
+37
*
Fix 32-bit PTE in the GART table.
jkim
2006-10-09
1
-1
/
+3
*
Add support for 945G/GM AGP chipsets.
anholt
2006-09-27
1
-13
/
+29
*
Add support for another ATI IGP 340M (RS200M) AGP bridge.
anholt
2006-09-01
1
-1
/
+4
*
Use aperture base address from north bridge. Some BIOS does not encode
jkim
2006-08-21
1
-10
/
+5
*
Explicitly set v3 mode only when it is requested. Don't bother otherwise.
jkim
2006-08-11
1
-1
/
+6
*
Fix breakage of CHIP_I855 in the last revision.
anholt
2006-06-27
1
-3
/
+4
*
Replace the three copies of the list of pci ids with a single centralized list.
anholt
2006-06-25
1
-143
/
+122
*
Move SiS 760 to where it belongs.
jkim
2006-05-30
2
-2
/
+2
*
Add support for allocating one larger than page-sized contiguous block of memory
anholt
2006-05-16
1
-26
/
+110
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-10
/
+0
*
Add support for the Intel E7205 chipset.
anholt
2006-02-17
1
-0
/
+6
*
Don't add an agp child in vgapci's attach routine if the PCIY_AGP
jhb
2006-02-01
1
-0
/
+10
*
Fix a memory leak I introduced with the hostb/vgapci stuff.
jhb
2006-01-17
1
-4
/
+8
*
- Use PCIR_BAR() macro for the BAR for the aperture.
jhb
2005-12-20
1
-7
/
+1
*
- Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well as
jhb
2005-12-20
1
-36
/
+4
*
Change the various AGP drivers that attach to the Host-PCI bridge device to
jhb
2005-12-20
8
-16
/
+8
*
Change the agp_find_device() to return the first agp device that has been
jhb
2005-12-20
1
-2
/
+11
*
Don't map the AGP aperture into contiguous KVA. The various graphics
jhb
2005-12-20
2
-4
/
+1
*
Destroy the /dev device before destroying the mutex or releasing resources
jhb
2005-12-20
1
-1
/
+2
*
Use pci_find_extcap() to search for AGP capabilities (PCIY_AGP).
jhb
2005-12-20
1
-25
/
+4
*
Add support for i915 GMCH AGP. This diff is a combination of work by myself
anholt
2005-12-02
2
-31
/
+160
[next]