GENERIC revision 1.19
1# $NetBSD: GENERIC,v 1.19 2002/02/17 20:59:35 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 21include "arch/hpcsh/conf/std.hpcsh" 22 23maxusers 32 # estimated number of users 24 25options KLOADER_KERNEL_PATH="\"/netbsd\"" 26options KLOADER_DEBUG 27#options INTERRUPT_MONITOR 28#options BUS_SPACE_DEBUG 29#options PFCKBD_DEBUG 30#options HD64461VIDEO_DEBUG 31#options HD64461PCMCIA_DEBUG 32 33options SH3 34 35options DDB # in-kernel debugger 36options DIAGNOSTIC # extra kernel debugging checks 37options DEBUG # extra kernel debugging support 38options KTRACE # system call tracing support 39options MSGBUFSIZE=65534 40 41# Standard system options 42options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT 43 44#options SCSIVERBOSE # human readable SCSI error messages 45#options PCMCIAVERBOSE # verbose PCMCIA configuration messages 46options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 47 48# Executable format options 49options EXEC_COFF # 32-bit COFF executables 50options EXEC_ELF32 # 32-bit ELF executables 51 52# File systems 53file-system FFS # UFS 54file-system MSDOSFS # MS-DOS file system 55file-system MFS # memory file system 56file-system NFS # Sun NFS-compatible filesystem client 57file-system UNION # union file system 58file-system FDESC # /dev/fd 59file-system KERNFS # /kern 60file-system PROCFS # /proc 61 62# File system options 63 64# Networking options 65options INET # IP + ICMP + TCP + UDP 66options INET6 # IPV6 67options IPSEC # IP security 68options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 69 70options NFS_BOOT_DHCP 71 72# Kernel root file system and dump configuration. 73config netbsd root on ? type ? 74 75options WSEMUL_VT100 76options WSDISPLAY_DEFAULTSCREENS=4 77options FONT_VT220L8x10 78options WS_KERNEL_FG=WSCOL_BROWN 79options WS_KERNEL_BG=WSCOL_BLUE 80# compatibility to other console drivers 81options WSDISPLAY_COMPAT_PCVT # emulate some ioctls 82options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 83options WSDISPLAY_COMPAT_USL # VT handling 84options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 85 86# 87# Device configuration 88# 89mainbus0 at root 90 91shb0 at mainbus? 92 93# 94# Workstation Console attachments 95# 96hpcfb* at hd64461video? 97wsdisplay* at hpcfb? 98pfckbd* at mainbus? id HP 99pfckbd* at mainbus? id HITACHI 100hpckbd* at pfckbd? 101wskbd* at hpckbd? mux 1 102 103# 104# HP Jornada 105# 106# Serial Devices 107# don't need to define SCICONSOLE. you can select from bootloader. 108options SCIFCN_SPEED=19200 109scif0 at shb0 port 0xa4000008 irq 12 110 111hd64461if0 at shb0 irq 4 112hd64461pcmcia* at hd64461if0 113hd64461video* at hd64461if0 114 115# 116# HITACHI PERSONA (HPW-50PAD, HPQ-650PA) 117# 118com* at hd64461if? 119# 120# machine independent part 121# 122# PCMCIA bus support 123pcmcia0 at hd64461pcmcia? controller 0 socket ? # I/O card, memory card 124pcmcia1 at hd64461pcmcia? controller 1 socket ? # memory card only 125 126# PCMCIA network interfaces 127ne* at pcmcia0 function ? # NE2000-compatible Ethernet 128ep* at pcmcia0 function ? # 3Com 3c589 and 3c562 Ethernet 129mbe* at pcmcia0 function ? # MB8696x based Ethernet 130wi* at pcmcia0 function ? # Lucent WaveLan IEEE (802.11) 131mhzc* at pcmcia0 function ? # Megahertz Ethernet/Modem combo cards 132com* at mhzc? 133sm* at mhzc? 134 135ukphy* at mii? phy ? # generic unknown PHYs 136 137# PCMCIA serial interfaces 138com* at pcmcia? function ? # Modems and serial cards 139 140# PCMCIA SCSI interfaces 141aic* at pcmcia0 function ? # Adaptec APA-1460 SCSI 142 143scsibus* at aic? 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# SCSI devices 154sd* at scsibus? target ? lun ? # SCSI disk drives 155 156# Network Interfaces 157 158# Pseudo-Devices 159pseudo-device biconsdev 1 # build-in console device 160 161# network pseudo-devices 162pseudo-device bpfilter 8 # Berkeley packet filter 163pseudo-device bridge # simple inter-network bridging 164pseudo-device ipfilter # IP filter (firewall) and NAT 165pseudo-device loop # network loopback 166pseudo-device ppp 2 # Point-to-Point Protocol 167pseudo-device pppoe # PPP over Ethernet (RFC 2516) 168 169# miscellaneous pseudo-devices 170pseudo-device pty # pseudo-terminals 171pseudo-device rnd # /dev/random and in-kernel generator 172 173# mouse & keyboard multiplexor pseudo-devices 174pseudo-device wsmux 175 176pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 177#pseudo-device vlan # IEEE 802.1q encapsulation 178