NetBSD/sys/arch/dreamcast
itohy 0d63741702 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).
2002-12-06 15:59:53 +00:00
..
compile retain empty "compile" directory 2001-01-03 15:22:14 +00:00
conf maxpartitions 8 -> 16 (the value MAXPARTITIONS in <machine/disklabel.h>) 2002-11-19 09:37:25 +00:00
dev The buf structure (<sys/buf.h>) is not flexible since it is designed for disks, 2002-12-06 15:59:53 +00:00
dreamcast Allow multiple event handlers to be installed to an IRL. 2002-11-15 13:29:26 +00:00
include Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00
Makefile