NetBSD/sys/arch/macppc
wrstuden 2eb3dc82d8 Fix recent bugs seen on Performa 4400 macppc's by
Makoto Fujiwara <makoto@ki.nu> and Manuel Bouyer <bouyer@netbsd.org>.
Help from Allen Briggs, Jason Thorpe, and Matt Thomas.

We need to call cpu_cache_probe() early in boot (machdep.c).
Add 603 info for completeness, and use NBPG not PAGESIZE, as the
latter relies on uvm being setup (cpu_subr.c).
Let uvm_page_recolor() be called before uvm has been set up; just
note the page coloring value (uvm_page.c).
2002-06-19 17:01:18 +00:00
..
compile
conf apm emulation, from openbsd 2002-06-18 05:22:50 +00:00
dev apm emulation, from openbsd 2002-06-18 05:22:50 +00:00
include correct writedisklabel() on MBR-partitioned disk. 2002-06-19 03:10:56 +00:00
macppc Fix recent bugs seen on Performa 4400 macppc's by 2002-06-19 17:01:18 +00:00
pci * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to 2002-05-16 01:01:28 +00:00
stand avoid hardcoding MBR_MAGICOFF and MBR_MAGIC. 2002-06-18 00:37:25 +00:00
Makefile