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