Deleted Added
full compact
DREAMPLUG-1001 (283547) DREAMPLUG-1001 (289945)
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 283547 2015-05-25 23:27:13Z ian $
21# $FreeBSD: head/sys/arm/conf/DREAMPLUG-1001 289945 2015-10-25 22:00:56Z zbb $
22#
23#NO_UNIVERSE
24
25ident DREAMPLUG-1001
26
27include "std.arm"
28include "../mv/kirkwood/std.db88f6xxx"
29

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

95device cd
96
97# Serial ports
98device uart
99
100# Networking
101device mge # Marvell Gigabit Ethernet controller
102device mii
22#
23#NO_UNIVERSE
24
25ident DREAMPLUG-1001
26
27include "std.arm"
28include "../mv/kirkwood/std.db88f6xxx"
29

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

95device cd
96
97# Serial ports
98device uart
99
100# Networking
101device mge # Marvell Gigabit Ethernet controller
102device mii
103device mdio
103device e1000phy
104
105# USB
106options USB_HOST_ALIGN=32 # Align DMA to cacheline
107#options USB_DEBUG # Compile in USB debug support
108device usb # Basic usb support
109device ehci # USB host controller
110device umass # Mass storage

--- 70 unchanged lines hidden ---
104device e1000phy
105
106# USB
107options USB_HOST_ALIGN=32 # Align DMA to cacheline
108#options USB_DEBUG # Compile in USB debug support
109device usb # Basic usb support
110device ehci # USB host controller
111device umass # Mass storage

--- 70 unchanged lines hidden ---