GENERIC revision 1.2
1# $NetBSD: GENERIC,v 1.2 2001/04/23 11:22:19 uch Exp $ 2# 3# GENERIC kernel for SH3+HD64461 based machines. 4# 5 6include "arch/hpcsh/conf/std.hpcsh.el" 7 8maxusers 32 # estimated number of users 9 10options SH7709A # 133MHz 11options SH7709A_BROKEN_IPR 12options PCLOCK=22000000 # 22MHz 13 14options DDB # in-kernel debugger 15options DIAGNOSTIC # extra kernel debugging checks 16options DEBUG # extra kernel debugging support 17options KTRACE # system call tracing support 18options MSGBUFSIZE=65534 19 20# Standard system options 21 22options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT 23 24# Compatibility options 25options COMPAT_43 26 27options SCSIVERBOSE # human readable SCSI error messages 28options PCMCIAVERBOSE # verbose PCMCIA configuration messages 29 30# Executable format options 31options EXEC_COFF # 32-bit COFF executables 32options EXEC_ELF32 # 32-bit ELF executables 33 34# File systems 35file-system FFS # UFS 36file-system MSDOSFS # MS-DOS file system 37file-system MFS # memory file system 38file-system NFS # Sun NFS-compatible filesystem client 39file-system UNION # union file system 40file-system FDESC # /dev/fd 41file-system KERNFS # /kern 42file-system PROCFS # /proc 43 44# File system options 45 46# Networking options 47options INET # IP + ICMP + TCP + UDP 48options NFS_BOOT_DHCP 49 50# Kernel root file system and dump configuration. 51config netbsd root on ? type ? 52 53options WSEMUL_VT100 54options WSDISPLAY_DEFAULTSCREENS=4 55options FONT_VT220L8x10 56options WS_KERNEL_FG=WSCOL_BROWN 57options WS_KERNEL_BG=WSCOL_BLUE 58# compatibility to other console drivers 59options WSDISPLAY_COMPAT_PCVT # emulate some ioctls 60options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 61options WSDISPLAY_COMPAT_USL # VT handling 62options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 63 64# 65# Device configuration 66# 67mainbus0 at root 68 69shb0 at mainbus? id HP 70shb1 at mainbus? id HITACHI 71 72# 73# Workstation Console attachments 74# 75bivideo* at mainbus? id HP 76hpcfb* at bivideo? 77 78wsdisplay* at hpcfb? 79pfckbd* at mainbus? id HP 80hpckbd* at pfckbd? 81wskbd* at hpckbd? mux 1 82 83# 84# HP Jornada 85# 86# Serial Devices 87# don't need to define SCICONSOLE. you can select from bootloader. 88options SCIFCN_SPEED=19200 89scif0 at shb0 port 0xa4000008 irq 12 90 91hd64461if0 at shb0 irq 4 92hd64461pcmcia* at hd64461if0 93 94# 95# HITACHI PERSONA 96# 97hd64461if1 at shb1 irq 4 98com* at hd64461if1 99 100# 101# machine independent part 102# 103# PCMCIA bus support 104pcmcia0 at hd64461pcmcia? controller 0 socket ? # I/O card, memory card 105pcmcia1 at hd64461pcmcia? controller 1 socket ? # memory card only 106 107# PCMCIA network interfaces 108ne* at pcmcia0 function ? # NE2000-compatible Ethernet 109ep* at pcmcia0 function ? # 3Com 3c589 and 3c562 Ethernet 110mbe* at pcmcia0 function ? # MB8696x based Ethernet 111#wi* at pcmcia0 function ? # Lucent WaveLan IEEE (802.11) 112#mhzc* at pcmcia0 function ? # Megahertz Ethernet/Modem combo cards 113#com* at mhzc? 114#sm* at mhzc? 115 116# PCMCIA SCSI interfaces 117#aic* at pcmcia0 function ? # Adaptec APA-1460 SCSI 118 119#scsibus* at aic? 120 121# PCMCIA IDE disk 122# PC-Card slot 123wdc1 at pcmcia0 function ? 124wd* at wdc1 channel ? drive ? flags 0x0000 125# Compact Flash slot (only memory mapped mode CF can attach) 126wdc0 at pcmcia1 function ? 127wd* at wdc0 channel ? drive ? flags 0x0000 128 129# SCSI devices 130#sd* at scsibus? target ? lun ? # SCSI disk drives 131 132# Network Interfaces 133 134# Pseudo-Devices 135pseudo-device biconsdev 1 # build-in console device 136 137# network pseudo-devices 138pseudo-device bpfilter 8 # Berkeley packet filter 139pseudo-device ipfilter # IP filter (firewall) and NAT 140pseudo-device loop # network loopback 141 142# miscellaneous pseudo-devices 143pseudo-device pty # pseudo-terminals 144 145# mouse & keyboard multiplexor pseudo-devices 146pseudo-device wsmux 2 147