Deleted Added
full compact
SAM9X25EK (256281) SAM9X25EK (266086)
1# Kernel configuration for Atmel AT91SAM9G20EK Rev B. development card
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# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
1# Kernel configuration for Atmel AT91SAM9G20EK Rev B. development card
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# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
18# $FreeBSD: stable/10/sys/arm/conf/SAM9X25EK 253845 2013-07-31 17:21:18Z obrien $
18# $FreeBSD: stable/10/sys/arm/conf/SAM9X25EK 266086 2014-05-14 20:17:31Z ian $
19
20# NOUNIVERSE: disable building in make universe
21ident SAM9X25EK
22
23include "../at91/std.sam9x25ek"
24
25#To statically compile in device wiring instead of /boot/device.hints
26hints "SAM9G20EK.hints"

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

116
117# SCSI peripherals
118device scbus # SCSI bus (required for SCSI)
119device da # Direct Access (disks)
120device cd # CD
121device pass # Passthrough device (direct SCSI access)
122
123# USB support
19
20# NOUNIVERSE: disable building in make universe
21ident SAM9X25EK
22
23include "../at91/std.sam9x25ek"
24
25#To statically compile in device wiring instead of /boot/device.hints
26hints "SAM9G20EK.hints"

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

116
117# SCSI peripherals
118device scbus # SCSI bus (required for SCSI)
119device da # Direct Access (disks)
120device cd # CD
121device pass # Passthrough device (direct SCSI access)
122
123# USB support
124options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
124#device ohci # OHCI localbus->USB interface
125#device usb # USB Bus (required)
126#device umass # Disks/Mass storage - Requires scbus and da
127#device uhid # "Human Interface Devices"
128#device ulpt # Printer
129#device udbp # USB Double Bulk Pipe devices
130
131# USB Ethernet, requires miibus

--- 22 unchanged lines hidden ---
125#device ohci # OHCI localbus->USB interface
126#device usb # USB Bus (required)
127#device umass # Disks/Mass storage - Requires scbus and da
128#device uhid # "Human Interface Devices"
129#device ulpt # Printer
130#device udbp # USB Double Bulk Pipe devices
131
132# USB Ethernet, requires miibus

--- 22 unchanged lines hidden ---