freebsd-dev/sys/boot/ofw
Marius Strobl f6dd28dc27 The workaround added in r151650 for handling firmwares that don't allow
a single device to be opened multiple times concurrently unfortunately
isn't sufficient with ZFS. This is due to the fact, that ZFS may open
different partitions of a single device simultaneously. So the best we
can do in this case is to cache the lastly used device path and close
and open devices in ofwd_strategy() as needed.

PR:		165025
Submitted by:	Gavin Mu
MFC after:	1 week
2012-06-04 20:45:33 +00:00
..
common Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
libofw The workaround added in r151650 for handling firmwares that don't allow 2012-06-04 20:45:33 +00:00
Makefile
Makefile.inc Rename the linker emulation name for powerpc and powerc64. This is needed that 2011-11-19 19:25:57 +00:00