freebsd-dev/sys/boot/ofw/libofw
Marius Strobl 3727af6a8b - Add a workaround for the fact that OFW doesn't guarantee that
devices can be opened multiple times simultaneously but we're
  expected to be able to do so by the rest of the loader.
  This fixes booting from disks attached to the on-board SCSI
  controller of Sun Ultra 1 (previously this triggered a trap)
  and probably also of AX1115 boards.
- While here, remove unused variables and add empty lines where
  style(9) requires such.

Tested on:	powerpc (grehan), sparc64
MFC after:	1 month
2005-10-25 12:51:49 +00:00
..
devicename.c In ofw_parsedev() check the return value of malloc() and protect 2005-10-25 12:49:56 +00:00
elf_freebsd.c Remove unused variables. 2005-10-20 10:39:09 +00:00
libofw.h Use an ihandle_t to store the instance handle of an opened device 2005-10-20 11:14:34 +00:00
Makefile For variables that are only checked with defined(), don't provide 2004-10-24 15:33:08 +00:00
ofw_console.c Remove unused variables. 2005-10-20 10:39:09 +00:00
ofw_copy.c Make code match comment: make the smallest unit of page allocation 2005-07-22 23:22:29 +00:00
ofw_disk.c - Add a workaround for the fact that OFW doesn't guarantee that 2005-10-25 12:51:49 +00:00
ofw_memory.c Remove unused variables. 2005-10-20 10:39:09 +00:00
ofw_module.c
ofw_net.c Remove unused variables. 2005-03-02 20:12:27 +00:00
ofw_reboot.c Start each of the license/copyright comments with /*- 2005-01-05 22:16:58 +00:00
ofw_time.c Start each of the license/copyright comments with /*- 2005-01-05 22:16:58 +00:00
openfirm.c Remove unused variables. 2005-10-20 10:39:09 +00:00
openfirm.h Start each of the license/copyright comments with /*- 2005-01-05 22:16:58 +00:00