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