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