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