Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/pci



Module Name:    src
Committed By:   riastradh
Date:           Thu Jun 12 18:33:42 UTC 2014

Modified Files:
        src/sys/dev/pci: agp.c agp_i810.c agpvar.h

Log Message:
Extend agp_generic_bind_memory with bounds to check.

New routine agp_generic_bind_memory_bounded.

Use it in agp_i810 to replace the pile of code I wrote as a
replacement which is apparently broken.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/dev/pci/agp.c
cvs rdiff -u -r1.100 -r1.101 src/sys/dev/pci/agp_i810.c
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pci/agpvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index