[BACK]Return to mutex.h CVS log [TXT][DIR] Up to [local] / sys / arch / jornada / include

File: [local] / sys / arch / jornada / include / mutex.h (download)

Revision 1.2, Sun May 11 09:26:12 2008 UTC (16 years ago) by nbrk
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines

Sync up my latest modifications related to OpenBSD/jornada.
At this point PCMCIA is not done (this is primary goal since it's only
expansion bus for SA-1110) but some other chip subsystems rather work.
One of most recent problems sit in ported NetBSD pcic driver. It cause memory
abort passing odd addr to bus_space_write_2 (APB transactions are word-wide,
but I try to emulate 2-bytes accesses in bus_space_map for sa1111).
Other problematic/untested areas: sacic, saic. UART driver is a stub and not
really useful.
But even with this problems I have overdone my plans with this porting effort.

/*	$OpenBSD: mutex.h,v 1.1 2007/05/15 05:26:44 miod Exp $	*/
/* public domain */
#include <arm/sa11x0/sa11x0_mutex.h>