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
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
This is not a D_TTY driver.
phk
2004-02-15
1
-1
/
+0
*
- Disable AGP on ALI chipsets if aperture size is 0.
anholt
2003-11-11
2
-0
/
+9
*
Add simple support for AGP 3.0 including enabling 8x mode. The simple
jhb
2003-10-23
1
-13
/
+108
*
Use a switch statement on the devid instead of if-else for determing which
jhb
2003-10-23
1
-6
/
+18
*
Make the i810 AGP device create a "drmsub" child device. This will be attached
anholt
2003-10-02
1
-2
/
+31
*
Fix a typo in r1.8: The GTLB enable/flush bit is 1<<7, not 1<<8.
anholt
2003-09-17
1
-1
/
+1
*
PCI header files live in dev/pci.
mdodd
2003-08-23
1
-2
/
+2
*
AGP GART driver for NVIDIA nForce/nForce2 chipsets.
mdodd
2003-08-23
2
-0
/
+466
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
7
-14
/
+14
*
Sort the list of PCI ID's in numerical order and fix a whitespace bogon.
jhb
2003-06-27
1
-4
/
+4
*
Add a PCI ID for the Apollo Pro 133A.
mdodd
2003-06-23
1
-0
/
+2
*
Add PCI IDs for the i82855 and i82875P AGP bridges.
mdodd
2003-06-23
1
-0
/
+12
*
Add vm object locking.
alc
2003-06-19
1
-0
/
+6
*
Add vm object locking.
alc
2003-06-13
1
-1
/
+8
*
Use __FBSDID().
obrien
2003-06-11
7
-14
/
+21
*
Fix support for 256 MB aperture sizes on chipsets such as the 845 and
jhb
2003-05-27
1
-5
/
+16
*
Grr, fix compile. The bane of trying to split out patches into two
jhb
2003-05-27
1
-0
/
+1
*
Add support for the Intel 865 chipset.
jhb
2003-05-27
2
-3
/
+10
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
6
-0
/
+12
*
Fix typo.
murray
2003-04-07
1
-1
/
+1
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-1
/
+1
*
Add pci id# for the sis648
sos
2003-03-13
1
-0
/
+2
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+7
*
Cleanup of the d_mmap_t interface.
mux
2003-02-25
1
-2
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
2
-2
/
+2
*
Split the arch-specific AGP files into the appropriate files.* and do the same
anholt
2003-02-14
1
-0
/
+6
*
Remove an extra agp_flush_cache(). The i810 case that needs it already has it.
anholt
2003-02-14
1
-5
/
+0
*
Add agpreg.h missed in commit to agp_i810 (adding i85x/i86x AGP support).
anholt
2003-02-13
1
-0
/
+26
*
Add Intel 85x/86x AGP support.
anholt
2003-02-13
1
-16
/
+88
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
2
-2
/
+2
*
Add support for the Intel 82820 UP-only AGP bridge.
anholt
2003-01-11
1
-0
/
+4
*
- Hold the page queues lock around vm_page_wakeup().
alc
2002-12-23
1
-0
/
+4
*
Remove a bunch of #include "opt_pci.h".
mux
2002-11-13
7
-7
/
+0
*
Fix previous commit: Don't cast integral types to pointers to
marcel
2002-10-15
1
-2
/
+2
*
Make this compile on 64-bit architectures (e.g. ia64) by not assuming
marcel
2002-10-12
1
-2
/
+2
*
Correct an indentation.
anholt
2002-10-03
1
-1
/
+1
*
Fix i810 after i830 commit.
anholt
2002-09-15
1
-0
/
+2
*
Fix an i830/i845 test that shouldn't get hit in normal use and remove a printf.
anholt
2002-09-13
1
-6
/
+4
*
Add AGP support for Intel i830M and i845 thanks to patches from moto kawasaki
anholt
2002-09-12
2
-49
/
+216
*
Include <sys/lockmgr.h> for old lock interfaces instead of depending on
bde
2002-08-27
7
-0
/
+7
*
o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever since
alc
2002-08-25
2
-2
/
+2
*
o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire().
alc
2002-08-10
2
-6
/
+3
*
o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed,
alc
2002-07-21
2
-0
/
+4
*
- Use more correct values to initialize the AGP controller during setup.
jhb
2002-07-17
1
-6
/
+21
*
o Lock page queue accesses by vm_page_wire().
alc
2002-07-14
2
-0
/
+4
*
o Complete the locking of page queue accesses by vm_page_unwire().
alc
2002-07-13
2
-0
/
+6
*
Fix some nits in AMD AGP driver. Remove excess malloc and move a bzero
cokane
2002-04-15
1
-10
/
+3
*
Correctly identify the Intel 82830 AGP bridge.
benno
2002-02-05
1
-0
/
+3
[next]