NetBSD/sys/arch/dreamcast/dev
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
..
g2 Allow multiple event handlers to be installed to an IRL. 2002-11-15 13:29:26 +00:00
maple The buf structure (<sys/buf.h>) is not flexible since it is designed for disks, 2002-12-06 15:59:53 +00:00
gdrom.c Allow multiple event handlers to be installed to an IRL. 2002-11-15 13:29:26 +00:00
pvr.c Use CFATTACH_DECL(). 2002-10-02 04:55:47 +00:00
pvrvar.h