Deleted Added
full compact
PANDABOARD (256281) PANDABOARD (266086)
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: stable/10/sys/arm/conf/PANDABOARD 254461 2013-08-17 18:51:38Z andrew $
19# $FreeBSD: stable/10/sys/arm/conf/PANDABOARD 266086 2014-05-14 20:17:31Z ian $
20
21ident PANDABOARD
22
23
24
25# This probably wants to move somewhere else. Maybe we can create a basic
26# OMAP4340 config, then make a PANDABOARD config that includes the basic one,
27# adds the start addresses and custom devices plus pulls in this hints file.

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

107# The following enables MFS as root, this seems similar to an initramfs or initrd
108# as used in Linux.
109#options MD_ROOT
110#options MD_ROOT_SIZE=7560
111
112device random # Entropy device
113
114# USB support
20
21ident PANDABOARD
22
23
24
25# This probably wants to move somewhere else. Maybe we can create a basic
26# OMAP4340 config, then make a PANDABOARD config that includes the basic one,
27# adds the start addresses and custom devices plus pulls in this hints file.

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

107# The following enables MFS as root, this seems similar to an initramfs or initrd
108# as used in Linux.
109#options MD_ROOT
110#options MD_ROOT_SIZE=7560
111
112device random # Entropy device
113
114# USB support
115options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
115device usb
116options USB_DEBUG
117#options USB_REQ_DEBUG
118#options USB_VERBOSE
119device ohci
120device ehci
121device umass
122device scbus # SCSI bus (required for SCSI)

--- 21 unchanged lines hidden ---
116device usb
117options USB_DEBUG
118#options USB_REQ_DEBUG
119#options USB_VERBOSE
120device ohci
121device ehci
122device umass
123device scbus # SCSI bus (required for SCSI)

--- 21 unchanged lines hidden ---