JORNADA720 revision 1.89
1# $NetBSD: JORNADA720,v 1.89 2013/03/01 18:25:41 joerg 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.89 $" 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 NETATALK # AppleTalk networking 69options PFIL_HOOKS # pfil(9) packet filter hooks 70options PPP_BSDCOMP # BSD-Compress compression support for PPP 71options PPP_DEFLATE # Deflate compression support for PPP 72options PPP_FILTER # Active filter support for PPP (requires bpf) 73#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 74 75# Compatibility options 76 77#options COMPAT_43 # 4.3BSD compatibility. 78options COMPAT_40 # NetBSD 4.0 compatibility. 79options COMPAT_30 # NetBSD 3.0 compatibility. 80options COMPAT_20 # NetBSD 2.0 compatibility. 81options COMPAT_16 # NetBSD 1.6 compatibility. 82options COMPAT_15 # NetBSD 1.5 compatibility. 83options COMPAT_14 # NetBSD 1.4 compatibility. 84#options COMPAT_13 # NetBSD 1.3 compatibility. 85#options COMPAT_12 # NetBSD 1.2 compatibility. 86#options COMPAT_11 # NetBSD 1.1 compatibility. 87#options COMPAT_10 # NetBSD 1.0 compatibility. 88#options COMPAT_09 # NetBSD 0.9 compatibility. 89#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 90options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 91 92# Shared memory options 93 94options SYSVMSG # System V-like message queues 95options SYSVSEM # System V-like semaphores 96options SYSVSHM # System V-like memory sharing 97 98# Device options 99 100#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 101#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 102#options MEMORY_DISK_IS_ROOT # use memory disk as root 103 104# Miscellaneous kernel options 105options KTRACE # system call tracing, a la ktrace(1) 106options IRQSTATS # manage IRQ statistics 107options KMEMSTATS # kernel memory statistics 108#options SCSIVERBOSE # Verbose SCSI errors 109options USERCONF # userconf(4) support 110#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 111#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 112 113options NFS_BOOT_DHCP 114 115# Development and Debugging options 116 117#options BOOT_DUMP # Enable memorydump at boot 118#options DIAGNOSTIC # internal consistency checks 119#options DEBUG # expensive debugging checks/support 120#options PMAP_DEBUG # Enable pmap_debug_level code 121options DDB # in-kernel debugger 122#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 123#makeoptions DEBUG="-g" # compile full symbol table 124 125config netbsd root on ? type ? 126#options COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0 127 128# The main bus device 129mainbus0 at root 130 131# The boot CPU 132cpu0 at mainbus? 133 134saip0 at mainbus? 135 136# Serial 137options CONSPEED=19200 138sacom* at saip? addr 0x80050000 size 0x24 intr 17 139 140# OS Timer 141saost* at saip? addr 0x90000000 size 0x20 142 143# SA-1111 companion chip 144sacc0 at saip? addr 0x40000000 size 0x2000 145 146# PCMCIA bus support 147sacpcic* at sacc? 148pcmcia* at sacpcic? 149 150# PCMCIA serial interfaces 151com* at pcmcia? function ? # Modems and serial cards 152 153pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 154com* at pcmcom? slave ? # ...and the slave devices 155 156# PCMCIA SCSI controllers 157aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 158esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 159spc* at pcmcia? function ? # Fujitsu MB87030/MB89352 SCSI 160 161# SCSI bus support 162scsibus* at scsi? 163 164# SCSI devices 165sd* at scsibus? target ? lun ? # SCSI disk drives 166st* at scsibus? target ? lun ? # SCSI tape drives 167cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 168ch* at scsibus? target ? lun ? # SCSI autochangers 169ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 170ss* at scsibus? target ? lun ? # SCSI scanners 171uk* at scsibus? target ? lun ? # SCSI unknown 172 173# PCMCIA IDE controllers and disks 174wdc* at pcmcia? function ? 175atabus* at ata? 176wd* at atabus? drive ? 177 178# PCMCIA network interfaces 179an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11) 180awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 181cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 182cs* at pcmcia? function ? # CS89xx Ethernet 183ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 184mbe* at pcmcia? function ? # MB8696x based Ethernet 185ne* at pcmcia? function ? # NE2000-compatible Ethernet 186ray* at pcmcia? function ? # Raytheon Raylink (802.11) 187sm* at pcmcia? function ? # Megahertz Ethernet 188wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11) 189xirc* at pcmcia? function ? # Xircom CreditCard Ethernet 190com* at xirc? 191xi* at xirc? 192mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 193com* at mhzc? 194sm* at mhzc? 195 196# MII/PHY support 197acphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs 198amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 199bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 200brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 201dmphy* at mii? phy ? # Davicom DM9101 PHYs 202exphy* at mii? phy ? # 3Com internal PHYs 203glxtphy* at mii? phy ? # Level One LXT-1000 PHYs 204gphyter* at mii? phy ? # NS83861 Gig-E PHY 205icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 206ikphy* at mii? phy ? # Intel 82563 PHYs 207inphy* at mii? phy ? # Intel 82555 PHYs 208iophy* at mii? phy ? # Intel 82553 PHYs 209lxtphy* at mii? phy ? # Level One LXT-970 PHYs 210makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 211nsphy* at mii? phy ? # NS83840 PHYs 212nsphyter* at mii? phy ? # NS83843 PHYs 213pnaphy* at mii? phy ? # generic HomePNA PHYs 214qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 215rgephy* at mii? phy ? # Realtek 8169S/8110S internal PHYs 216rlphy* at mii? phy ? # Realtek 8139/8201L PHYs 217sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 218tlphy* at mii? phy ? # ThunderLAN PHYs 219tqphy* at mii? phy ? # TDK Semiconductor PHYs 220ukphy* at mii? phy ? # generic unknown PHYs 221urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 222 223# Bluetooth Controller and Device support 224 225# Bluetooth PCMCIA Controllers 226bt3c* at pcmcia? function ? # 3Com 3CRWB6096-A 227btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139 228 229# Bluetooth Device Hub 230bthub* at bcsp? 231bthub* at bt3c? 232bthub* at btbc? 233bthub* at btuart? 234 235# Bluetooth HID support 236bthidev* at bthub? 237 238# Bluetooth Mouse 239btms* at bthidev? reportid ? 240wsmouse* at btms? mux 0 241 242# Bluetooth Keyboard 243btkbd* at bthidev? reportid ? 244wskbd* at btkbd? console ? mux 1 245 246# Bluetooth Apple Magic Mouse 247btmagic* at bthub? 248wsmouse* at btmagic? mux 0 249 250# Bluetooth Audio support 251#btsco* at bthub? 252 253# wscons options 254options WSEMUL_VT100 255options WSDISPLAY_DEFAULTSCREENS=2 256options FONT_VT220L8x10 257# The X server requires theses two options 258options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 259options WSDISPLAY_COMPAT_RAWKBD 260# customization of console and kernel output - see dev/wscons/wsdisplayvar.h 261options WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8) 262#options WS_DEFAULT_FG=WSCOL_WHITE 263#options WS_DEFAULT_BG=WSCOL_BLACK 264#options WS_DEFAULT_COLATTR="(0)" 265#options WS_DEFAULT_MONOATTR="(0)" 266#options WS_KERNEL_FG=WSCOL_WHITE 267#options WS_KERNEL_BG=WSCOL_BLACK 268#options WS_KERNEL_COLATTR="(0)" 269#options WS_KERNEL_MONOATTR="(0)" 270 271# Physical console 272sed0 at saip? 273hpcfb* at sed? 274wsdisplay* at hpcfb? 275 276# SSP port 277j720ssp0 at saip? addr 0x80070000 size 0x100 278 279# Keyboard driver 280j720kbd* at j720ssp? 281hpckbd* at j720kbd? 282wskbd0 at hpckbd? mux 1 283 284# Touch-panel 285j720tp* at j720ssp? # touch-panel 286wsmouse* at j720tp? mux 0 # - as a pointing device 287#wskbd1 at j720tp? mux 1 # - "hard icons" as keys 288 289# LCD screen control 290j720lcd* at j720ssp? 291 292# Power management 293j720pwr* at j720ssp? 294hpcapm0 at j720pwr? # power management 295apmdev0 at hpcapm0 # APM 296 297# Pseudo-devices 298pseudo-device loop 1 # network loopback 299pseudo-device bpfilter # packet filter 300pseudo-device sl # CSLIP 301pseudo-device ppp # PPP 302pseudo-device tun # network tunneling over tty 303#pseudo-device gre # generic L3 over IP tunnel 304#pseudo-device ipfilter 1 # ip filter 305pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 306#pseudo-device faith # IPv[46] tcp relay translation i/f 307pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 308#pseudo-device strip # STarmode Radio IP (Metricon Ricochet) 309 310pseudo-device vlan # IEEE 802.1q encapsulation 311pseudo-device pty # pseudo-terminals 312#pseudo-device vnd # disk-like interface to files 313#pseudo-device ccd 2 # concatenated disk devices 314#pseudo-device cgd 2 # cryptographic disk devices 315#pseudo-device raid 4 # RAIDframe disk driver 316#options RAID_AUTOCONFIG # auto-configuration of RAID components 317#pseudo-device fss # file system snapshot device 318 319pseudo-device biconsdev 1 # build-in console device 320pseudo-device wsmux 321 322pseudo-device md # Ramdisk driver 323pseudo-device clockctl # user control of clock subsystem 324pseudo-device ksyms # /dev/ksyms 325pseudo-device bcsp # BlueCore Serial Protocol 326pseudo-device btuart # Bluetooth HCI UART (H4) 327