GENERIC revision 1.20
1# $NetBSD: GENERIC,v 1.20 2002/03/03 14:36:48 uch 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 30maxusers 32 # estimated number of users 31 32options SH3 33# 34# PCLOCK is estimated by kernel. 35# PCLOCK CPU CLOCK 36# HP Jornada 680/690 22.22MHz 133MHz 37# HP HP620LX 18.75MHz 75MMHz 38# HITACHI HPW50PA 25MHz 100MHz 39# 40 41options DDB # in-kernel debugger 42options DIAGNOSTIC # extra kernel debugging checks 43options DEBUG # extra kernel debugging support 44options KTRACE # system call tracing support 45options KLOADER_KERNEL_PATH="\"/netbsd\"" 46 47# Standard system options 48options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT 49 50#options PCMCIAVERBOSE # verbose PCMCIA configuration messages 51options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 52 53# Executable format options 54options EXEC_COFF # 32-bit COFF executables 55options EXEC_ELF32 # 32-bit ELF executables 56 57# File systems 58file-system FFS # UFS 59file-system MSDOSFS # MS-DOS file system 60file-system NFS # Sun NFS-compatible filesystem client 61 62# File system options 63 64# Networking options 65options INET # IP + ICMP + TCP + UDP 66options INET6 # IPV6 67 68options NFS_BOOT_DHCP 69 70# Kernel root file system and dump configuration. 71config netbsd root on ? type ? 72 73options WSEMUL_VT100 74options WSDISPLAY_DEFAULTSCREENS=4 75options FONT_VT220L8x10 76options WS_KERNEL_FG=WSCOL_BROWN 77options WS_KERNEL_BG=WSCOL_BLUE 78 79# 80# Device configuration 81# 82mainbus0 at root 83 84shb* at mainbus? 85 86# 87# Workstation Console attachments 88# 89hpcfb* at hd64461video? 90wsdisplay* at hpcfb? 91pfckbd* at mainbus? 92hpckbd* at pfckbd? 93wskbd* at hpckbd? mux 1 94 95# 96# HP Jornada 97# 98# Serial Devices 99# don't need to define SCICONSOLE. you can select from bootloader. 100options SCIFCN_SPEED=19200 101scif0 at shb? port 0xa4000008 irq 12 102 103hd64461if* at shb? irq 4 104hd64461pcmcia* at hd64461if? 105hd64461video* at hd64461if? 106 107# 108# HITACHI PERSONA (HPW-50PAD, HPQ-650PA) 109# 110com0 at hd64461if? 111 112# 113# machine independent part 114# 115# PCMCIA bus support 116pcmcia0 at hd64461pcmcia? controller 0 socket ? # I/O card, memory card 117pcmcia1 at hd64461pcmcia? controller 1 socket ? # memory card only 118 119# PCMCIA network interfaces 120ne* at pcmcia0 function ? # NE2000-compatible Ethernet 121mbe* at pcmcia0 function ? # MB8696x based Ethernet 122ukphy* at mii? phy ? # generic unknown PHYs 123 124# PCMCIA SCSI interfaces 125aic* at pcmcia0 function ? # Adaptec APA-1460 SCSI 126scsibus* at aic? 127sd* at scsibus? target ? lun ? # SCSI disk drives 128 129# PCMCIA IDE disk 130# PC-Card slot 131wdc1 at pcmcia0 function ? 132wd* at wdc1 channel ? drive ? flags 0x0000 133# Compact Flash slot (only memory mapped mode CF can attach) 134wdc0 at pcmcia1 function ? 135wd* at wdc0 channel ? drive ? flags 0x0000 136 137# Network Interfaces 138 139# network pseudo-devices 140pseudo-device bpfilter 2 # Berkeley packet filter 141pseudo-device loop # network loopback 142 143# miscellaneous pseudo-devices 144pseudo-device pty # pseudo-terminals 145pseudo-device rnd # /dev/random and in-kernel generator 146 147# mouse & keyboard multiplexor pseudo-devices 148pseudo-device wsmux 149