[BACK]Return to RAMDISK CVS log [TXT][DIR] Up to [local] / sys / arch / jornada / conf

Diff for /sys/arch/jornada/conf/RAMDISK between version 1.1.1.1 and 1.2

version 1.1.1.1, 2008/03/04 16:09:00 version 1.2, 2008/05/11 10:26:11
Line 11 
Line 11 
   
 machine         jornada arm  machine         jornada arm
 include         "../../../conf/GENERIC"  include         "../../../conf/GENERIC"
 maxusers        4                       # estimated number of users  maxusers        32                      # estimated number of users
   
 options         ARM32  options         ARM32
   
Line 20 
Line 20 
 makeoptions     BOARDTYPE="jornada720"  # XXX Jornada 728 differs only by doubling RAM  makeoptions     BOARDTYPE="jornada720"  # XXX Jornada 728 differs only by doubling RAM
 makeoptions DEBUG="-g"  makeoptions DEBUG="-g"
   
 rmoption        DDB  #rmoption       DDB
 rmoption        USER_CONF  #rmoption       USER_CONF
   
 options         CPU_SA1110              # Support the StrongARM 1110 core  options         CPU_SA1110              # Support the StrongARM 1110 core
 options         VERBOSE_PMAP_DEVMAP  options         VERBOSE_PMAP_DEVMAP
Line 29 
Line 29 
   
 #options        BOOTCONSOLE_COM # use UART3 as boot console (instead of framebuffer)  #options        BOOTCONSOLE_COM # use UART3 as boot console (instead of framebuffer)
   
 #config bsd root on nfs swap on nfs  #config bsd     swap generic
 config          bsd     root on rd0a swap on rd0b  config bsd root on rd0a swap on nfs
   
 # The main bus device  # The main bus device
 mainbus0        at root  mainbus0        at root
Line 40 
Line 40 
 saip0           at mainbus?  saip0           at mainbus?
   
 # Chip companion (SA1111)  # Chip companion (SA1111)
 #sacc0          at saip? addr 0x40000000  # sacc's INT line is connected to GPIO 0 on sa11x0
   #sacc0          at saip? addr 0x40000000 intr 0
   #sacic0         at sacc?
   #sacgpio0       at sacc?
   
 # Jornada framebuffer  # Jornada framebuffer
 jfb0            at saip? addr 0x48200000  jfb0            at saip? addr 0x48200000
Line 53 
Line 56 
 saost0          at saip? addr 0x90000000 size 0x20  saost0          at saip? addr 0x90000000 size 0x20
   
 # Serial Port 3 (UART)  # Serial Port 3 (UART)
 sacom0          at saip? addr 0x80050000 size 0x24 intr 17  #sacom0         at saip? addr 0x80050000 size 0x24
   
 # MCP/SSP (Serial Port 4)  # MCP/SSP (Serial Port 4)
 sassp0          at saip? addr 0x80070000  sassp0          at saip? addr 0x80070000
 spibus*         at sassp?  spibus*         at sassp?
   
 # Onboard MCU (keyboard, touchscreen)  # Onboard MCU (keyboard, touchscreen)
 #jmcu0          at spibus?  jmcu0           at spibus?
 #wskbd*         at jmcu?  wskbd*          at jmcu?
   
 # GPIO controller  # GPIO controller
 sagpio0         at saip? addr 0x90040000  sagpio0         at saip? addr 0x90040000
   
   # Jornada ts
   #jts0           at jmcu?
   #wsmouse*       at jts?
   
 # RAMDISK stuff  # RAMDISK stuff
 option          MINIROOTSIZE=5120  option          MINIROOTSIZE=5120
 option          RAMDISK_HOOKS  option          RAMDISK_HOOKS
   
   #pseudo-device  crypto          1
 pseudo-device   rd      1  pseudo-device   rd      1
   

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

CVSweb