Searched hist:166639 (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/sys/fs/cd9660/
H A Dcd9660_bmap.cdiff 166639 Sun Feb 11 13:54:25 MST 2007 rodrigc Forced commit and #include changes for repo copy from
sys/isofs/cd9660 to sys/fs/cd9660.

Discussed on freebsd-current.
H A Dcd9660_util.cdiff 166639 Sun Feb 11 13:54:25 MST 2007 rodrigc Forced commit and #include changes for repo copy from
sys/isofs/cd9660 to sys/fs/cd9660.

Discussed on freebsd-current.
H A Dcd9660_lookup.cdiff 166639 Sun Feb 11 13:54:25 MST 2007 rodrigc Forced commit and #include changes for repo copy from
sys/isofs/cd9660 to sys/fs/cd9660.

Discussed on freebsd-current.
H A Dcd9660_rrip.cdiff 166639 Sun Feb 11 13:54:25 MST 2007 rodrigc Forced commit and #include changes for repo copy from
sys/isofs/cd9660 to sys/fs/cd9660.

Discussed on freebsd-current.
H A Dcd9660_node.cdiff 166639 Sun Feb 11 13:54:25 MST 2007 rodrigc Forced commit and #include changes for repo copy from
sys/isofs/cd9660 to sys/fs/cd9660.

Discussed on freebsd-current.
H A Dcd9660_vnops.cdiff 166639 Sun Feb 11 13:54:25 MST 2007 rodrigc Forced commit and #include changes for repo copy from
sys/isofs/cd9660 to sys/fs/cd9660.

Discussed on freebsd-current.
H A Dcd9660_vfsops.cdiff 166639 Sun Feb 11 13:54:25 MST 2007 rodrigc Forced commit and #include changes for repo copy from
sys/isofs/cd9660 to sys/fs/cd9660.

Discussed on freebsd-current.
/freebsd-10.2-release/sys/dev/fb/
H A Dfbreg.hdiff 237203 Sun Jun 17 21:06:36 MDT 2012 phk On certain newer Intel Atom based motherboards, for instance the
D2500CC which I have, syscons in text-mode fails to show the expected
contents due to write errors into video-memory.

At least one of the causes is that we copy from syscons internal buffer
to the video memory with optimized bcopy(9) which uses >16bit operations.

Until now, 32bit and wider operations have always worked on the video
memory, but since I cannot find a single source which says that this
SHALL work, and since these chipsets/bugs are now out there, this
commit changes syscons to always use 16bit copies on i386 & amd64.

This may be relevevant for PR's:
166262
166639
and various other bug reports floating elsewhere on the net, but
I lack hardware to test those.

Completed in 266 milliseconds