[BACK]Return to VIRT CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / evbarm / conf

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/evbarm/conf/Attic/VIRT between version 1.3.2.4 and 1.4

version 1.3.2.4, 2018/10/20 06:58:27 version 1.4, 2018/06/30 16:22:56
Line 19  pseudo-device  openfirm # /dev/openfirm
Line 19  pseudo-device  openfirm # /dev/openfirm
 #options        DEBUG  #options        DEBUG
 #options        LOCKDEBUG  #options        LOCKDEBUG
 #options        PMAP_DEBUG      # Enable pmap_debug_level code  #options        PMAP_DEBUG      # Enable pmap_debug_level code
   #options        IPKDB           # remote kernel debugging
 #options        VERBOSE_INIT_ARM # verbose bootstrapping messages  #options        VERBOSE_INIT_ARM # verbose bootstrapping messages
 #options        EARLYCONS=virt, CONSADDR=0x09000000  #options        CONSADDR=0x09000000
   
 makeoptions     DEBUG="-g"      # compile full symbol table  makeoptions     DEBUG="-g"      # compile full symbol table
 makeoptions     COPY_SYMTAB=1  makeoptions     COPY_SYMTAB=1
Line 29  config  netbsd  root on ? type ?
Line 30  config  netbsd  root on ? type ?
   
 # Device tree support  # Device tree support
 armfdt0         at root  armfdt0         at root
 simplebus*      at fdt? pass 0  simplebus*      at fdt?
   
 # CPUs  # CPUs
 cpus*           at fdt? pass 0  cpus*           at fdt? pass 0
 cpu*            at fdt? pass 0  cpu*            at cpus?
   
 fclock*         at fdt? pass 4  fclock*         at fdt? pass 4
 fregulator*     at fdt? pass 4  fregulator*     at fdt? pass 4
Line 58  plcom*  at fdt?   # ARM PL011 UART
Line 59  plcom*  at fdt?   # ARM PL011 UART
 plrtc*          at fdt?                 # ARM PrimeCell RTC  plrtc*          at fdt?                 # ARM PrimeCell RTC
   
 # GPIO  # GPIO
 plgpio*         at fdt?                 # ARM PrimeCell GPIO  pl061gpio*      at fdt?                 # ARM PrimeCell GPIO
   
 # Virtio devices  # Virtio devices
 virtio* at fdt?                         # Virtio MMIO device  virtio* at fdt?                         # Virtio MMIO device

Legend:
Removed from v.1.3.2.4  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>