freebsd-dev/sys/powerpc/ofw
Marius Strobl 4b7ec27007 - There's no need to overwrite the default device method with the default
one. Interestingly, these are actually the default for quite some time
  (bus_generic_driver_added(9) since r52045 and bus_generic_print_child(9)
  since r52045) but even recently added device drivers do this unnecessarily.
  Discussed with: jhb, marcel
- While at it, use DEVMETHOD_END.
  Discussed with: jhb
- Also while at it, use __FBSDID.
2011-11-22 21:28:20 +00:00
..
ofw_cpu.c - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
ofw_machdep.c Retry the memory map-related portions of r222613, written by andreast, 2011-06-04 04:00:40 +00:00
ofw_pcib_pci.c - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
ofw_pcibus.c Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain a 2011-02-02 05:58:51 +00:00
ofw_real.c Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. 2011-11-07 06:44:47 +00:00
ofw_syscons.c Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
ofw_syscons.h Add support for a console mouse pointer on Open Firmware syscons. 2008-12-13 20:13:22 +00:00
ofwcall32.S Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64) 2011-06-23 22:21:28 +00:00
ofwcall64.S MFpseries: 2011-06-02 14:12:37 +00:00
ofwmagic.S MFpseries: 2011-06-02 14:12:37 +00:00
rtas.c Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. 2011-11-07 06:44:47 +00:00