LROUTER revision 1.33 1 #
2 # $NetBSD: LROUTER,v 1.33 2006/03/28 20:58:40 pavel Exp $
3 # From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp
4 #
5 # Kernel configuration file for LASER5 L-Router
6 #
7
8 include "arch/hpcmips/conf/std.hpcmips"
9
10 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
11
12 maxusers 32
13
14 options MIPS3 # R4000/R4400/R4600 CPUs
15
16 # Support for specific models of H/PC MIPS
17 makeoptions CPUFLAGS="-mips3" # CPU codegen options
18 options MIPS3_4100 # VR4100 core
19 options VR41XX # NEC VR41xx series
20 options VR4122 # NEC VR4122
21
22 # Standard system options
23 options DDB # in-kernel debugger
24 #options DDB_ONPANIC=0 # don't enter debugger on panic
25 #options KGDB # remote debugger
26 options DIAGNOSTIC # extra kernel debugging checks
27 #options DEBUG # extra kernel debugging support
28 #options VRGIUDEBUG_CONF=2 # debug GIU intr
29 options KTRACE # system call tracing support
30 options MSGBUFSIZE=16384 # dmesg buffer size
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 ## UVM options.
36 #options UVM_PAGE_TRKOWN
37 #options UVMHIST
38 #options UVMHIST_PRINT # Loud!
39
40 #options SCSIVERBOSE # human readable SCSI error messages
41
42 options YBASE=2000
43 options EPOCHYEAR=1970
44
45 #options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
46 #options RTC_OFFSET=-540 # JST-9
47 #options RTC_OFFSET=480 # PST8
48 # In NO RTC_OFFSET , inherit RTC_OFFSET
49 # from Windows CE.
50 options NTP # network time protocol
51
52 #options WINCE_DEFAULT_SETTING # Debugging use
53 #options DUMP_GIU_LEVEL2_INTR # Debugging use
54
55 #options SYSCALL_DEBUG # for debug
56
57 #options VRRTCDEBUG
58 #options VRRTCDEBUG_CONF=1
59
60 # Filesystem options
61 file-system FFS # fast filesystem with user and group quotas
62 #file-system EXT2FS # second extended file system (linux)
63 file-system MFS # memory-based filesystem
64 file-system NFS # Sun NFS-compatible filesystem (client)
65 #file-system LFS # Log-based filesystem (still experimental)
66 file-system CD9660 # ISO 9660 + Rock Ridge file system
67 file-system MSDOSFS # MS-DOS file system
68 #file-system FDESC # /dev/fd
69 file-system KERNFS # /kern (kernel informational filesystem)
70 #file-system NULLFS # loopback file system
71 #file-system OVERLAY # overlay file system
72 #file-system PORTAL # portal filesystem (still experimental)
73 file-system PROCFS # /proc
74 #file-system UMAPFS # NULLFS + uid and gid remapping
75 file-system UNION
76 file-system PTYFS # /dev/pts/N support
77
78 options NFSSERVER # Sun NFS-compatible filesystem (server)
79 options SOFTDEP # FFS soft updates support.
80 #options QUOTA # UFS quotas
81 #options FFS_NO_SNAPSHOT # No FFS snapshot support
82
83 # Networking options
84 #options GATEWAY # IP packet forwarding
85 options INET # IP + ICMP + TCP + UDP
86 options INET6 # IPV6
87 #options IPSEC # IP security
88 #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
89 #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
90 #options IPSEC_DEBUG # debug for IP security
91 #options MROUTING # Multicast routing support
92 #options PIM # Protocol Independent Multicast
93 #options ISO # OSI networking
94 #options TPIP # TPIP
95 #options EON # OSI tunneling over IP
96 #options CCITT,LLC,HDLC # X.25
97
98 # NetBSD backwards compatibility
99 options COMPAT_43
100 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
101
102 options NFS_BOOT_DHCP
103
104 # compile options
105 #makeoptions DEFGP="-G 14"
106
107 config netbsd root on ? type ?
108 config nfsnetbsd root on ? type nfs
109
110
111 # temporally power management
112 hpcapm0 at mainbus0 # power management
113 apmdev0 at hpcapm0 # APM
114
115 vrip* at mainbus0
116 vrbcu* at vrip? addr 0x0f000000 size 0x20
117 vrcmu* at vrip? addr 0x0f000060 size 0x20
118 vrrtc* at vrip? addr 0x0f000100 size 0x20 unit VRRTC
119
120 options CONSPEED=115200
121 com* at vrip? addr 0x0f000800 size 0x20 unit VRSIU pwctl PWCTL_COM0
122 vrgiu* at vrip? addr 0x0f000140 size 0x20 unit VRGIU
123 vrpmu* at vrip? addr 0x0f0000c0 size 0x20 unit VRPMU # power switch
124 #vrpiu* at vrip? addr 0x0b000120 size 0x1a0 unit VRPIU
125 #vrled* at vrip? addr 0x0f000180 size 0x10 unit VRLED
126 vrpciu* at vrip? addr 0x0f000c00 size 0x200 unit VRPCIU
127
128 hpcioman0 at vrgiu? platform LASER5_L_BOARD
129 # bus 0, device 0, function 0 i82559 #0 LAN(eth0)
130 hpcin* at hpcioman0 evtype PCIINTR id PCIINTR_00_00_00 port 12 level 0 hold 0 connect 1
131 # bus 0, device 1, function 0 i82559 #1 LAN(eth1)
132 hpcin* at hpcioman0 evtype PCIINTR id PCIINTR_00_01_00 port 13 level 0 hold 0 connect 1
133 # bus 0, device 16, function 0 M1543C/M5229 (IDE controller)
134 hpcin* at hpcioman0 evtype PCIINTR id PCIINTR_00_16_00 port 11 level 1 hold 0 connect 1
135
136 # PCI bus support
137 #options MIIVERBOSE # verbose PHY autoconfig messages
138 options PCIVERBOSE
139 pci* at vrpciu?
140
141 # PCI network interfaces
142 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
143
144 # MII/PHY support
145 inphy* at mii? phy ? # Intel 82555 PHYs
146
147 # IDE and related devices
148 aceride* at pci? dev ? function ? # Acer Lab IDE controllers
149
150 # ATA (IDE) bus support
151 atabus* at ata?
152
153 # IDE drives
154 #wd* at atabus? drive ? flags 0x0ffa # PIO mode 2
155 wd* at atabus? drive ? flags 0x0ffb # PIO mode 3
156 #wd* at atabus? drive ? flags 0x0ff0 # PIO mode 4
157 #wd* at atabus? drive ? flags 0x0000 # UDMA mode 2
158
159 # ATAPI bus support
160 atapibus* at atapi?
161
162 # ATAPI devices
163 cd* at atapibus? drive ? flags 0x0ff0 # ATAPI CD-ROM drives
164 sd* at atapibus? drive ? flags 0x0ff0 # ATAPI disk drives
165 st* at atapibus? drive ? flags 0x0ff0 # ATAPI tape drives
166
167 pseudo-device loop 1 # network loopback
168 pseudo-device ppp # serial-line IP ports
169 pseudo-device pty # pseudo-terminals
170 pseudo-device bpfilter # packet filter ports
171 pseudo-device ipfilter # IP filter, NAT
172
173 pseudo-device vnd # virtual disk ick
174 #pseudo-device ccd 4 # concatenated disks
175 #pseudo-device fss 4 # file system snapshot device
176 pseudo-device rnd # /dev/random and in-kernel generator
177 pseudo-device clockctl # user control of clock subsystem
178
179 #pseudo-device biconsdev 1 # build-in console device
180 #pseudo-device wsmux # mouse & keyboard multiplexor
181 #options MEMORY_DISK_HOOKS
182 #options MEMORY_DISK_IS_ROOT # force root on memory disk
183 #options MEMORY_DISK_SERVER=0 # no userspace memory disk support
184 #options MEMORY_DISK_DYNAMIC # fs image don't exist in data section.
185 pseudo-device md 1 # memory disk device (ramdisk)
186
187 #pseudo-device raid 4 # RAIDframe disk driver
188 #options RAID_AUTOCONFIG # auto-configuration of RAID components
189
190 # for IPv6
191 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
192 #pseudo-device faith # IPv[46] tcp relay translation i/f
193 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
194
195 ## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
196 pseudo-device vlan
197