Deleted Added
full compact
SN9G45 (256281) SN9G45 (266086)
1# Kernel configuration for DesignA Electronics Snapper9G45 System on Module
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 DesignA Electronics Snapper9G45 System on Module
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/SN9G45 253845 2013-07-31 17:21:18Z obrien $
18# $FreeBSD: stable/10/sys/arm/conf/SN9G45 266086 2014-05-14 20:17:31Z ian $
19
20ident SN9G45
21
22include "../at91/std.sn9g45"
23
24#To statically compile in device wiring instead of /boot/device.hints
25#hints "SN9G45.hints"
26makeoptions MODULES_OVERRIDE=""

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

92
93# SCSI peripherals
94device scbus # SCSI bus (required for SCSI)
95device da # Direct Access (disks)
96device cd # CD
97device pass # Passthrough device (direct SCSI access)
98
99# USB support
19
20ident SN9G45
21
22include "../at91/std.sn9g45"
23
24#To statically compile in device wiring instead of /boot/device.hints
25#hints "SN9G45.hints"
26makeoptions MODULES_OVERRIDE=""

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

92
93# SCSI peripherals
94device scbus # SCSI bus (required for SCSI)
95device da # Direct Access (disks)
96device cd # CD
97device pass # Passthrough device (direct SCSI access)
98
99# USB support
100options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
100device ohci # OHCI localbus->USB interface
101device usb # USB Bus (required)
102device umass # Disks/Mass storage - Requires scbus and da
103device uhid # "Human Interface Devices"
104#device ulpt # Printer
105#device udbp # USB Double Bulk Pipe devices
106
107# USB Ethernet, requires miibus

--- 22 unchanged lines hidden ---
101device ohci # OHCI localbus->USB interface
102device usb # USB Bus (required)
103device umass # Disks/Mass storage - Requires scbus and da
104device uhid # "Human Interface Devices"
105#device ulpt # Printer
106#device udbp # USB Double Bulk Pipe devices
107
108# USB Ethernet, requires miibus

--- 22 unchanged lines hidden ---