Deleted Added
full compact
DREAMPLUG-1001 (289945) DREAMPLUG-1001 (294413)
1# Kernel config for GlobalScale Technologies DreamPlug version 1001.
2#
3# This is for units that are version 10, revision 01, with NOR SPI flash.
4# These units are identified with the number "1001" on the S/N label.
5#
6# For more information on this file, please read the handbook section on
7# Kernel Configuration Files:
8#

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

13# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
14# latest information.
15#
16# An exhaustive list of options and more detailed explanations of the
17# device lines is also present in the ../../conf/NOTES and NOTES files.
18# If you are in doubt as to the purpose or necessity of a line, check first
19# in NOTES.
20#
1# Kernel config for GlobalScale Technologies DreamPlug version 1001.
2#
3# This is for units that are version 10, revision 01, with NOR SPI flash.
4# These units are identified with the number "1001" on the S/N label.
5#
6# For more information on this file, please read the handbook section on
7# Kernel Configuration Files:
8#

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

13# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
14# latest information.
15#
16# An exhaustive list of options and more detailed explanations of the
17# device lines is also present in the ../../conf/NOTES and NOTES files.
18# If you are in doubt as to the purpose or necessity of a line, check first
19# in NOTES.
20#
21# $FreeBSD: head/sys/arm/conf/DREAMPLUG-1001 289945 2015-10-25 22:00:56Z zbb $
21# $FreeBSD: head/sys/arm/conf/DREAMPLUG-1001 294413 2016-01-20 11:57:11Z zbb $
22#
23#NO_UNIVERSE
24
25ident DREAMPLUG-1001
26
27include "std.arm"
28include "../mv/kirkwood/std.db88f6xxx"
29

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

117device urtw # Realtek RTL8187B/L USB
118device upgt # Conexant/Intersil PrismGT SoftMAC USB
119device u3g # USB-based 3G modems (Option, Huawei, Sierra)
120
121# I2C (TWSI)
122device iic
123device iicbus
124
22#
23#NO_UNIVERSE
24
25ident DREAMPLUG-1001
26
27include "std.arm"
28include "../mv/kirkwood/std.db88f6xxx"
29

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

117device urtw # Realtek RTL8187B/L USB
118device upgt # Conexant/Intersil PrismGT SoftMAC USB
119device u3g # USB-based 3G modems (Option, Huawei, Sierra)
120
121# I2C (TWSI)
122device iic
123device iicbus
124
125# GPIO
126device gpio
127
125# SATA
126device mvs
127device ahci
128
129# Sound
130device sound
131device snd_uaudio
132

--- 49 unchanged lines hidden ---
128# SATA
129device mvs
130device ahci
131
132# Sound
133device sound
134device snd_uaudio
135

--- 49 unchanged lines hidden ---