Deleted Added
full compact
BEAGLEBONE (266647) BEAGLEBONE (270912)
1# BEAGLEBONE -- Custom configuration for the BeagleBone ARM development
2# platforms, check out http://www.beagleboard.org/bone and
3# http://www.beagleboard.org/black. This kernel config file is used for the
4# original BeagleBone and the BeagleBone Black.
5#
6# For more information on this file, please read the handbook section on
7# Kernel Configuration Files:
8#

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

13# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
14# latest information.
15#
16# An exhaustive list of options and more detailed explanations of the
17# device lines is also present in the ../../conf/NOTES and NOTES files.
18# If you are in doubt as to the purpose or necessity of a line, check first
19# in NOTES.
20#
1# BEAGLEBONE -- Custom configuration for the BeagleBone ARM development
2# platforms, check out http://www.beagleboard.org/bone and
3# http://www.beagleboard.org/black. This kernel config file is used for the
4# original BeagleBone and the BeagleBone Black.
5#
6# For more information on this file, please read the handbook section on
7# Kernel Configuration Files:
8#

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

13# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
14# latest information.
15#
16# An exhaustive list of options and more detailed explanations of the
17# device lines is also present in the ../../conf/NOTES and NOTES files.
18# If you are in doubt as to the purpose or necessity of a line, check first
19# in NOTES.
20#
21# $FreeBSD: head/sys/arm/conf/BEAGLEBONE 266647 2014-05-25 10:17:26Z andrew $
21# $FreeBSD: head/sys/arm/conf/BEAGLEBONE 270912 2014-09-01 03:49:21Z imp $
22
23ident BEAGLEBONE
24
25include "../ti/am335x/std.beaglebone"
26
27makeoptions WITHOUT_MODULES="ahc"
28
29options HZ=100

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

111# USB support
112device usb
113options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
114options USB_DEBUG
115#options USB_REQ_DEBUG
116#options USB_VERBOSE
117device musb
118device umass
22
23ident BEAGLEBONE
24
25include "../ti/am335x/std.beaglebone"
26
27makeoptions WITHOUT_MODULES="ahc"
28
29options HZ=100

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

111# USB support
112device usb
113options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
114options USB_DEBUG
115#options USB_REQ_DEBUG
116#options USB_VERBOSE
117device musb
118device umass
119device scbus # SCSI bus (required for SCSI)
119device scbus # SCSI bus (required for ATA/SCSI)
120device da # Direct Access (disks)
121
122# Ethernet
123device loop
124device ether
125device mii
126device smscphy
127device cpsw

--- 14 unchanged lines hidden ---
120device da # Direct Access (disks)
121
122# Ethernet
123device loop
124device ether
125device mii
126device smscphy
127device cpsw

--- 14 unchanged lines hidden ---