INTEGRATOR revision 1.4.2.5 1 1.4.2.5 jdolecek # $NetBSD: INTEGRATOR,v 1.4.2.5 2002/06/23 17:35:37 jdolecek Exp $
2 1.4.2.2 thorpej #
3 1.4.2.2 thorpej # GENERIC -- ARM Integrator board Generic kernel
4 1.4.2.2 thorpej #
5 1.4.2.2 thorpej
6 1.4.2.2 thorpej include "arch/evbarm/conf/std.integrator"
7 1.4.2.2 thorpej
8 1.4.2.5 jdolecek #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 1.4.2.5 jdolecek
10 1.4.2.2 thorpej # estimated number of users
11 1.4.2.2 thorpej
12 1.4.2.2 thorpej maxusers 32
13 1.4.2.2 thorpej
14 1.4.2.2 thorpej # Standard system options
15 1.4.2.2 thorpej
16 1.4.2.2 thorpej options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
17 1.4.2.2 thorpej options NTP # NTP phase/frequency locked loop
18 1.4.2.2 thorpej
19 1.4.2.2 thorpej # CPU options
20 1.4.2.2 thorpej
21 1.4.2.2 thorpej options CPU_ARM9 # Support the ARM9TDMI core
22 1.4.2.2 thorpej options CPU_ARM1020 # Support the ARM10 core
23 1.4.2.2 thorpej # XXX Should be armv5 for ARM1020 processor.
24 1.4.2.2 thorpej makeoptions COPTS="-O2 -march=armv4"
25 1.4.2.2 thorpej
26 1.4.2.2 thorpej # Architecture options
27 1.4.2.2 thorpej
28 1.4.2.2 thorpej # FPA options
29 1.4.2.2 thorpej # We will want VFP support here sometime
30 1.4.2.2 thorpej #options ARMFPE # ARM Ltd FPE
31 1.4.2.2 thorpej
32 1.4.2.2 thorpej # File systems
33 1.4.2.2 thorpej
34 1.4.2.2 thorpej file-system FFS # UFS
35 1.4.2.2 thorpej #file-system LFS # log-structured file system
36 1.4.2.2 thorpej file-system MFS # memory file system
37 1.4.2.2 thorpej file-system NFS # Network file system
38 1.4.2.2 thorpej #file-system ADOSFS # AmigaDOS-compatible file system
39 1.4.2.2 thorpej #file-system EXT2FS # second extended file system (linux)
40 1.4.2.2 thorpej #file-system CD9660 # ISO 9660 + Rock Ridge file system
41 1.4.2.2 thorpej #file-system MSDOSFS # MS-DOS file system
42 1.4.2.2 thorpej #file-system FDESC # /dev/fd
43 1.4.2.2 thorpej file-system KERNFS # /kern
44 1.4.2.2 thorpej #file-system NULLFS # loopback file system
45 1.4.2.2 thorpej #file-system PORTAL # portal filesystem (still experimental)
46 1.4.2.2 thorpej file-system PROCFS # /proc
47 1.4.2.2 thorpej #file-system UMAPFS # NULLFS + uid and gid remapping
48 1.4.2.2 thorpej #file-system UNION # union file system
49 1.4.2.2 thorpej
50 1.4.2.2 thorpej # File system options
51 1.4.2.2 thorpej #options QUOTA # UFS quotas
52 1.4.2.2 thorpej #options FFS_EI # FFS Endian Independant support
53 1.4.2.2 thorpej #options NFSSERVER
54 1.4.2.2 thorpej options SOFTDEP
55 1.4.2.2 thorpej
56 1.4.2.2 thorpej # Networking options
57 1.4.2.2 thorpej
58 1.4.2.2 thorpej #options GATEWAY # packet forwarding
59 1.4.2.2 thorpej options INET # IP + ICMP + TCP + UDP
60 1.4.2.2 thorpej options INET6 # IPV6
61 1.4.2.2 thorpej #options IPSEC # IP security
62 1.4.2.2 thorpej #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
63 1.4.2.2 thorpej #options IPSEC_DEBUG # debug for IP security
64 1.4.2.2 thorpej #options MROUTING # IP multicast routing
65 1.4.2.2 thorpej #options NS # XNS
66 1.4.2.2 thorpej #options NSIP # XNS tunneling over IP
67 1.4.2.2 thorpej #options ISO,TPIP # OSI
68 1.4.2.2 thorpej #options EON # OSI tunneling over IP
69 1.4.2.2 thorpej #options CCITT,LLC,HDLC # X.25
70 1.4.2.2 thorpej #options NETATALK # AppleTalk networking
71 1.4.2.2 thorpej #options PFIL_HOOKS # pfil(9) packet filter hooks
72 1.4.2.2 thorpej #options PPP_BSDCOMP # BSD-Compress compression support for PPP
73 1.4.2.2 thorpej #options PPP_DEFLATE # Deflate compression support for PPP
74 1.4.2.2 thorpej #options PPP_FILTER # Active filter support for PPP (requires bpf)
75 1.4.2.2 thorpej #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
76 1.4.2.2 thorpej
77 1.4.2.2 thorpej options NFS_BOOT_BOOTP
78 1.4.2.2 thorpej options NFS_BOOT_DHCP
79 1.4.2.2 thorpej options NFS_BOOT_BOOTPARAM
80 1.4.2.2 thorpej
81 1.4.2.2 thorpej # Compatibility options
82 1.4.2.2 thorpej
83 1.4.2.2 thorpej #options COMPAT_43 # 4.3BSD compatibility.
84 1.4.2.2 thorpej options COMPAT_15 # NetBSD 1.5 compatibility.
85 1.4.2.2 thorpej #options COMPAT_14 # NetBSD 1.4 compatibility.
86 1.4.2.2 thorpej #options COMPAT_13 # NetBSD 1.3 compatibility.
87 1.4.2.2 thorpej #options COMPAT_12 # NetBSD 1.2 compatibility.
88 1.4.2.2 thorpej #options COMPAT_11 # NetBSD 1.1 compatibility.
89 1.4.2.2 thorpej #options COMPAT_10 # NetBSD 1.0 compatibility.
90 1.4.2.2 thorpej #options COMPAT_09 # NetBSD 0.9 compatibility.
91 1.4.2.2 thorpej #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
92 1.4.2.2 thorpej
93 1.4.2.2 thorpej # Shared memory options
94 1.4.2.2 thorpej
95 1.4.2.2 thorpej #options SYSVMSG # System V-like message queues
96 1.4.2.2 thorpej #options SYSVSEM # System V-like semaphores
97 1.4.2.2 thorpej #options SEMMNI=10 # number of semaphore identifiers
98 1.4.2.2 thorpej #options SEMMNS=60 # number of semaphores in system
99 1.4.2.2 thorpej #options SEMUME=10 # max number of undo entries per process
100 1.4.2.2 thorpej #options SEMMNU=30 # number of undo structures in system
101 1.4.2.2 thorpej #options SYSVSHM # System V-like memory sharing
102 1.4.2.2 thorpej #options SHMMAXPGS=1024 # 1024 pages is the default
103 1.4.2.2 thorpej
104 1.4.2.2 thorpej # Device options
105 1.4.2.2 thorpej
106 1.4.2.2 thorpej #options MEMORY_DISK_HOOKS # boottime setup of ramdisk
107 1.4.2.5 jdolecek #options MEMORY_DISK_ROOT_SIZE=4000 # Size in blocks
108 1.4.2.2 thorpej #options MEMORY_DISK_IS_ROOT # use memory disk as root
109 1.4.2.2 thorpej
110 1.4.2.2 thorpej # Miscellaneous kernel options
111 1.4.2.2 thorpej options KTRACE # system call tracing, a la ktrace(1)
112 1.4.2.2 thorpej options IRQSTATS # manage IRQ statistics
113 1.4.2.2 thorpej #options LKM # loadable kernel modules
114 1.4.2.2 thorpej #options KMEMSTATS # kernel memory statistics
115 1.4.2.2 thorpej options SCSIVERBOSE # Verbose SCSI errors
116 1.4.2.2 thorpej options PCIVERBOSE # Verbose PCI descriptions
117 1.4.2.2 thorpej options MIIVERBOSE # Verbose MII autoconfuration messages
118 1.4.2.2 thorpej #options PCI_CONFIG_DUMP # verbosely dump PCI config space
119 1.4.2.2 thorpej options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to
120 1.4.2.2 thorpej # configure PCI devices
121 1.4.2.2 thorpej options PCI_CONFIGURE_VERBOSE # Show PCI config information
122 1.4.2.2 thorpej options DDB_KEYCODE=0x1d # Enter ddb on ^]
123 1.4.2.5 jdolecek #options USERCONF # userconf(4) support
124 1.4.2.3 jdolecek #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
125 1.4.2.2 thorpej
126 1.4.2.2 thorpej # Development and Debugging options
127 1.4.2.2 thorpej
128 1.4.2.2 thorpej #options ARM700BUGTRACK # track the ARM700 swi bug
129 1.4.2.2 thorpej #options PORTMASTER # Enable PortMaster only options
130 1.4.2.2 thorpej options DIAGNOSTIC # internal consistency checks
131 1.4.2.2 thorpej options PMAP_DEBUG # Enable pmap_debug_level code
132 1.4.2.2 thorpej #options IPKDB # remote kernel debugging
133 1.4.2.2 thorpej options DDB # in-kernel debugger
134 1.4.2.2 thorpej options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
135 1.4.2.2 thorpej makeoptions DEBUG="-g" # compile full symbol table
136 1.4.2.2 thorpej options PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=38400,PLCONMODE=0xB00
137 1.4.2.2 thorpej config netbsd root on ? type ?
138 1.4.2.2 thorpej
139 1.4.2.2 thorpej # The main bus device
140 1.4.2.2 thorpej mainbus0 at root
141 1.4.2.2 thorpej
142 1.4.2.2 thorpej # The boot cpu
143 1.4.2.2 thorpej cpu0 at mainbus?
144 1.4.2.2 thorpej
145 1.4.2.2 thorpej # Core logic
146 1.4.2.2 thorpej ifpga0 at mainbus?
147 1.4.2.2 thorpej
148 1.4.2.2 thorpej # PL010 uart
149 1.4.2.2 thorpej plcom0 at ifpga? offset 0x06000000 irq 1
150 1.4.2.2 thorpej plcom1 at ifpga? offset 0x07000000 irq 2
151 1.4.2.2 thorpej
152 1.4.2.2 thorpej # PL030 real time clock
153 1.4.2.2 thorpej plrtc0 at ifpga? offset 0x05000000
154 1.4.2.2 thorpej
155 1.4.2.2 thorpej # PCI bus via ifpga
156 1.4.2.2 thorpej pci0 at ifpga? # PCI bus
157 1.4.2.2 thorpej
158 1.4.2.2 thorpej # PCI IDE Controllers and Devices
159 1.4.2.2 thorpej # PCI IDE controllers - see pciide(4) for supported hardware.
160 1.4.2.2 thorpej # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
161 1.4.2.2 thorpej # how to set up DMA modes for this chip. This may work, or may cause
162 1.4.2.2 thorpej # a machine hang with some controllers.
163 1.4.2.2 thorpej #pciide* at pci? dev ? function ? flags 0x0000
164 1.4.2.2 thorpej
165 1.4.2.2 thorpej # IDE drives
166 1.4.2.2 thorpej # Flags are used only with controllers that support DMA operations
167 1.4.2.2 thorpej # and mode settings (e.g. some pciide controllers)
168 1.4.2.2 thorpej # The lowest order four bits (rightmost digit) of the flags define the PIO
169 1.4.2.2 thorpej # mode to use, the next set of four bits the DMA mode and the third set the
170 1.4.2.2 thorpej # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
171 1.4.2.2 thorpej # to use, and the last bit must be 1 for this setting to be used.
172 1.4.2.2 thorpej # For DMA and UDMA, 0xf (1111) means 'disable'.
173 1.4.2.2 thorpej # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
174 1.4.2.2 thorpej # (0xc=1100, 0xa=1010, 0xf=1111)
175 1.4.2.2 thorpej # 0x0000 means "use whatever the drive claims to support".
176 1.4.2.2 thorpej #wd* at pciide? channel ? drive ? flags 0x0000 # the drives themselves
177 1.4.2.2 thorpej
178 1.4.2.2 thorpej # PCI SCSI Controllers and Buses
179 1.4.2.2 thorpej ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI Controllers
180 1.4.2.2 thorpej scsibus* at ahc?
181 1.4.2.2 thorpej
182 1.4.2.2 thorpej # SCSI devices
183 1.4.2.2 thorpej
184 1.4.2.2 thorpej sd* at scsibus? target ? lun ? # SCSI disk drives
185 1.4.2.2 thorpej st* at scsibus? target ? lun ? # SCSI tape drives
186 1.4.2.2 thorpej cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
187 1.4.2.2 thorpej #ch* at scsibus? target ? lun ? # SCSI auto-changers drives
188 1.4.2.2 thorpej #uk* at scsibus? target ? lun ? # SCSI unknown drives
189 1.4.2.2 thorpej #ss* at scsibus? target ? lun ? # SCSI scanner
190 1.4.2.2 thorpej
191 1.4.2.2 thorpej # PCI network interfaces
192 1.4.2.2 thorpej fxp* at pci? dev ? function ? # I82557/I82558 ethernet cards
193 1.4.2.2 thorpej #ne* at pci? dev ? function ? # NE2000 compat ethernet
194 1.4.2.5 jdolecek #tlp* at pci? dev ? function ? # DECchip 21x4x and clones
195 1.4.2.2 thorpej
196 1.4.2.2 thorpej # MII/PHY support
197 1.4.2.2 thorpej inphy* at mii? phy ? # Intel 82555 PHYs
198 1.4.2.2 thorpej #lxtphy* at mii? phy ? # Level One LXT-970 PHYs
199 1.4.2.2 thorpej ukphy* at mii? phy ? # generic unknown PHYs
200 1.4.2.2 thorpej
201 1.4.2.2 thorpej # WSCONS Support
202 1.4.2.2 thorpej #options WSEMUL_VT100 # VT100 / VT220 emulation
203 1.4.2.2 thorpej #options WS_KERNEL_FG=WSCOL_GREEN
204 1.4.2.2 thorpej #pckbc0 at isa?
205 1.4.2.2 thorpej #pckbd* at pckbc?
206 1.4.2.2 thorpej #wskbd* at pckbd? console ?
207 1.4.2.2 thorpej #pms* at pckbc?
208 1.4.2.2 thorpej #wsmouse* at pms? mux 0
209 1.4.2.2 thorpej
210 1.4.2.2 thorpej #vga* at pci? dev ? function ?
211 1.4.2.2 thorpej #wsdisplay* at vga? console ?
212 1.4.2.2 thorpej
213 1.4.2.2 thorpej # Pseudo-Devices
214 1.4.2.2 thorpej
215 1.4.2.2 thorpej # disk/mass storage pseudo-devices
216 1.4.2.2 thorpej #pseudo-device md 1 # memory disk device (ramdisk)
217 1.4.2.2 thorpej pseudo-device vnd 4 # disk-like interface to files
218 1.4.2.2 thorpej
219 1.4.2.2 thorpej # network pseudo-devices
220 1.4.2.2 thorpej #pseudo-device bpfilter 4 # Berkeley packet filter
221 1.4.2.2 thorpej #pseudo-device bridge # simple inter-network bridging
222 1.4.2.2 thorpej pseudo-device loop # network loopback
223 1.4.2.2 thorpej
224 1.4.2.2 thorpej # miscellaneous pseudo-devices
225 1.4.2.2 thorpej pseudo-device pty # pseudo-terminals
226 1.4.2.2 thorpej pseudo-device rnd # /dev/random and in-kernel generator
227