]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/HL200
Cleanup (cont)
[FreeBSD/FreeBSD.git] / sys / arm / conf / HL200
1 # KB920X -- Custom kernel configuration for the KB9200, 9201 and 9202
2 # AT91RM9200 based Hot-e configuration file
3 #
4 # For more information on this file, please read the handbook section on
5 # Kernel Configuration Files:
6 #
7 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8 #
9 # The handbook is also available locally in /usr/share/doc/handbook
10 # if you've installed the doc distribution, otherwise always see the
11 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12 # latest information.
13 #
14 # An exhaustive list of options and more detailed explanations of the
15 # device lines is also present in the ../../conf/NOTES and NOTES files. 
16 # If you are in doubt as to the purpose or necessity of a line, check first 
17 # in NOTES.
18 #
19 # $FreeBSD$
20
21 machine         arm
22 ident           HL200
23
24 include "../at91/std.at91"
25 files   "../at91/files.kb920x"
26
27 options         STARTUP_PAGETABLE_ADDR=0x20000000
28 makeoptions     KERNPHYSADDR=0x20100000
29 makeoptions     KERNVIRTADDR=0xc0100000
30 options         KERNPHYSADDR=0x20100000 
31 options         KERNVIRTADDR=0xc0100000
32
33 #To statically compile in device wiring instead of /boot/device.hints
34 #hints          "GENERIC.hints"         #Default places to look for devices.
35 hints           "KB920X.hints"
36
37 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
38 options         DDB
39 options         KDB
40 options         AT91C_MASTER_CLOCK=45000000
41
42 options         SCHED_4BSD              #4BSD scheduler
43 options         INET                    #InterNETworking
44 #options        INET6                   #IPv6 communications protocols
45 options         FFS                     #Berkeley Fast Filesystem
46 #options        SOFTUPDATES             #Enable FFS soft updates support
47 #options        UFS_ACL                 #Support for access control lists
48 #options        UFS_DIRHASH             #Improve performance on big directories
49 #options        MD_ROOT                 #MD is a potential root device
50 #options                MD_ROOT_SIZE=4096       # 3MB ram disk
51 #options        ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
52 options         NFSCLIENT               #Network Filesystem Client
53 #options        NFSSERVER               #Network Filesystem Server
54 #options        NFSLOCKD                #Network Lock Manager
55 options         NFS_ROOT                #NFS usable as /, requires NFSCLIENT
56 options BOOTP_NFSROOT
57 options BOOTP
58 options BOOTP_NFSV3
59 options BOOTP_WIRED_TO=ate0
60 options BOOTP_COMPAT
61
62 #options        MSDOSFS                 #MSDOS Filesystem
63 #options        CD9660                  #ISO 9660 Filesystem
64 #options        PROCFS                  #Process filesystem (requires PSEUDOFS)
65 options         PSEUDOFS                #Pseudo-filesystem framework
66 #options        SCSI_DELAY=5000         #Delay (in ms) before probing SCSI
67 #options        KTRACE                  #ktrace(1) support
68 options         SYSVSHM                 #SYSV-style shared memory
69 options         SYSVMSG                 #SYSV-style message queues
70 options         SYSVSEM                 #SYSV-style semaphores
71 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
72 #options        SYSCTL_OMIT_DESCR
73 options         MUTEX_NOINLINE
74 options         RWLOCK_NOINLINE
75 options         NO_FFS_SNAPSHOT
76 options         NO_SWAPPING
77 device          random
78 device          pty
79 device          loop
80 device          ether
81 device          uart
82 device          ate
83 device          mii
84 device          lxtphy
85
86 # Debugging for use in -current
87 #options        INVARIANTS              #Enable calls of extra sanity checking
88 #options        INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
89 #options        WITNESS                 #Enable checks to detect deadlocks and cycles
90 #options        WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
91
92 device          mem                     # Memory and kernel memory devices
93 device          md
94 device          at91_twi                # TWI: Two Wire Interface
95 device          at91_spi                # SPI:
96 device          spibus
97 # MMC/SD
98 device          at91_mci
99 device          mmc
100 device          mmcsd
101 # iic
102 device          iic
103 device          iicbus
104 device          icee
105
106 device          bpf
107 # USB support
108 device          ohci            # OHCI localbus->USB interface
109 device          usb             # USB Bus (required)
110 #device         udbp            # USB Double Bulk Pipe devices
111 device          ugen            # Generic
112 device          uhid            # "Human Interface Devices"
113 device          ulpt            # Printer
114 device          umass           # Disks/Mass storage - Requires scbus and da
115 device          ural            # Ralink Technology RT2500USB wireless NICs
116 device          rum             # Ralink Technology RT2501USB wireless NICs
117 device          urio            # Diamond Rio 500 MP3 player
118 device          uscanner        # Scanners
119 # USB Ethernet, requires miibus
120 device          miibus
121 device          aue             # ADMtek USB Ethernet
122 device          axe             # ASIX Electronics USB Ethernet
123 device          cdce            # Generic USB over Ethernet
124 device          cue             # CATC USB Ethernet
125 device          kue             # Kawasaki LSI USB Ethernet
126 device          rue             # RealTek RTL8150 USB Ethernet
127 device          udav
128 # usb serial
129 device          ucom
130 device          uark
131 device          ubsa
132 device          ubser
133 device          uftdi
134 device          uipaq
135 device          uplcom
136 device          uvisor
137 device          uvscom
138 # SCSI peripherals
139 device          scbus           # SCSI bus (required for SCSI)
140 device          da              # Direct Access (disks)
141 device          cd              # CD
142 device          pass            # Passthrough device (direct SCSI access)
143 # Wireless NIC cards
144 device          wlan            # 802.11 support
145 device          wlan_wep        # 802.11 WEP support
146 device          wlan_ccmp       # 802.11 CCMP support
147 device          wlan_tkip       # 802.11 TKIP support
148 device          wlan_amrr       # AMRR transmit rate control algorithm