Deleted Added
full compact
4c4
< # $FreeBSD: stable/10/sys/arm/conf/TS7800 283387 2015-05-24 14:57:17Z ian $
---
> # $FreeBSD: stable/10/sys/arm/conf/TS7800 266086 2014-05-14 20:17:31Z ian $
10a11
> makeoptions MODULES_OVERRIDE=""
12c13
< #makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
---
> #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
15,18c16,19
< options SCHED_4BSD # 4BSD scheduler
< options INET # InterNETworking
< options INET6 # IPv6 communications protocols
< options FFS # Berkeley Fast Filesystem
---
> options SCHED_4BSD #4BSD scheduler
> options INET #InterNETworking
> options INET6 #IPv6 communications protocols
> options FFS #Berkeley Fast Filesystem
20,22c21,23
< options NFSCL # New Network Filesystem Client
< options NFSLOCKD # Network Lock Manager
< options NFS_ROOT # NFS usable as /, requires NFSCL
---
> options NFSCL #New Network Filesystem Client
> options NFSLOCKD #Network Lock Manager
> options NFS_ROOT #NFS usable as /, requires NFSCL
28,35c29,32
< options GEOM_PART_BSD # BSD partition scheme
< options GEOM_PART_MBR # MBR partition scheme
< options TMPFS # Efficient memory filesystem
<
< options SYSVSHM # SYSV-style shared memory
< options SYSVMSG # SYSV-style message queues
< options SYSVSEM # SYSV-style semaphores
< options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
---
> options SYSVSHM #SYSV-style shared memory
> options SYSVMSG #SYSV-style message queues
> options SYSVSEM #SYSV-style semaphores
> options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
66a64
> options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.