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