Deleted Added
full compact
RPI-B (243465) RPI-B (243701)
1# RPI-B -- Custom configuration for the Raspberry Pi
2#
3# For more information on this file, please read the handbook section on
4# Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
1# RPI-B -- Custom configuration for the Raspberry Pi
2#
3# For more information on this file, please read the handbook section on
4# Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
18# $FreeBSD: head/sys/arm/conf/RPI-B 243465 2012-11-23 20:04:39Z gonzo $
18# $FreeBSD: head/sys/arm/conf/RPI-B 243701 2012-11-30 04:56:39Z gonzo $
19
20ident RPI-B
21machine arm armv6
22cpu CPU_ARM11
23
24files "../broadcom/bcm2835/files.bcm2835"
25makeoptions MODULES_OVERRIDE=""
26

--- 12 unchanged lines hidden (view full) ---

39options SCHED_4BSD #4BSD scheduler
40options INET #InterNETworking
41options FFS #Berkeley Fast Filesystem
42options SOFTUPDATES #Enable FFS soft updates support
43options UFS_ACL #Support for access control lists
44options UFS_DIRHASH #Improve performance on big directories
45device snp
46
19
20ident RPI-B
21machine arm armv6
22cpu CPU_ARM11
23
24files "../broadcom/bcm2835/files.bcm2835"
25makeoptions MODULES_OVERRIDE=""
26

--- 12 unchanged lines hidden (view full) ---

39options SCHED_4BSD #4BSD scheduler
40options INET #InterNETworking
41options FFS #Berkeley Fast Filesystem
42options SOFTUPDATES #Enable FFS soft updates support
43options UFS_ACL #Support for access control lists
44options UFS_DIRHASH #Improve performance on big directories
45device snp
46
47#options NFSCL #Network Filesystem Client
47options NFSCL #Network Filesystem Client
48
48#options NFS_ROOT #NFS usable as /, requires NFSCLIENT
49#options BOOTP_NFSROOT
50#options BOOTP_COMPAT
51#options BOOTP
52#options BOOTP_NFSV3
53#options BOOTP_WIRED_TO=ue0
54
55options PSEUDOFS #Pseudo-filesystem framework

--- 12 unchanged lines hidden (view full) ---

68device bpf
69device loop
70device ether
71device uart
72device pl011
73
74device pty
75
49#options NFS_ROOT #NFS usable as /, requires NFSCLIENT
50#options BOOTP_NFSROOT
51#options BOOTP_COMPAT
52#options BOOTP
53#options BOOTP_NFSV3
54#options BOOTP_WIRED_TO=ue0
55
56options PSEUDOFS #Pseudo-filesystem framework

--- 12 unchanged lines hidden (view full) ---

69device bpf
70device loop
71device ether
72device uart
73device pl011
74
75device pty
76
76# NOTE: serial console will be disabled if syscons enabled
77# Uncomment following lines for framebuffer/syscons support
78# device sc
79# device kbdmux
80# options SC_DFLT_FONT # compile font in
81# makeoptions SC_DFLT_FONT=cp437
82# device ukbd
77# Comment following lines for boot console on serial port
78device sc
79device kbdmux
80options SC_DFLT_FONT # compile font in
81makeoptions SC_DFLT_FONT=cp437
82device ukbd
83
84device sdhci
85device mmc
86device mmcsd
87
88device gpio
89device gpioled
90

--- 27 unchanged lines hidden ---
83
84device sdhci
85device mmc
86device mmcsd
87
88device gpio
89device gpioled
90

--- 27 unchanged lines hidden ---