Deleted Added
full compact
EB9200 (265155) EB9200 (270912)
1# EB9200 - Custom kernel for the Embest ATEB9200 AT91RM9200 evaluation board.
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# An exhaustive list of options and more detailed explanations of the
9# device lines is also present in the ../../conf/NOTES and NOTES files.
10# If you are in doubt as to the purpose or necessity of a line, check first
11# in NOTES.
12#
1# EB9200 - Custom kernel for the Embest ATEB9200 AT91RM9200 evaluation board.
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# An exhaustive list of options and more detailed explanations of the
9# device lines is also present in the ../../conf/NOTES and NOTES files.
10# If you are in doubt as to the purpose or necessity of a line, check first
11# in NOTES.
12#
13# $FreeBSD: head/sys/arm/conf/EB9200 265155 2014-04-30 18:02:10Z imp $
13# $FreeBSD: head/sys/arm/conf/EB9200 270912 2014-09-01 03:49:21Z imp $
14
15#NO_UNIVERSE
16
17ident EB9200
18
19include "../at91/std.eb9200"
20# The AT91 platform doesn't use /boot/loader, so we have to statically wire
21# hints.

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

97
98device bpf
99# USB support
100options USB_DEBUG # enable debug msgs
101device ohci # OHCI localbus->USB interface
102device usb # USB Bus (required)
103device umass # Disks/Mass storage - Requires scbus and da
104# SCSI peripherals
14
15#NO_UNIVERSE
16
17ident EB9200
18
19include "../at91/std.eb9200"
20# The AT91 platform doesn't use /boot/loader, so we have to statically wire
21# hints.

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

97
98device bpf
99# USB support
100options USB_DEBUG # enable debug msgs
101device ohci # OHCI localbus->USB interface
102device usb # USB Bus (required)
103device umass # Disks/Mass storage - Requires scbus and da
104# SCSI peripherals
105device scbus # SCSI bus (required for SCSI)
105device scbus # SCSI bus (required for ATA/SCSI)
106device da # Direct Access (disks)
107device cd # CD
106device da # Direct Access (disks)
107device cd # CD
108device pass # Passthrough device (direct SCSI access)
108device pass # Passthrough device (direct ATA/SCSI access)
109
110# USB device (gadget) support
111#device at91_dci # Atmel's usb device
112#device usfs # emulate a flash
113#device cdce # emulate an ethernet
114#device usb_template # Control of the gadget
109
110# USB device (gadget) support
111#device at91_dci # Atmel's usb device
112#device usfs # emulate a flash
113#device cdce # emulate an ethernet
114#device usb_template # Control of the gadget