Home | History | Annotate | Line # | Download | only in conf
HPW650PA revision 1.9
      1 #	$NetBSD: HPW650PA,v 1.9 2002/04/25 15:06:28 atatat 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 	KLOADER_KERNEL_PATH="\"/netbsd\""
     13 options		KLOADER_DEBUG
     14 
     15 options		SH4			# SH7750V 128MHz
     16 options 	PCLOCK=32000000		# 32MHz
     17 
     18 options		HPC_DEBUG_INTERRUPT_MONITOR
     19 options		HPC_DEBUG_LCD
     20 
     21 options 	DDB			# in-kernel debugger
     22 #options 	KGDB			# in-kernel debugger
     23 #options 	"KGDB_DEVNAME=\"hd64465uart\"",KGDB_DEVRATE=19200
     24 #makeoptions	DEBUG="-g"	# compile full symbol table
     25 options 	DIAGNOSTIC		# extra kernel debugging checks
     26 options 	DEBUG			# extra kernel debugging support
     27 options 	KTRACE			# system call tracing support
     28 
     29 #options 	USERCONF		# userconf(4) support
     30 options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     31 
     32 # Executable format options
     33 options 	EXEC_COFF	# 32-bit COFF executables
     34 options 	EXEC_ELF32	# 32-bit ELF executables
     35 
     36 # File systems
     37 file-system 	FFS		# UFS
     38 file-system 	MSDOSFS		# MS-DOS file system
     39 file-system	NFS		# Sun NFS-compatible filesystem client
     40 
     41 # Networking options
     42 options 	INET		# IP + ICMP + TCP + UDP
     43 options 	INET6		# IPV6
     44 options 	NFS_BOOT_DHCP
     45 
     46 # Kernel root file system and dump configuration.
     47 config		netbsd	root on ? type ?
     48 
     49 options 	WSEMUL_VT100
     50 options 	WSDISPLAY_DEFAULTSCREENS=1
     51 options 	FONT_VT220L8x10
     52 options 	WS_KERNEL_FG=WSCOL_BROWN
     53 options 	WS_KERNEL_BG=WSCOL_BLUE
     54 
     55 #
     56 # Device configuration
     57 #
     58 mainbus0 at root
     59 
     60 cpu*		at mainbus?
     61 shb*		at mainbus?
     62 bivideo*	at mainbus0
     63 
     64 hpcfb*		at bivideo?
     65 wsdisplay*	at hpcfb?
     66 
     67 hd64465if*	at shb?
     68 com*		at hd64465if?
     69 hd64465pcmcia*	at hd64465if?
     70 
     71 # PCMCIA bus support
     72 pcmcia* at hd64465pcmcia? controller ? socket ?
     73 
     74 # PCMCIA network interfaces
     75 ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
     76 ukphy*	at mii? phy ?			# generic unknown PHYs
     77 
     78 # PCMCIA IDE disk
     79 wdc*	at pcmcia? function ?
     80 wd*	at wdc? channel ? drive ? flags 0x0000
     81 
     82 # Pseudo-Devices
     83 pseudo-device	biconsdev	1	# build-in console device
     84 pseudo-device	pty			# pseudo-terminals
     85 
     86 pseudo-device	bpfilter	1	# Berkeley packet filter
     87 pseudo-device	loop			# network loopback
     88 pseudo-device	rnd			# /dev/random and in-kernel generator
     89