Source-Changes archive

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

CVS commit: syssrc/sys/arch/dreamcast/dev/maple



Module Name:    syssrc
Committed By:   itohy
Date:           Fri Dec  6 15:59:54 UTC 2002

Modified Files:
        syssrc/sys/arch/dreamcast/dev/maple: mlcd.c

Log Message:
The buf structure (<sys/buf.h>) is not flexible since it is designed for disks,
and use home-grown buffer structure.

Handle display orientation (normal or upside-down) appropriately
by making use of devinfo of base device.
If the LCD is at an expansion slot of a base unit
whose di_connector_direction == MAPLE_CONN_TOP,
the driver automatically rotates the bitmap.
You need not rotate the bitmap before passing to the driver (spec change).


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/dreamcast/dev/maple/mlcd.c

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