Deleted Added
full compact
GENERIC (287169) GENERIC (287371)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/arm64
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on 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#
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/arm64
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on 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: head/sys/arm64/conf/GENERIC 287169 2015-08-26 18:09:17Z andrew $
19# $FreeBSD: head/sys/arm64/conf/GENERIC 287371 2015-09-01 16:25:12Z andrew $
20
21cpu ARM64
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25makeoptions NO_MODULES=1 # We don't yet support modules on arm64
26
27options SCHED_ULE # ULE scheduler

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

102device mii
103device miibus # MII bus support
104
105# Block devices
106device ahci
107device scbus
108device da
109
20
21cpu ARM64
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25makeoptions NO_MODULES=1 # We don't yet support modules on arm64
26
27options SCHED_ULE # ULE scheduler

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

102device mii
103device miibus # MII bus support
104
105# Block devices
106device ahci
107device scbus
108device da
109
110# MMC/SD/SDIO Card slot support
111device mmc # mmc/sd bus
112device mmcsd # mmc/sd flash cards
113device dwmmc
114
110# Serial (COM) ports
111device uart # Generic UART driver
112device pl011
113
114# Pseudo devices.
115device loop # Network loopback
116device random # Entropy device
117device ether # Ethernet support

--- 20 unchanged lines hidden ---
115# Serial (COM) ports
116device uart # Generic UART driver
117device pl011
118
119# Pseudo devices.
120device loop # Network loopback
121device random # Entropy device
122device ether # Ethernet support

--- 20 unchanged lines hidden ---