Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / hpcsh / conf / HPW650PA
blob08e72b1b04a468620fd9e4e0d284f26179a410e0
1 #       $NetBSD: HPW650PA,v 1.25 2007/10/17 19:54:30 garbled Exp $
3 #       HITACHI PERSONA HPW650PA
6 include         "arch/hpcsh/conf/std.hpcsh"
8 #options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
10 maxusers        32                      # estimated number of users
12 # in-kernel bootloader, see kloader(4)
13 options         KLOADER
14 #options        KLOADER_KERNEL_PATH="\"/netbsd\""
15 #options        KLOADER_DEBUG
17 options         SH4                     # SH7750V 128MHz
18 options         PCLOCK=32000000         # 32MHz
20 options         HPC_DEBUG_INTERRUPT_MONITOR
21 options         HPC_DEBUG_LCD
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
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
35 # Compatibility options
36 #options        BSDDISKLABEL_EI # endian independent disklabel support
38 # Executable format options
39 options         EXEC_COFF       # 32-bit COFF executables
41 # File systems
42 file-system     FFS             # UFS
43 file-system     MSDOSFS         # MS-DOS file system
44 file-system     NFS             # Sun NFS-compatible filesystem client
45 options         FFS_NO_SNAPSHOT # No FFS snapshot support
47 # Networking options
48 options         INET            # IP + ICMP + TCP + UDP
49 options         INET6           # IPV6
50 options         NFS_BOOT_DHCP
52 # Kernel root file system and dump configuration.
53 config          netbsd  root on ? type ?
55 options         WSEMUL_VT100
56 options         WSDISPLAY_DEFAULTSCREENS=1
57 options         FONT_VT220L8x10
58 options         WS_KERNEL_FG=WSCOL_BROWN
59 options         WS_KERNEL_BG=WSCOL_BLUE
62 # Device configuration
64 mainbus0 at root
66 cpu*            at mainbus?
67 shb*            at mainbus?
68 bivideo*        at mainbus0
70 hpcfb*          at bivideo?
71 wsdisplay*      at hpcfb?
73 hd64465if*      at shb?
74 com*            at hd64465if?
75 hd64465pcmcia*  at hd64465if?
77 rtc*            at shb?
79 # PCMCIA bus support
80 pcmcia* at hd64465pcmcia? controller ? socket ?
82 # PCMCIA network interfaces
83 ne*     at pcmcia? function ?           # NE2000-compatible Ethernet
84 ukphy*  at mii? phy ?                   # generic unknown PHYs
86 # PCMCIA IDE disk
87 wdc*    at pcmcia? function ?
88 atabus* at ata?
89 wd*     at atabus? drive ? flags 0x0000
91 # Pseudo-Devices
92 pseudo-device   biconsdev       1       # build-in console device
93 pseudo-device   pty                     # pseudo-terminals
95 pseudo-device   bpfilter                # Berkeley packet filter
96 pseudo-device   loop                    # network loopback
97 pseudo-device   rnd                     # /dev/random and in-kernel generator
98 pseudo-device   clockctl                # user control of clock subsystem
99 #pseudo-device  fss             4       # file system snapshot device