Deleted Added
full compact
PANDABOARD (266647) PANDABOARD (270912)
1# PANDABOARD -- Custom configuration for the PandaBoard ARM development
2# platform, check out www.pandaboard.org
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#
1# PANDABOARD -- Custom configuration for the PandaBoard ARM development
2# platform, check out www.pandaboard.org
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: head/sys/arm/conf/PANDABOARD 266647 2014-05-25 10:17:26Z andrew $
19# $FreeBSD: head/sys/arm/conf/PANDABOARD 270912 2014-09-01 03:49:21Z imp $
20
21ident PANDABOARD
22
23# This probably wants to move somewhere else. Maybe we can create a basic
24# OMAP4340 config, then make a PANDABOARD config that includes the basic one,
25# adds the start addresses and custom devices plus pulls in this hints file.
26
27hints "PANDABOARD.hints"

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

117device usb
118options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
119options USB_DEBUG
120#options USB_REQ_DEBUG
121#options USB_VERBOSE
122device ohci
123device ehci
124device umass
20
21ident PANDABOARD
22
23# This probably wants to move somewhere else. Maybe we can create a basic
24# OMAP4340 config, then make a PANDABOARD config that includes the basic one,
25# adds the start addresses and custom devices plus pulls in this hints file.
26
27hints "PANDABOARD.hints"

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

117device usb
118options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
119options USB_DEBUG
120#options USB_REQ_DEBUG
121#options USB_VERBOSE
122device ohci
123device ehci
124device umass
125device scbus # SCSI bus (required for SCSI)
125device scbus # SCSI bus (required for ATA/SCSI)
126device da # Direct Access (disks)
127
128# Ethernet
129device loop
130device ether
131device mii
132device smc
133device smcphy

--- 18 unchanged lines hidden ---
126device da # Direct Access (disks)
127
128# Ethernet
129device loop
130device ether
131device mii
132device smc
133device smcphy

--- 18 unchanged lines hidden ---