NetBSD/sys/arch/arm/sa11x0
thorpej 32a0860797 Centralize ARM CPU configuration information by adding a new header
file, <arm/cpuconf.h>, which pulls in "opt_cputypes.h" and then defines
the following:
* CPU_NTYPES -- now many CPU types are configured into the kernel.  What
  you really want to know is "== 1" or "> 1".
* Defines ARM_ARCH_2, ARM_ARCH_3, ARM_ARCH_4, ARM_ARCH_5, depending
  on which ARM architecture versions are configured (based on CPU_*
  options).  Also defines ARM_NARCH to determins how many architecture
  versions are configured.
* Defines ARM_MMU_MEMC, ARM_MMU_GENERIC, ARM_MMU_XSCALE depending on
  which classes of ARM MMUs are configured into the kernel, and ARM_NMMUS
  to determine how many MMU classes are configured.

Remove the needless inclusion of "opt_cputypes.h" in several places.
Convert remaining users to <arm/cpuconf.h>.
2002-04-12 18:50:29 +00:00
..
genassym.cf
sa11x0.c Map the reset controller registers. 2002-03-13 00:02:41 +00:00
sa11x0_com.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
sa11x0_comreg.h
sa11x0_comvar.h
sa11x0_dmacreg.h
sa11x0_gpioreg.h
sa11x0_io.c Use vtopte() instead of pmap_pte(). 2002-03-24 18:12:54 +00:00
sa11x0_io_asm.S
sa11x0_irq.S Centralize ARM CPU configuration information by adding a new header 2002-04-12 18:50:29 +00:00
sa11x0_irqhandler.c Centralize ARM CPU configuration information by adding a new header 2002-04-12 18:50:29 +00:00
sa11x0_mcpreg.h
sa11x0_ost.c
sa11x0_ostreg.h
sa11x0_ppcreg.h
sa11x0_reg.h
sa11x0_sspreg.h
sa11x0_var.h Add bus space handle for SA11x0 reset controller. 2002-03-12 23:57:35 +00:00
sa11x1_pcic.c
sa11x1_pcicreg.h
sa11xx_pcic.c
sa11xx_pcicreg.h
sa11xx_pcicvar.h
sa1111.c
sa1111_reg.h
sa1111_var.h