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