JORNADA720 revision 1.88
1# $NetBSD: JORNADA720,v 1.88 2012/12/06 06:25:25 msaitoh Exp $ 2# 3# JORNADA -- Windows-CE based jornada 720 4# 5 6include "arch/hpcarm/conf/std.sa11x0" 7 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9 10#ident "GENERIC-$Revision: 1.88 $" 11 12# estimated number of users 13maxusers 32 14 15# Standard system options 16 17#options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 18 # (default timezone is passed from hpcboot) 19#options NTP # NTP phase/frequency locked loop 20 21# CPU options 22 23options CPU_SA1110 # Support the SA-1110 core 24 25# Architecture options 26 27# File systems 28 29file-system FFS # UFS 30#file-system LFS # log-structured file system 31file-system MFS # memory file system 32file-system NFS # Network file system 33#file-system ADOSFS # AmigaDOS-compatible file system 34#file-system EXT2FS # second extended file system (linux) 35file-system CD9660 # ISO 9660 + Rock Ridge file system 36file-system MSDOSFS # MS-DOS file system 37file-system FDESC # /dev/fd 38#file-system FILECORE # Acorn filecore file system 39file-system KERNFS # /kern 40file-system NULLFS # loopback file system 41#file-system OVERLAY # overlay filesystem 42file-system PROCFS # /proc 43#file-system UMAPFS # NULLFS + uid and gid remapping 44file-system UNION # union file system 45file-system PTYFS # /dev/pts/N support 46file-system TMPFS # Efficient memory file-system 47#file-system UDF # experimental - OSTA UDF CD/DVD file-system 48 49# File system options 50#options QUOTA # legacy UFS quotas 51#options QUOTA2 # new, in-filesystem UFS quotas 52#options FFS_EI # FFS Endian Independent support 53options WAPBL # File system journaling support 54#options FFS_NO_SNAPSHOT # No FFS snapshot support 55#options NFSSERVER 56 57# Networking options 58 59options GATEWAY # packet forwarding 60options INET # IP + ICMP + TCP + UDP 61options INET6 # IPV6 62options IPSEC # IP security 63options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 64#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 65#options IPSEC_DEBUG # debug for IP security 66options MROUTING # IP multicast routing 67options PIM # Protocol Independent Multicast 68options ISO,TPIP # OSI 69#options EON # OSI tunneling over IP 70options NETATALK # AppleTalk networking 71options PFIL_HOOKS # pfil(9) packet filter hooks 72options PPP_BSDCOMP # BSD-Compress compression support for PPP 73options PPP_DEFLATE # Deflate compression support for PPP 74options PPP_FILTER # Active filter support for PPP (requires bpf) 75#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 76 77# Compatibility options 78 79#options COMPAT_43 # 4.3BSD compatibility. 80options COMPAT_40 # NetBSD 4.0 compatibility. 81options COMPAT_30 # NetBSD 3.0 compatibility. 82options COMPAT_20 # NetBSD 2.0 compatibility. 83options COMPAT_16 # NetBSD 1.6 compatibility. 84options COMPAT_15 # NetBSD 1.5 compatibility. 85options COMPAT_14 # NetBSD 1.4 compatibility. 86#options COMPAT_13 # NetBSD 1.3 compatibility. 87#options COMPAT_12 # NetBSD 1.2 compatibility. 88#options COMPAT_11 # NetBSD 1.1 compatibility. 89#options COMPAT_10 # NetBSD 1.0 compatibility. 90#options COMPAT_09 # NetBSD 0.9 compatibility. 91#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 92options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 93 94# Shared memory options 95 96options SYSVMSG # System V-like message queues 97options SYSVSEM # System V-like semaphores 98options SYSVSHM # System V-like memory sharing 99 100# Device options 101 102#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 103#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 104#options MEMORY_DISK_IS_ROOT # use memory disk as root 105 106# Miscellaneous kernel options 107options KTRACE # system call tracing, a la ktrace(1) 108options IRQSTATS # manage IRQ statistics 109options KMEMSTATS # kernel memory statistics 110#options SCSIVERBOSE # Verbose SCSI errors 111options USERCONF # userconf(4) support 112#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 113#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 114 115options NFS_BOOT_DHCP 116 117# Development and Debugging options 118 119#options BOOT_DUMP # Enable memorydump at boot 120#options DIAGNOSTIC # internal consistency checks 121#options DEBUG # expensive debugging checks/support 122#options PMAP_DEBUG # Enable pmap_debug_level code 123options DDB # in-kernel debugger 124#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 125#makeoptions DEBUG="-g" # compile full symbol table 126 127config netbsd root on ? type ? 128#options COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0 129 130# The main bus device 131mainbus0 at root 132 133# The boot CPU 134cpu0 at mainbus? 135 136saip0 at mainbus? 137 138# Serial 139options CONSPEED=19200 140sacom* at saip? addr 0x80050000 size 0x24 intr 17 141 142# OS Timer 143saost* at saip? addr 0x90000000 size 0x20 144 145# SA-1111 companion chip 146sacc0 at saip? addr 0x40000000 size 0x2000 147 148# PCMCIA bus support 149sacpcic* at sacc? 150pcmcia* at sacpcic? 151 152# PCMCIA serial interfaces 153com* at pcmcia? function ? # Modems and serial cards 154 155pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 156com* at pcmcom? slave ? # ...and the slave devices 157 158# PCMCIA SCSI controllers 159aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 160esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 161spc* at pcmcia? function ? # Fujitsu MB87030/MB89352 SCSI 162 163# SCSI bus support 164scsibus* at scsi? 165 166# SCSI devices 167sd* at scsibus? target ? lun ? # SCSI disk drives 168st* at scsibus? target ? lun ? # SCSI tape drives 169cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 170ch* at scsibus? target ? lun ? # SCSI autochangers 171ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 172ss* at scsibus? target ? lun ? # SCSI scanners 173uk* at scsibus? target ? lun ? # SCSI unknown 174 175# PCMCIA IDE controllers and disks 176wdc* at pcmcia? function ? 177atabus* at ata? 178wd* at atabus? drive ? 179 180# PCMCIA network interfaces 181an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11) 182awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 183cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 184cs* at pcmcia? function ? # CS89xx Ethernet 185ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 186mbe* at pcmcia? function ? # MB8696x based Ethernet 187ne* at pcmcia? function ? # NE2000-compatible Ethernet 188ray* at pcmcia? function ? # Raytheon Raylink (802.11) 189sm* at pcmcia? function ? # Megahertz Ethernet 190wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11) 191xirc* at pcmcia? function ? # Xircom CreditCard Ethernet 192com* at xirc? 193xi* at xirc? 194mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 195com* at mhzc? 196sm* at mhzc? 197 198# MII/PHY support 199acphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs 200amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 201bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 202brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 203dmphy* at mii? phy ? # Davicom DM9101 PHYs 204exphy* at mii? phy ? # 3Com internal PHYs 205glxtphy* at mii? phy ? # Level One LXT-1000 PHYs 206gphyter* at mii? phy ? # NS83861 Gig-E PHY 207icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 208ikphy* at mii? phy ? # Intel 82563 PHYs 209inphy* at mii? phy ? # Intel 82555 PHYs 210iophy* at mii? phy ? # Intel 82553 PHYs 211lxtphy* at mii? phy ? # Level One LXT-970 PHYs 212makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 213nsphy* at mii? phy ? # NS83840 PHYs 214nsphyter* at mii? phy ? # NS83843 PHYs 215pnaphy* at mii? phy ? # generic HomePNA PHYs 216qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 217rgephy* at mii? phy ? # Realtek 8169S/8110S internal PHYs 218rlphy* at mii? phy ? # Realtek 8139/8201L PHYs 219sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 220tlphy* at mii? phy ? # ThunderLAN PHYs 221tqphy* at mii? phy ? # TDK Semiconductor PHYs 222ukphy* at mii? phy ? # generic unknown PHYs 223urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 224 225# Bluetooth Controller and Device support 226 227# Bluetooth PCMCIA Controllers 228bt3c* at pcmcia? function ? # 3Com 3CRWB6096-A 229btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139 230 231# Bluetooth Device Hub 232bthub* at bcsp? 233bthub* at bt3c? 234bthub* at btbc? 235bthub* at btuart? 236 237# Bluetooth HID support 238bthidev* at bthub? 239 240# Bluetooth Mouse 241btms* at bthidev? reportid ? 242wsmouse* at btms? mux 0 243 244# Bluetooth Keyboard 245btkbd* at bthidev? reportid ? 246wskbd* at btkbd? console ? mux 1 247 248# Bluetooth Apple Magic Mouse 249btmagic* at bthub? 250wsmouse* at btmagic? mux 0 251 252# Bluetooth Audio support 253#btsco* at bthub? 254 255# wscons options 256options WSEMUL_VT100 257options WSDISPLAY_DEFAULTSCREENS=2 258options FONT_VT220L8x10 259# The X server requires theses two options 260options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 261options WSDISPLAY_COMPAT_RAWKBD 262# customization of console and kernel output - see dev/wscons/wsdisplayvar.h 263options WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8) 264#options WS_DEFAULT_FG=WSCOL_WHITE 265#options WS_DEFAULT_BG=WSCOL_BLACK 266#options WS_DEFAULT_COLATTR="(0)" 267#options WS_DEFAULT_MONOATTR="(0)" 268#options WS_KERNEL_FG=WSCOL_WHITE 269#options WS_KERNEL_BG=WSCOL_BLACK 270#options WS_KERNEL_COLATTR="(0)" 271#options WS_KERNEL_MONOATTR="(0)" 272 273# Physical console 274sed0 at saip? 275hpcfb* at sed? 276wsdisplay* at hpcfb? 277 278# SSP port 279j720ssp0 at saip? addr 0x80070000 size 0x100 280 281# Keyboard driver 282j720kbd* at j720ssp? 283hpckbd* at j720kbd? 284wskbd0 at hpckbd? mux 1 285 286# Touch-panel 287j720tp* at j720ssp? # touch-panel 288wsmouse* at j720tp? mux 0 # - as a pointing device 289#wskbd1 at j720tp? mux 1 # - "hard icons" as keys 290 291# LCD screen control 292j720lcd* at j720ssp? 293 294# Power management 295j720pwr* at j720ssp? 296hpcapm0 at j720pwr? # power management 297apmdev0 at hpcapm0 # APM 298 299# Pseudo-devices 300pseudo-device loop 1 # network loopback 301pseudo-device bpfilter # packet filter 302pseudo-device sl # CSLIP 303pseudo-device ppp # PPP 304pseudo-device tun # network tunneling over tty 305#pseudo-device gre # generic L3 over IP tunnel 306#pseudo-device ipfilter 1 # ip filter 307pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 308#pseudo-device faith # IPv[46] tcp relay translation i/f 309pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 310#pseudo-device strip # STarmode Radio IP (Metricon Ricochet) 311 312pseudo-device vlan # IEEE 802.1q encapsulation 313pseudo-device pty # pseudo-terminals 314#pseudo-device vnd # disk-like interface to files 315#pseudo-device ccd 2 # concatenated disk devices 316#pseudo-device cgd 2 # cryptographic disk devices 317#pseudo-device raid 4 # RAIDframe disk driver 318#options RAID_AUTOCONFIG # auto-configuration of RAID components 319#pseudo-device fss # file system snapshot device 320 321pseudo-device biconsdev 1 # build-in console device 322pseudo-device wsmux 323 324pseudo-device md # Ramdisk driver 325pseudo-device clockctl # user control of clock subsystem 326pseudo-device ksyms # /dev/ksyms 327pseudo-device bcsp # BlueCore Serial Protocol 328pseudo-device btuart # Bluetooth HCI UART (H4) 329