]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/NOTES
Add sysctl for setting battery charging current.
[FreeBSD/FreeBSD.git] / sys / arm / conf / NOTES
1 # $FreeBSD$
2
3 machine arm
4
5 cpu     CPU_ARM9E
6
7 files   "../mv/files.mv"
8 files   "../mv/discovery/files.db78xxx"
9 files   "../mv/kirkwood/files.kirkwood"
10 files   "../mv/orion/files.db88f5xxx"
11 files   "../mv/orion/files.ts7800"
12
13 makeoptions     CONF_CFLAGS+="-march=armv5te"
14 makeoptions     LDFLAGS="-zmuldefs"
15 makeoptions     KERNPHYSADDR=0x00000000
16
17 options         FDT
18
19 options         SOC_MV_DISCOVERY
20 options         SOC_MV_KIRKWOOD
21 options         SOC_MV_ORION
22
23 options         ARM_MANY_BOARD
24 device          nand
25
26 # IIC
27 device          twsi
28
29 nooptions       SMP
30 nooptions       MAXCPU
31
32 nooptions       COMPAT_FREEBSD4
33 nooptions       COMPAT_FREEBSD5
34 nooptions       COMPAT_FREEBSD6
35 nooptions       COMPAT_FREEBSD7
36 nooptions       COMPAT_FREEBSD9
37 nooption        PPC_PROBE_CHIPSET
38
39 nodevice        fdc
40 nodevice        sym
41 nodevice        ukbd
42
43 nodevice        sc
44 nodevice        blank_saver
45 nodevice        daemon_saver
46 nodevice        dragon_saver
47 nodevice        fade_saver
48 nodevice        fire_saver
49 nodevice        green_saver
50 nodevice        logo_saver
51 nodevice        rain_saver
52 nodevice        snake_saver
53 nodevice        star_saver
54 nodevice        warp_saver
55
56 nodevice        ccr
57 nodevice        cxgbe
58 nodevice        cxgbev
59 nodevice        snd_cmi
60
61 #
62 # Enable the kernel DTrace hooks which are required to load the DTrace
63 # kernel modules.
64 #
65 options         KDTRACE_HOOKS
66
67 # DTrace core
68 # NOTE: introduces CDDL-licensed components into the kernel
69 #device         dtrace
70
71 # DTrace modules
72 #device         dtrace_profile
73 #device         dtrace_sdt
74 #device         dtrace_fbt
75 #device         dtrace_systrace
76 #device         dtrace_prototype
77 #device         dtnfscl
78 #device         dtmalloc
79
80 # Alternatively include all the DTrace modules
81 #device         dtraceall