NetBSD/sys/arch/macppc/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
..
autoconf.c Convert to new ata/atapi attach structs. 2001-12-02 22:54:26 +00:00
bus_dma.c move initialization of the "struct pglist" returned by uvm_pglistalloc() 2002-06-02 14:44:35 +00:00
clock.c If the RTC gives a time more than 1000 days before file system time then 2001-11-10 15:37:40 +00:00
conf.c Fix typo in comment. 2002-06-18 12:35:09 +00:00
cpu.c move initialization of the "struct pglist" returned by uvm_pglistalloc() 2002-06-02 14:44:35 +00:00
disksubr.c correct writedisklabel() on MBR-partitioned disk. 2002-06-19 03:10:56 +00:00
extintr.c bcopy -> memcpy, bzero -> memset, bcmp -> memcmp. 2001-07-22 11:29:44 +00:00
locore.S switch all mpc6xx powerpc ports to NEWPMAP by default. 2002-03-09 23:35:56 +00:00
machdep.c Fix recent bugs seen on Performa 4400 macppc's by 2002-06-19 17:01:18 +00:00
mainbus.c bcopy -> memcpy, bzero -> memset, bcmp -> memcmp. 2001-07-22 11:29:44 +00:00
procfs_machdep.c
rbus_machdep.c Use machine/bat.h rather than powerpc/mpc6xx/bat.h. 2001-06-10 15:32:57 +00:00