1# $NetBSD: GENERIC,v 1.24 2002/04/25 15:06:28 atatat Exp $ 2# 3# GENERIC machine description file 4# 5# This machine description file is used to generate the default NetBSD 6# kernel. The generic kernel does not include all options, subsystems 7# and device drivers, but should be useful for most applications. 8# 9# The machine description file can be customised for your specific 10# machine to reduce the kernel size and improve its performance. 11# 12# For further information on compiling NetBSD kernels, see the config(8) 13# man page. 14# 15# For further information on hardware support for this architecture, see 16# the intro(4) man page. For further information about kernel options 17# for this architecture, see the options(4) man page. For an explanation 18# of each device driver in this file see the section 4 man page for the 19# device. 20 21# 22# This kernel supports... 23# HP Jornada 680/690 24# HP HP620LX 25# HITACHI HPW50PA 26# 27 28include "arch/hpcsh/conf/std.hpcsh" 29 30options INCLUDE_CONFIG_FILE # embed config file in kernel binary 31 32maxusers 32 # estimated number of users 33 34options SH3 35# 36# PCLOCK is estimated by kernel. 37# PCLOCK CPU CLOCK 38# HP Jornada 680/690 22.22MHz 133MHz 39# HP HP620LX 18.75MHz 75MMHz 40# HITACHI HPW50PA 25MHz 100MHz 41# 42 43options DDB # in-kernel debugger 44#options KGDB # in-kernel debugger 45#makeoptions DEBUG="-g" # compile full symbol table 46#options KGDB_DEVRATE=19200 47# HP Jornada 48#options "KGDB_DEVNAME=\"scif\"" 49# HITACHI PERSONA (SH3) 50#options "KGDB_DEVNAME=\"hd64461uart\"" 51# HITACHI PERSONA (SH4) 52#options "KGDB_DEVNAME=\"hd64465uart\"" 53 54#options HPC_DEBUG_INTERRUPT_MONITOR 55#options KSTACK_DEBUG 56options DIAGNOSTIC # extra kernel debugging checks 57options DEBUG # extra kernel debugging support 58#options KTRACE # system call tracing support 59options KLOADER_KERNEL_PATH="\"/netbsd\"" 60 61# Standard system options 62options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT 63 64#options PCMCIAVERBOSE # verbose PCMCIA configuration messages 65#options USERCONF # userconf(4) support 66options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 67 68# Executable format options 69options EXEC_COFF # 32-bit COFF executables 70options EXEC_ELF32 # 32-bit ELF executables 71 72# File systems 73file-system FFS # UFS 74file-system MSDOSFS # MS-DOS file system 75file-system NFS # Sun NFS-compatible filesystem client 76file-system UNION # union file system 77file-system KERNFS # /kern 78file-system PROCFS # /proc 79 80# File system options 81 82# Networking options 83options INET # IP + ICMP + TCP + UDP 84options INET6 # IPV6 85 86options NFS_BOOT_DHCP 87 88# Kernel root file system and dump configuration. 89config netbsd root on ? type ? 90 91options WSEMUL_VT100 92options WSDISPLAY_DEFAULTSCREENS=4 93options FONT_VT220L8x10 94options WS_KERNEL_FG=WSCOL_BROWN 95options WS_KERNEL_BG=WSCOL_BLUE 96 97# 98# Device configuration 99# 100mainbus0 at root 101 102cpu* at mainbus? 103shb* at mainbus? 104pfckbd* at mainbus? 105 106# 107# Workstation Console attachments 108# 109hpcfb* at hd64461video? 110wsdisplay* at hpcfb? 111 112hpckbd* at pfckbd? 113wskbd* at hpckbd? mux 1 114 115# 116# HP Jornada 117# 118# Serial Devices 119# don't need to define SCICONSOLE. you can select from bootloader. 120options SCIFCN_SPEED=19200 121scif0 at shb? 122 123hd64461if* at shb? 124hd64461pcmcia* at hd64461if? 125hd64461video* at hd64461if? 126 127# 128# HITACHI PERSONA (HPW-50PAD, HPQ-650PA) 129# 130com0 at hd64461if? 131 132# 133# machine independent part 134# 135# PCMCIA bus support 136pcmcia0 at hd64461pcmcia? controller 0 socket ? # I/O card, memory card 137pcmcia1 at hd64461pcmcia? controller 1 socket ? # memory card only 138 139# PCMCIA network interfaces 140ne* at pcmcia0 function ? # NE2000-compatible Ethernet 141mbe* at pcmcia0 function ? # MB8696x based Ethernet 142 143ukphy* at mii? phy ? # generic unknown PHYs 144 145# PCMCIA IDE disk 146# PC-Card slot 147wdc1 at pcmcia0 function ? 148wd* at wdc1 channel ? drive ? flags 0x0000 149# Compact Flash slot (only memory mapped mode CF can attach) 150wdc0 at pcmcia1 function ? 151wd* at wdc0 channel ? drive ? flags 0x0000 152 153# Network Interfaces 154 155# network pseudo-devices 156pseudo-device bpfilter 2 # Berkeley packet filter 157pseudo-device loop # network loopback 158 159# miscellaneous pseudo-devices 160pseudo-device pty # pseudo-terminals 161pseudo-device rnd # /dev/random and in-kernel generator 162 163# mouse & keyboard multiplexor pseudo-devices 164pseudo-device wsmux 165