Home | History | Annotate | Line # | Download | only in conf
HPW650PA revision 1.29
      1 #	$NetBSD: HPW650PA,v 1.29 2010/05/01 11:35:41 tsutsui Exp $
      2 #
      3 #	HITACHI PERSONA HPW650PA
      4 #
      5 
      6 include 	"arch/hpcsh/conf/std.hpcsh"
      7 
      8 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9 
     10 maxusers	32			# estimated number of users
     11 
     12 options 	HZ=64			# default clock rate                  
     13 
     14 # in-kernel bootloader, see kloader(4)
     15 options 	KLOADER
     16 #options 	KLOADER_KERNEL_PATH="\"/netbsd\""
     17 #options 	KLOADER_DEBUG
     18 
     19 options 	SH4			# SH7750V 128MHz
     20 options 	PCLOCK=32000000		# 32MHz
     21 
     22 options 	HPC_DEBUG_INTERRUPT_MONITOR
     23 options 	HPC_DEBUG_LCD
     24 
     25 options 	DDB			# in-kernel debugger
     26 #options 	KGDB			# in-kernel debugger
     27 #options 	"KGDB_DEVNAME=\"hd64465uart\"",KGDB_DEVRATE=19200
     28 #makeoptions	DEBUG="-g"	# compile full symbol table
     29 options 	DIAGNOSTIC		# extra kernel debugging checks
     30 options 	DEBUG			# extra kernel debugging support
     31 options 	KTRACE			# system call tracing support
     32 
     33 options 	USERCONF		# userconf(4) support
     34 options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     35 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     36 
     37 # Compatibility options
     38 #options 	BSDDISKLABEL_EI	# endian independent disklabel support
     39 
     40 # Executable format options
     41 options 	EXEC_COFF	# 32-bit COFF executables
     42 
     43 # File systems
     44 file-system 	FFS		# UFS
     45 file-system 	MFS		# memory file system (requires FFS)
     46 file-system 	MSDOSFS		# MS-DOS file system
     47 file-system	NFS		# Sun NFS-compatible filesystem client
     48 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     49 
     50 # Networking options
     51 options 	INET		# IP + ICMP + TCP + UDP
     52 options 	INET6		# IPV6
     53 options 	NFS_BOOT_DHCP
     54 
     55 # Kernel root file system and dump configuration.
     56 config		netbsd	root on ? type ?
     57 
     58 options 	WSEMUL_VT100
     59 options 	WSDISPLAY_DEFAULTSCREENS=1
     60 options 	FONT_VT220L8x10
     61 options 	WS_KERNEL_FG=WSCOL_BROWN
     62 options 	WS_KERNEL_BG=WSCOL_BLUE
     63 
     64 #
     65 # Device configuration
     66 #
     67 mainbus0 at root
     68 
     69 cpu*		at mainbus?
     70 shb*		at mainbus?
     71 bivideo*	at mainbus0
     72 
     73 hpcfb*		at bivideo?
     74 wsdisplay*	at hpcfb?
     75 
     76 hd64465if*	at shb?
     77 com*		at hd64465if?
     78 hd64465pcmcia*	at hd64465if?
     79 
     80 rtc*		at shb?
     81 
     82 # PCMCIA bus support
     83 pcmcia* at hd64465pcmcia? controller ? socket ?
     84 
     85 # PCMCIA network interfaces
     86 ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
     87 ukphy*	at mii? phy ?			# generic unknown PHYs
     88 
     89 # PCMCIA IDE disk
     90 wdc*	at pcmcia? function ?
     91 atabus* at ata?
     92 wd*	at atabus? drive ? flags 0x0000
     93 
     94 # Pseudo-Devices
     95 pseudo-device	biconsdev	1	# build-in console device
     96 pseudo-device	pty			# pseudo-terminals
     97 
     98 pseudo-device	bpfilter		# Berkeley packet filter
     99 pseudo-device	loop			# network loopback
    100 pseudo-device	rnd			# /dev/random and in-kernel generator
    101 pseudo-device	clockctl		# user control of clock subsystem
    102 #pseudo-device	fss			# file system snapshot device
    103