This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2025-02-08 19:12:49 +00:00
Code
Issues
Releases
Activity
freebsd
/
sys
/
dev
/
agp
History
Marcel Moolenaar
18e0cd7dde
Fix previous commit: Don't cast integral types to pointers to
...
print them with %p. Cast to unsigned long and print with %#lx. Discussed with: bde
2002-10-15 01:50:09 +00:00
..
agp_ali.c
Include <sys/lockmgr.h> for old lock interfaces instead of depending on
2002-08-27 11:51:55 +00:00
agp_amd.c
Fix previous commit: Don't cast integral types to pointers to
2002-10-15 01:50:09 +00:00
agp_i810.c
Correct an indentation.
2002-10-03 06:10:54 +00:00
agp_if.m
…
agp_intel.c
Include <sys/lockmgr.h> for old lock interfaces instead of depending on
2002-08-27 11:51:55 +00:00
agp_sis.c
Include <sys/lockmgr.h> for old lock interfaces instead of depending on
2002-08-27 11:51:55 +00:00
agp_via.c
Include <sys/lockmgr.h> for old lock interfaces instead of depending on
2002-08-27 11:51:55 +00:00
agp.c
Include <sys/lockmgr.h> for old lock interfaces instead of depending on
2002-08-27 11:51:55 +00:00
agppriv.h
…
agpreg.h
Add AGP support for Intel i830M and i845 thanks to patches from moto kawasaki
2002-09-12 04:23:18 +00:00
agpvar.h
…