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