Deleted Added
full compact
KB920X (188944) KB920X (190100)
1# KB920X -- Custom kernel configuration for the KB9202 (no letter, A and B)
2# AT91RM9200 evaluation boards from kwikbyte.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# KB920X -- Custom kernel configuration for the KB9202 (no letter, A and B)
2# AT91RM9200 evaluation boards from kwikbyte.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/KB920X 188944 2009-02-23 18:34:56Z thompsa $
19# $FreeBSD: head/sys/arm/conf/KB920X 190100 2009-03-19 20:33:26Z thompsa $
20
21ident KB920X
22
23include "../at91/std.kb920x"
24# The AT91 platform doesn't use /boot/loader, so we have to statically wire
25# hints.
26hints "KB920X.hints"
27makeoptions MODULES_OVERRIDE=""

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

99device usb # USB Bus (required)
100#device udbp # USB Double Bulk Pipe devices
101device uhid # "Human Interface Devices"
102device ulpt # Printer
103device umass # Disks/Mass storage - Requires scbus and da
104device ural # Ralink Technology RT2500USB wireless NICs
105device rum # Ralink Technology RT2501USB wireless NICs
106device urio # Diamond Rio 500 MP3 player
20
21ident KB920X
22
23include "../at91/std.kb920x"
24# The AT91 platform doesn't use /boot/loader, so we have to statically wire
25# hints.
26hints "KB920X.hints"
27makeoptions MODULES_OVERRIDE=""

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

99device usb # USB Bus (required)
100#device udbp # USB Double Bulk Pipe devices
101device uhid # "Human Interface Devices"
102device ulpt # Printer
103device umass # Disks/Mass storage - Requires scbus and da
104device ural # Ralink Technology RT2500USB wireless NICs
105device rum # Ralink Technology RT2501USB wireless NICs
106device urio # Diamond Rio 500 MP3 player
107device uscanner # Scanners
108# USB Ethernet, requires miibus
109device miibus
110device aue # ADMtek USB Ethernet
111device axe # ASIX Electronics USB Ethernet
112device cdce # Generic USB over Ethernet
113device cue # CATC USB Ethernet
114device kue # Kawasaki LSI USB Ethernet
115device rue # RealTek RTL8150 USB Ethernet

--- 20 unchanged lines hidden ---
107# USB Ethernet, requires miibus
108device miibus
109device aue # ADMtek USB Ethernet
110device axe # ASIX Electronics USB Ethernet
111device cdce # Generic USB over Ethernet
112device cue # CATC USB Ethernet
113device kue # Kawasaki LSI USB Ethernet
114device rue # RealTek RTL8150 USB Ethernet

--- 20 unchanged lines hidden ---