Home | History | Annotate | Line # | Download | only in conf
HPW650PA revision 1.3
      1 #	$NetBSD: HPW650PA,v 1.3 2002/02/17 20:59:36 uch Exp $
      2 #
      3 #	HITACHI PERSONA HPW650PA
      4 #
      5 
      6 include 	"arch/hpcsh/conf/std.hpcsh"
      7 
      8 maxusers	32			# estimated number of users
      9 
     10 options 	KLOADER_KERNEL_PATH="\"/netbsd\""
     11 options		KLOADER_DEBUG
     12 
     13 options		SH4
     14 
     15 options		INTERRUPT_MONITOR
     16 options		HPC_DEBUG_LCD
     17 
     18 options 	DDB			# in-kernel debugger
     19 options 	DIAGNOSTIC		# extra kernel debugging checks
     20 options 	DEBUG			# extra kernel debugging support
     21 options 	KTRACE			# system call tracing support
     22 options 	MSGBUFSIZE=65534
     23 
     24 options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     25 
     26 # Executable format options
     27 options 	EXEC_COFF	# 32-bit COFF executables
     28 options 	EXEC_ELF32	# 32-bit ELF executables
     29 
     30 # File systems
     31 file-system 	FFS		# UFS
     32 file-system 	MSDOSFS		# MS-DOS file system
     33 file-system	NFS		# Sun NFS-compatible filesystem client
     34 
     35 # Networking options
     36 options 	INET		# IP + ICMP + TCP + UDP
     37 options 	INET6		# IPV6
     38 options 	NFS_BOOT_DHCP
     39 
     40 # Kernel root file system and dump configuration.
     41 config		netbsd	root on ? type ?
     42 
     43 options 	WSEMUL_VT100
     44 options 	WSDISPLAY_DEFAULTSCREENS=1
     45 options 	FONT_VT220L8x10
     46 options 	WS_KERNEL_FG=WSCOL_BROWN
     47 options 	WS_KERNEL_BG=WSCOL_BLUE
     48 
     49 #
     50 # Device configuration
     51 #
     52 mainbus0 at root
     53 
     54 bivideo*	at mainbus0
     55 hpcfb*		at bivideo?
     56 wsdisplay*	at hpcfb?
     57 
     58 shb0		at mainbus?
     59 
     60 hd64465if*	at shb0 irq 11
     61 com*		at hd64465if?
     62 hd64465pcmcia*	at hd64465if?
     63 
     64 # PCMCIA bus support
     65 pcmcia* at hd64465pcmcia? controller ? socket ?
     66 
     67 # PCMCIA network interfaces
     68 ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
     69 ukphy*	at mii? phy ?			# generic unknown PHYs
     70 
     71 # PCMCIA IDE disk
     72 wdc*	at pcmcia? function ?
     73 wd*	at wdc? channel ? drive ? flags 0x0000
     74 
     75 # Pseudo-Devices
     76 pseudo-device	biconsdev	1	# build-in console device
     77 pseudo-device	pty			# pseudo-terminals
     78 
     79 pseudo-device	bpfilter	1	# Berkeley packet filter
     80 pseudo-device	loop			# network loopback
     81 pseudo-device	gif		1	# IPv[46] over IPv[46] tunnel (RFC1933)
     82 pseudo-device	rnd			# /dev/random and in-kernel generator
     83