Deleted Added
full compact
QILA9G20 (265155) QILA9G20 (270912)
1# Kernel configuration for Calao Syatems QIL-A9G20 development card
2# http://www.calao-systems.com
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# Kernel configuration for Calao Syatems QIL-A9G20 development card
2# http://www.calao-systems.com
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: head/sys/arm/conf/QILA9G20 265155 2014-04-30 18:02:10Z imp $
19# $FreeBSD: head/sys/arm/conf/QILA9G20 270912 2014-09-01 03:49:21Z imp $
20
21#NO_UNIVERSE
22
23ident QILA9G20
24
25include "../at91/std.qila9g20"
26
27#To statically compile in device wiring instead of /boot/device.hints

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

112option AT91_MCI_HAS_4WIRE
113
114# iic
115device iic
116device iicbus
117device icee
118
119# SCSI peripherals
20
21#NO_UNIVERSE
22
23ident QILA9G20
24
25include "../at91/std.qila9g20"
26
27#To statically compile in device wiring instead of /boot/device.hints

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

112option AT91_MCI_HAS_4WIRE
113
114# iic
115device iic
116device iicbus
117device icee
118
119# SCSI peripherals
120device scbus # SCSI bus (required for SCSI)
120device scbus # SCSI bus (required for ATA/SCSI)
121device da # Direct Access (disks)
122device cd # CD
121device da # Direct Access (disks)
122device cd # CD
123device pass # Passthrough device (direct SCSI access)
123device pass # Passthrough device (direct ATA/SCSI access)
124
125# USB support
126device ohci # OHCI localbus->USB interface
127device usb # USB Bus (required)
128device umass # Disks/Mass storage - Requires scbus and da
129device uhid # "Human Interface Devices"
130#device ulpt # Printer
131#device udbp # USB Double Bulk Pipe devices

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

--- 24 unchanged lines hidden ---