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