Looking for reviewers for patch that adds foreign disk support mfiutil

2013-02-17 Thread Steven Hartland

Hi all I'm looking for someone to review the attached patch
to mfiutil which adds foreign disk support to mfiutil as
per:
http://www.freebsd.org/cgi/query-pr.cgi?pr=172091

Any and all feedback welcome :)

   Regards
   Steve


This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. 


In the event of misdirection, illegible or incomplete transmission please 
telephone +44 845 868 1337
or return the E.mail to postmas...@multiplay.co.uk.

z-mfi-foreign-timeout.patch
Description: Binary data
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

Re: Scrolling in framebuffer syscons

2013-02-17 Thread Oleksandr Tymoshenko

On 2/16/2013 5:20 AM, Phileas Fogg wrote:

Hi,

i have a question about how the scrolling in a framebuffer syscons works.
I'm trying to speed up the syscons on the PS3 console  which is a 
simple framebuffer syscons.
It uses the renderer _gfbrndrsw_ (see dev/syscons/scgfbrndr.c) to draw 
into the framebuffer of the PS3 console.
The _gfb_draw_ function implements a simple scrolling that moves data 
from bottom to top with _vidd_copy_.
And that's where i have a problem because _vidd_copy_ calls the 
function _ps3fb_copy_ (see powerpc/ps3/ps3_syscons.c).
But the function _ps3fb_copy_ is NOT implemented yet. So, the question 
is how does the scrolling work then ?
I took a look at other syscons implementation based on a framebuffer, 
and almost all of them do NOT implement _vidd_copy_

function, e.g. XBOX syscons.


I think driver re-renders whole screen character by character. That's 
why no copy operation is invoked.

___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org