CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2010/07/10 13:32:25
Modified files: sys/arch/sparc/conf: GENERIC RAMDISK sys/arch/sparc/dev: bwtwo.c cgsix.c dma.c esp.c fb.c fd.c if_le.c lebuffer.c led.c sbus.c sbusreg.h z8530kbd.c zs.c zs_kgdb.c sys/arch/sparc/include: param.h pmap.h pte.h sys/arch/sparc/sparc: autoconf.c auxreg.c cache.c cache.h clock.c conf.c cpu.c intr.c intreg.h iommu.c kgdb_machdep.c locore.s pmap.c trap.c Log message: sun4e (i.e. SPARCengine 1e) support. This platform is a mix between sun4 and sun4c, as it has a sun4c OpenPROM but a sun4 8KB pagesize. VME devices are not supported yet. ok deraadt@