This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
dev
/
agp
History
Ed Schouten
b7d9e67c45
Use si_drv1 instead of dev2unit() inside agp(4).
...
Reviewed by: rnoland
2009-04-14 13:11:34 +00:00
..
agp_ali.c
…
agp_amd64.c
vm_offset_t is unsigned and therefore can not be negative.
2009-03-20 18:30:20 +00:00
agp_amd.c
…
agp_ati.c
…
agp_i810.c
vm_offset_t is unsigned and therefore can not be negative.
2009-03-20 18:30:20 +00:00
agp_if.m
…
agp_intel.c
vm_offset_t is unsigned and therefore can not be negative.
2009-03-20 18:30:20 +00:00
agp_nvidia.c
…
agp_sis.c
…
agp_via.c
vm_offset_t is unsigned and therefore can not be negative.
2009-03-20 18:30:20 +00:00
agp.c
Use si_drv1 instead of dev2unit() inside agp(4).
2009-04-14 13:11:34 +00:00
agppriv.h
Fix prototypes to be consistent.
2009-03-09 13:27:33 +00:00
agpreg.h
Correctly handle Intel g33 chips and add support for g45 chips
2008-10-02 20:29:45 +00:00
agpvar.h
…