ARMADA38X (c5c3ba6b43cac20dc9432eac15758d41cb2b8b1f) | ARMADA38X (f34560385c730c8b1db4f46a9c711a60511864bf) |
---|---|
1# 2# Kernel configuration for Marvell Armada38x 3# 4# $FreeBSD$ 5# 6 7include "../mv/armada38x/std.armada38x" 8include "std.armv7" --- 9 unchanged lines hidden (view full) --- 18#options ROOTDEVNAME=\"ufs:md0\" 19options ROOTDEVNAME=\"/dev/da0s1a\" 20 21options SCHED_ULE # ULE scheduler 22options SMP 23 24options VM_KMEM_SIZE_MAX=0x9CCD000 25 | 1# 2# Kernel configuration for Marvell Armada38x 3# 4# $FreeBSD$ 5# 6 7include "../mv/armada38x/std.armada38x" 8include "std.armv7" --- 9 unchanged lines hidden (view full) --- 18#options ROOTDEVNAME=\"ufs:md0\" 19options ROOTDEVNAME=\"/dev/da0s1a\" 20 21options SCHED_ULE # ULE scheduler 22options SMP 23 24options VM_KMEM_SIZE_MAX=0x9CCD000 25 |
26# pseudo devices 27device clk 28device phy 29device hwreset 30device nvmem 31device regulator 32device syscon 33 |
|
26# Pseudo devices 27device pty 28device loop 29device md 30 31# Serial ports 32device uart 33device uart_snps --- 71 unchanged lines hidden --- | 34# Pseudo devices 35device pty 36device loop 37device md 38 39# Serial ports 40device uart 41device uart_snps --- 71 unchanged lines hidden --- |