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-06 18:29:47 +00:00
Code
Issues
Releases
Activity
freebsd
/
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
…
agpvar.h
…