1 1.1 agc # $NetBSD: JORNADA728,v 1.1 2003/09/16 08:22:00 agc Exp $ 2 1.1 agc # 3 1.1 agc # JORNADA -- Windows-CE based jornada 728 4 1.1 agc # 5 1.1 agc 6 1.1 agc include "arch/hpcarm/conf/std.hpcarm" 7 1.1 agc 8 1.1 agc #options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9 1.1 agc 10 1.1 agc #ident "GENERIC-$Revision: 1.1 $" 11 1.1 agc 12 1.1 agc # estimated number of users 13 1.1 agc maxusers 32 14 1.1 agc 15 1.1 agc # Standard system options 16 1.1 agc 17 1.1 agc options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 18 1.1 agc #options NTP # NTP phase/frequency locked loop 19 1.1 agc 20 1.1 agc # CPU options 21 1.1 agc 22 1.1 agc options CPU_SA1110 # Support the SA1110 core 23 1.1 agc 24 1.1 agc # Memory options 25 1.1 agc 26 1.1 agc options DRAM_PAGES=16384 # 64 MB of memory is standard 27 1.1 agc 28 1.1 agc # Architecture options 29 1.1 agc 30 1.1 agc # FPA options 31 1.1 agc 32 1.1 agc #options ARMFPE # ARM Ltd FPE 33 1.1 agc 34 1.1 agc # File systems 35 1.1 agc 36 1.1 agc file-system FFS # UFS 37 1.1 agc #file-system LFS # log-structured file system 38 1.1 agc file-system MFS # memory file system 39 1.1 agc file-system NFS # Network file system 40 1.1 agc #file-system ADOSFS # AmigaDOS-compatible file system 41 1.1 agc #file-system EXT2FS # second extended file system (linux) 42 1.1 agc #file-system CD9660 # ISO 9660 + Rock Ridge file system 43 1.1 agc file-system MSDOSFS # MS-DOS file system 44 1.1 agc file-system FDESC # /dev/fd 45 1.1 agc #file-system FILECORE # Acorn filecore file system 46 1.1 agc file-system KERNFS # /kern 47 1.1 agc file-system NULLFS # loopback file system 48 1.1 agc #file-system OVERLAY # overlay filesystem 49 1.1 agc #file-system PORTAL # portal filesystem (still experimental) 50 1.1 agc #file-system PROCFS # /proc 51 1.1 agc #file-system UMAPFS # NULLFS + uid and gid remapping 52 1.1 agc #file-system UNION # union file system 53 1.1 agc 54 1.1 agc # File system options 55 1.1 agc #options QUOTA # UFS quotas 56 1.1 agc #options FFS_EI # FFS Endian Independant support 57 1.1 agc options SOFTDEP # FFS soft updates support. 58 1.1 agc #options NFSSERVER 59 1.1 agc 60 1.1 agc # Networking options 61 1.1 agc 62 1.1 agc options GATEWAY # packet forwarding 63 1.1 agc options INET # IP + ICMP + TCP + UDP 64 1.1 agc options INET6 # IPV6 65 1.1 agc #options IPSEC # IP security 66 1.1 agc #options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 67 1.1 agc #options IPSEC_DEBUG # debug for IP security 68 1.1 agc #options MROUTING # IP multicast routing 69 1.1 agc options NS # XNS 70 1.1 agc #options NSIP # XNS tunneling over IP 71 1.1 agc options ISO,TPIP # OSI 72 1.1 agc #options EON # OSI tunneling over IP 73 1.1 agc options CCITT,LLC,HDLC # X.25 74 1.1 agc options NETATALK # AppleTalk networking 75 1.1 agc options PFIL_HOOKS # pfil(9) packet filter hooks 76 1.1 agc options PPP_BSDCOMP # BSD-Compress compression support for PPP 77 1.1 agc options PPP_DEFLATE # Deflate compression support for PPP 78 1.1 agc options PPP_FILTER # Active filter support for PPP (requires bpf) 79 1.1 agc #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 80 1.1 agc 81 1.1 agc # Compatibility options 82 1.1 agc 83 1.1 agc #options COMPAT_43 # 4.3BSD compatibility. 84 1.1 agc options COMPAT_14 # NetBSD 1.4 compatibility. 85 1.1 agc #options COMPAT_13 # NetBSD 1.3 compatibility. 86 1.1 agc #options COMPAT_12 # NetBSD 1.2 compatibility. 87 1.1 agc #options COMPAT_11 # NetBSD 1.1 compatibility. 88 1.1 agc #options COMPAT_10 # NetBSD 1.0 compatibility. 89 1.1 agc #options COMPAT_09 # NetBSD 0.9 compatibility. 90 1.1 agc #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 91 1.1 agc 92 1.1 agc # Shared memory options 93 1.1 agc 94 1.1 agc options SYSVMSG # System V-like message queues 95 1.1 agc options SYSVSEM # System V-like semaphores 96 1.1 agc options SYSVSHM # System V-like memory sharing 97 1.1 agc options SHMMAXPGS=1024 # 1024 pages is the default 98 1.1 agc 99 1.1 agc # Device options 100 1.1 agc 101 1.1 agc #options MEMORY_DISK_HOOKS # boottime setup of ramdisk 102 1.1 agc #options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 103 1.1 agc #options MEMORY_DISK_IS_ROOT # use memory disk as root 104 1.1 agc 105 1.1 agc # Miscellaneous kernel options 106 1.1 agc options KTRACE # system call tracing, a la ktrace(1) 107 1.1 agc options IRQSTATS # manage IRQ statistics 108 1.1 agc options LKM # loadable kernel modules 109 1.1 agc options KMEMSTATS # kernel memory statistics 110 1.1 agc #options SCSIVERBOSE # Verbose SCSI errors 111 1.1 agc options USERCONF # userconf(4) support 112 1.1 agc #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 113 1.1 agc 114 1.1 agc options NFS_BOOT_DHCP 115 1.1 agc 116 1.1 agc # Development and Debugging options 117 1.1 agc 118 1.1 agc #options BOOT_DUMP # Enable memorydump at boot 119 1.1 agc #options PORTMASTER # Enable PortMaster only options 120 1.1 agc options DIAGNOSTIC # internal consistency checks 121 1.1 agc #options PMAP_DEBUG # Enable pmap_debug_level code 122 1.1 agc #options IPKDB # remote kernel debugging 123 1.1 agc options DDB # in-kernel debugger 124 1.1 agc #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 125 1.1 agc #makeoptions DEBUG="-g" # compile full symbol table 126 1.1 agc 127 1.1 agc config netbsd root on ? type ? 128 1.1 agc #options COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0 129 1.1 agc 130 1.1 agc # The main bus device 131 1.1 agc mainbus0 at root 132 1.1 agc 133 1.1 agc # The boot cpu 134 1.1 agc cpu0 at mainbus? 135 1.1 agc 136 1.1 agc saip0 at mainbus? 137 1.1 agc 138 1.1 agc # Serial 139 1.1 agc options CONSPEED=19200 140 1.1 agc sacom* at saip? addr 0xd000d000 size 0x24 intr 17 141 1.1 agc 142 1.1 agc #OS Timer 143 1.1 agc saost* at saip? addr 0x90000000 size 0x20 144 1.1 agc 145 1.1 agc # SA1111 companion chip 146 1.1 agc sacc0 at saip? addr 0x40000000 size 0x2000 147 1.1 agc 148 1.1 agc # PCMCIA bus support 149 1.1 agc sacpcic* at sacc? 150 1.1 agc pcmcia* at sacpcic? 151 1.1 agc 152 1.1 agc # PCMCIA serial interfaces 153 1.1 agc com* at pcmcia? function ? # Modems and serial cards 154 1.1 agc 155 1.1 agc # PCMCIA IDE controllers and disks 156 1.1 agc wdc* at pcmcia? function ? 157 1.1 agc wd* at wdc? 158 1.1 agc 159 1.1 agc # PCMCIA network interfaces 160 1.1 agc an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11) 161 1.1 agc awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 162 1.1 agc cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 163 1.1 agc ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 164 1.1 agc mbe* at pcmcia? function ? # MB8696x based Ethernet 165 1.1 agc ne* at pcmcia? function ? # NE2000-compatible Ethernet 166 1.1 agc ray* at pcmcia? function ? # Raytheon Raylink (802.11) 167 1.1 agc #sm* at pcmcia? function ? # Megahertz Ethernet 168 1.1 agc wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11) 169 1.1 agc #xi* at pcmcia? function ? # Xircom CreditCard Ethernet 170 1.1 agc 171 1.1 agc #mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 172 1.1 agc #com* at mhzc? 173 1.1 agc #sm* at mhzc? 174 1.1 agc 175 1.1 agc # MII/PHY support 176 1.1 agc acphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs 177 1.1 agc amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 178 1.1 agc bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 179 1.1 agc brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 180 1.1 agc dmphy* at mii? phy ? # Davicom DM9101 PHYs 181 1.1 agc exphy* at mii? phy ? # 3Com internal PHYs 182 1.1 agc glxtphy* at mii? phy ? # Level One LXT-1000 PHYs 183 1.1 agc gphyter* at mii? phy ? # NS83861 Gig-E PHY 184 1.1 agc icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 185 1.1 agc inphy* at mii? phy ? # Intel 82555 PHYs 186 1.1 agc iophy* at mii? phy ? # Intel 82553 PHYs 187 1.1 agc lxtphy* at mii? phy ? # Level One LXT-970 PHYs 188 1.1 agc makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 189 1.1 agc nsphy* at mii? phy ? # NS83840 PHYs 190 1.1 agc nsphyter* at mii? phy ? # NS83843 PHYs 191 1.1 agc pnaphy* at mii? phy ? # generic HomePNA PHYs 192 1.1 agc qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 193 1.1 agc sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 194 1.1 agc tlphy* at mii? phy ? # ThunderLAN PHYs 195 1.1 agc tqphy* at mii? phy ? # TDK Semiconductor PHYs 196 1.1 agc ukphy* at mii? phy ? # generic unknown PHYs 197 1.1 agc urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 198 1.1 agc 199 1.1 agc # Peripheral IO Controller 200 1.1 agc #pioc0 at mainbus? base 0x00210000 201 1.1 agc 202 1.1 agc # Serial ports 203 1.1 agc #com* at pioc? offset 0x03f8 irq 10 204 1.1 agc #com* at pioc? offset 0x02f8 irq -1 205 1.1 agc #com* at pioc? offset 0x0338 irq -1 206 1.1 agc #com* at pioc? offset 0x0238 irq -1 207 1.1 agc 208 1.1 agc # Parallel ports 209 1.1 agc #lpt* at pioc? offset 0x0278 irq 0 210 1.1 agc #lpt* at pioc? offset 0x0378 irq -1 211 1.1 agc #lpt* at pioc? offset 0x03bc irq -1 212 1.1 agc 213 1.1 agc options WSEMUL_VT100 214 1.1 agc options WSDISPLAY_DEFAULTSCREENS=2 215 1.1 agc # see arch/hpcarm/dev/j720kbdmap.c for implemented layouts 216 1.1 agc #options J720KBD_LAYOUT=KB_FR 217 1.1 agc options FONT_VT220L8x10 218 1.1 agc # The X server requires theses two options 219 1.1 agc options WSDISPLAY_COMPAT_USL 220 1.1 agc options WSDISPLAY_COMPAT_RAWKBD 221 1.1 agc 222 1.1 agc # physical console 223 1.1 agc sed0 at saip? 224 1.1 agc hpcfb* at sed? 225 1.1 agc wsdisplay* at hpcfb? 226 1.1 agc j720ssp0 at saip? addr 0x80070000 size 0x100 227 1.1 agc wskbd* at j720ssp? mux 1 228 1.1 agc wsmouse* at j720ssp? mux 0 229 1.1 agc 230 1.1 agc pseudo-device loop 1 # network loopback 231 1.1 agc pseudo-device bpfilter 8 # packet filter 232 1.1 agc pseudo-device sl 2 # CSLIP 233 1.1 agc pseudo-device ppp 2 # PPP 234 1.1 agc pseudo-device tun 2 # network tunneling over tty 235 1.1 agc #pseudo-device gre 2 # generic L3 over IP tunnel 236 1.1 agc #pseudo-device ipfilter 1 # ip filter 237 1.1 agc pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 238 1.1 agc #pseudo-device faith 1 # IPv[46] tcp relay translation i/f 239 1.1 agc #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 240 1.1 agc #pseudo-device strip 4 # STarmode Radio IP (Metricon Ricochet) 241 1.1 agc pseudo-device vlan # IEEE 802.1q encapsulation 242 1.1 agc pseudo-device pty # pseudo-terminals 243 1.1 agc pseudo-device tb 1 # tablet line discipline 244 1.1 agc #pseudo-device vnd 4 # disk-like interface to files 245 1.1 agc #pseudo-device ccd 2 # concatenated disk devices 246 1.1 agc #pseudo-device cgd 2 # cryptographic disk devices 247 1.1 agc #pseudo-device raid 4 # RAIDframe disk driver 248 1.1 agc #options RAID_AUTOCONFIG # auto-configuration of RAID components 249 1.1 agc 250 1.1 agc pseudo-device biconsdev 1 # build-in console device 251 1.1 agc pseudo-device wsmux 252 1.1 agc 253 1.1 agc pseudo-device md 1 # Ramdisk driver 254 1.1 agc pseudo-device rnd # /dev/random and in-kernel generator 255 1.1 agc pseudo-device clockctl # user control of clock subsystem 256