NetBSD/sys/arch/powerpc
simonb 6bf1aaf8eb Reorganise the IBM 4xx bus layout, using terminology from the IBM
documentation:
 - Remove "mainbus" altogether.
 - The new root is "plb" - the Processor Local Bus.
 - Attached to this is the "opb" - the On-chip Peripheral Bus, to which
   all the on-chip devices are attached (except the cpu and pci host
   bridge).
 - Port-specific code can pass an array of 'struct plb_dev' to
   config_rootfound() to attach extra devices to the plb.  The walnut
   port attaches a "pbus" (Peripheral Bus) in here for the RTC and
   pc keyboard controller to attach to.
There is still much 405GP specific code; the next round of changes will
generalise this to enable easier support for other 4xx CPUs.
2002-08-12 02:06:18 +00:00
..
conf reimplement copy{in,out}str() similarly to copy{in,out}() 2002-07-24 04:59:32 +00:00
fpu
ibm4xx Reorganise the IBM 4xx bus layout, using terminology from the IBM 2002-08-12 02:06:18 +00:00
include Add some IBM 4xx CPU PVR values; sort PVRs numerically. 2002-08-11 13:33:00 +00:00
mpc6xx Disable PTE_EXEC optimization until I figure out why it fails on 750 but 2002-08-07 19:04:05 +00:00
powerpc Switch back to kenter_pa/kremove 2002-08-11 02:17:30 +00:00
tools/chrpicon
Makefile