GENERIC revision 1.30
1# $NetBSD: GENERIC,v 1.30 2003/11/09 22:36:17 uwe 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 65options USERCONF # userconf(4) support 66options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 67 68# Compatibility options 69#options BSDDISKLABEL_EI # endian independent disklabel support 70 71# Executable format options 72options EXEC_COFF # 32-bit COFF executables 73options EXEC_ELF32 # 32-bit ELF executables 74 75# File systems 76file-system FFS # UFS 77file-system MSDOSFS # MS-DOS file system 78file-system NFS # Sun NFS-compatible filesystem client 79file-system UNION # union file system 80file-system KERNFS # /kern 81file-system PROCFS # /proc 82 83# File system options 84 85# Networking options 86options INET # IP + ICMP + TCP + UDP 87options INET6 # IPV6 88 89options NFS_BOOT_DHCP 90 91# Kernel root file system and dump configuration. 92config netbsd root on ? type ? 93 94options WSEMUL_VT100 95options WSDISPLAY_DEFAULTSCREENS=4 96options FONT_VT220L8x10 97options WS_KERNEL_FG=WSCOL_BROWN 98options WS_KERNEL_BG=WSCOL_BLUE 99 100# 101# Device configuration 102# 103mainbus0 at root 104 105cpu* at mainbus? 106shb* at mainbus? 107pfckbd* at mainbus? 108 109# 110# Workstation Console attachments 111# 112hpcfb* at hd64461video? 113wsdisplay* at hpcfb? 114 115hpckbd* at pfckbd? 116wskbd* at hpckbd? mux 1 117 118# 119# HP Jornada 120# 121# Serial Devices 122# don't need to define SCICONSOLE. you can select from bootloader. 123options SCIFCN_SPEED=19200 124scif0 at shb? 125 126adc* at shb? # analog->digital converter 127 128j6x0pwr* at adc? # '680 battery, on/off, etc 129 130j6x0tp* at adc? # '680 touch panel 131wsmouse* at j6x0tp? mux 0 # - as a pointing device 132wskbd1 at j6x0tp? mux 1 # - "hard icons" as keys 133# Do not convert hard icons to key presses while serving mouse input. 134#options J6X0TP_WSMOUSE_EXCLUSIVE 135# Customization for the mini-keymap of hard icons. 136#options J6X0TP_SETTINGS_ICON_KEYSYM="KS_Home" 137#options J6X0TP_PGUP_ICON_KEYSYM="KS_Prior" 138#options J6X0TP_PGDN_ICON_KEYSYM="KS_Next" 139#options J6X0TP_SWITCH_ICON_KEYSYM="KS_End" 140 141 142hd64461if* at shb? 143hd64461pcmcia* at hd64461if? 144hd64461video* at hd64461if? 145 146# 147# HITACHI PERSONA (HPW-50PAD, HPQ-650PA) 148# 149com0 at hd64461if? 150 151# 152# machine independent part 153# 154# PCMCIA bus support 155pcmcia0 at hd64461pcmcia? controller 0 socket ? # I/O card, memory card 156pcmcia1 at hd64461pcmcia? controller 1 socket ? # memory card only 157 158# PCMCIA network interfaces 159ne* at pcmcia0 function ? # NE2000-compatible Ethernet 160mbe* at pcmcia0 function ? # MB8696x based Ethernet 161 162ukphy* at mii? phy ? # generic unknown PHYs 163 164# PCMCIA IDE disk 165# PC-Card slot 166wdc1 at pcmcia0 function ? 167atabus1 at wdc1 channel ? 168wd* at atabus1 drive ? flags 0x0000 169# Compact Flash slot (only memory mapped mode CF can attach) 170wdc0 at pcmcia1 function ? 171atabus0 at wdc0 channel ? 172wd* at atabus0 drive ? flags 0x0000 173 174# Network Interfaces 175 176# network pseudo-devices 177pseudo-device bpfilter 2 # Berkeley packet filter 178pseudo-device loop # network loopback 179 180# miscellaneous pseudo-devices 181pseudo-device pty # pseudo-terminals 182pseudo-device rnd # /dev/random and in-kernel generator 183pseudo-device clockctl # user control of clock subsystem 184 185# mouse & keyboard multiplexor pseudo-devices 186pseudo-device wsmux 187pseudo-device ksyms # /dev/ksyms 188