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