freebsd-dev/sys/dev/ofw
Peter Wemm 89200512b3 Fix warnings.
nxge: cast page size fragments down to (int). If the vm's demand paging
PAGE_SIZE is ever too big for that, we've got far bigger problems.
ofw: move va_start() a little earlier. gcc-4.2 doesn't like us modifying
the last arg before the va_start().

Approved by:	re (rwatson)
2007-07-06 00:47:44 +00:00
..
ofw_bus_if.m - Add a new method ofw_bus_default_get_devinfo() that allows to retrieve 2005-11-22 16:37:45 +00:00
ofw_bus_subr.c - Add a new method ofw_bus_default_get_devinfo() that allows to retrieve 2005-11-22 16:37:45 +00:00
ofw_bus_subr.h - Add a new method ofw_bus_default_get_devinfo() that allows to retrieve 2005-11-22 16:37:45 +00:00
ofw_bus.h
ofw_console.c Add missing includes of priv.h. 2006-11-06 17:43:10 +00:00
ofw_disk.c The mediasize shouldn't be multipled by the sector size when it was 2005-10-31 03:09:38 +00:00
ofw_pci.h
openfirm.c Fix warnings. 2007-07-06 00:47:44 +00:00
openfirm.h - Restore the machine independency of sys/dev/ofw/openfirm.{c,h} by 2007-06-16 22:30:38 +00:00
openfirmio.c Fix spelling and wording in a comment. 2006-09-01 20:12:12 +00:00
openfirmio.h Update the names of some member variables in comments to refect reality. 2005-05-19 15:22:16 +00:00
openpromio.c Sync with openfirm(4) and check the return value of malloc() although 2005-05-19 15:23:17 +00:00
openpromio.h