Searched hist:72372 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/agp/
H A Dagp_nvidia.cdiff 150235 Fri Sep 16 20:59:47 MDT 2005 anholt Fix agp_nvidia.c to behave more like the linux driver, fixing DRI on Radeon
9200 according to one responder. The primary issue was not setting some bits
to say that the entries were active, but also fix one place where some memory
wasn't being used as volatile as it should. While here, change some use of ffs
to a relatively short case statement, to make it more obvious what's going on.

PR: kern/71638, kern/72372, kern/71547?
Submitted by: Andrew J. Caines <A.J.Caines@halplant.com>,
Robin Schoonover <end@endif.cjb.net>,
Jason Henson <jason@ec.rr.com>
/freebsd-10.0-release/include/
H A Dstdio.hdiff 72372 Sun Feb 11 20:04:18 MST 2001 deischen libc MT-safety, part 2.

Add a lock to FILE and define an additional flag.

Completed in 81 milliseconds