Make all the comments '# ' and align to same column. This fixes the
rampently incosnsitent usage which made cut and paste from one file to another look ugly.
This commit is contained in:
+20
-20
@@ -9,32 +9,32 @@ include "../tegra/std.tegra2"
|
|||||||
|
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
#options SCHED_ULE #ULE scheduler
|
#options SCHED_ULE # ULE scheduler
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options NFSCL #Network Filesystem Client
|
#options NFSCL # Network Filesystem Client
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
#options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
#options BOOTP_WIRED_TO=mge0
|
#options BOOTP_WIRED_TO=mge0
|
||||||
|
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_PART_GPT
|
options GEOM_PART_GPT
|
||||||
options ROOTDEVNAME=\"ufs:/dev/da0p1\"
|
options ROOTDEVNAME=\"ufs:/dev/da0p1\"
|
||||||
|
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
@@ -48,8 +48,8 @@ options VERBOSE_SYSINIT
|
|||||||
options DDB
|
options DDB
|
||||||
options GDB
|
options GDB
|
||||||
options DIAGNOSTIC
|
options DIAGNOSTIC
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options KDB
|
options KDB
|
||||||
options KDB_TRACE
|
options KDB_TRACE
|
||||||
#options KTR
|
#options KTR
|
||||||
@@ -57,8 +57,8 @@ options KDB_TRACE
|
|||||||
#options KTR_ENTRIES=16384
|
#options KTR_ENTRIES=16384
|
||||||
#options KTR_MASK=(KTR_SPARE2)
|
#options KTR_MASK=(KTR_SPARE2)
|
||||||
#options KTR_COMPILE=KTR_ALL
|
#options KTR_COMPILE=KTR_ALL
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options WITNESS_KDB
|
#options WITNESS_KDB
|
||||||
options MUTEX_DEBUG
|
options MUTEX_DEBUG
|
||||||
|
|
||||||
|
|||||||
+20
-20
@@ -10,32 +10,32 @@ include "../mv/armadaxp/std.mv78x60"
|
|||||||
options SOC_MV_ARMADAXP
|
options SOC_MV_ARMADAXP
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
#options SCHED_ULE #ULE scheduler
|
#options SCHED_ULE # ULE scheduler
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options NFSCL #Network Filesystem Client
|
options NFSCL # Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
options BOOTP_WIRED_TO=mge0
|
options BOOTP_WIRED_TO=mge0
|
||||||
|
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_PART_GPT
|
options GEOM_PART_GPT
|
||||||
options ROOTDEVNAME=\"ufs:/dev/da0p1\"
|
options ROOTDEVNAME=\"ufs:/dev/da0p1\"
|
||||||
|
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
@@ -50,8 +50,8 @@ options ALT_BREAK_TO_DEBUGGER
|
|||||||
options DDB
|
options DDB
|
||||||
options GDB
|
options GDB
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options KDB
|
options KDB
|
||||||
options KDB_TRACE
|
options KDB_TRACE
|
||||||
#options KTR
|
#options KTR
|
||||||
@@ -59,8 +59,8 @@ options KDB_TRACE
|
|||||||
#options KTR_ENTRIES=16384
|
#options KTR_ENTRIES=16384
|
||||||
#options KTR_MASK=(KTR_SPARE2)
|
#options KTR_MASK=(KTR_SPARE2)
|
||||||
#options KTR_COMPILE=KTR_ALL
|
#options KTR_COMPILE=KTR_ALL
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options WITNESS_KDB
|
#options WITNESS_KDB
|
||||||
|
|
||||||
# Pseudo devices
|
# Pseudo devices
|
||||||
|
|||||||
+33
-33
@@ -24,55 +24,55 @@ include "../samsung/exynos/std.exynos5"
|
|||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
makeoptions WITHOUT_MODULES="ahc"
|
makeoptions WITHOUT_MODULES="ahc"
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
options HZ=100 ##
|
options HZ=100
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES
|
options SOFTUPDATES
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
options PROCFS #Process filesystem (requires PSEUDOFS)
|
options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE
|
options KTRACE
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV
|
options KBD_INSTALL_CDEV
|
||||||
options PREEMPTION
|
options PREEMPTION
|
||||||
options FREEBSD_BOOT_LOADER
|
options FREEBSD_BOOT_LOADER
|
||||||
options VFP # vfp/neon
|
options VFP # vfp/neon
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
#options VERBOSE_SYSINIT #Enable verbose sysinit messages
|
#options VERBOSE_SYSINIT # Enable verbose sysinit messages
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
options DIAGNOSTIC
|
options DIAGNOSTIC
|
||||||
|
|
||||||
# NFS support
|
# NFS support
|
||||||
options NFSCL #Network Filesystem Client
|
options NFSCL # Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
|
|
||||||
# Uncomment this for NFS root
|
# Uncomment this for NFS root
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCL
|
#options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_COMPAT
|
#options BOOTP_COMPAT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
|
|||||||
+45
-45
@@ -48,13 +48,13 @@ options NFSCL # New Network Filesystem Client
|
|||||||
options NFSD # New Network Filesystem Server
|
options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD # Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT # NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS # MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 # ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
options PROCFS # Process filesystem (requires PSEUDOFS)
|
options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS # Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_PART_GPT # GUID Partition Tables.
|
options GEOM_PART_GPT # GUID Partition Tables.
|
||||||
options GEOM_LABEL # Provides labelization
|
options GEOM_LABEL # Provides labelization
|
||||||
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
||||||
@@ -109,73 +109,73 @@ options GDB # Support remote GDB.
|
|||||||
# The `bpf' device enables the Berkeley Packet Filter.
|
# The `bpf' device enables the Berkeley Packet Filter.
|
||||||
# Be aware of the administrative consequences of enabling this!
|
# Be aware of the administrative consequences of enabling this!
|
||||||
# Note that 'bpf' is required for DHCP.
|
# Note that 'bpf' is required for DHCP.
|
||||||
device bpf # Berkeley packet filter
|
device bpf # Berkeley packet filter
|
||||||
|
|
||||||
# Ethernet
|
# Ethernet
|
||||||
device mii # Minimal MII support
|
device mii # Minimal MII support
|
||||||
device ate # Atmel AT91 Ethernet friver
|
device ate # Atmel AT91 Ethernet friver
|
||||||
|
|
||||||
# I2C
|
# I2C
|
||||||
device at91_twi # Atmel AT91 Two-wire Interface
|
device at91_twi # Atmel AT91 Two-wire Interface
|
||||||
device iic # I2C generic I/O device driver
|
device iic # I2C generic I/O device driver
|
||||||
device iicbus # I2C bus system
|
device iicbus # I2C bus system
|
||||||
device pcf8563 # NXP PCF8563 clock/calendar
|
device pcf8563 # NXP PCF8563 clock/calendar
|
||||||
|
|
||||||
# MMC/SD
|
# MMC/SD
|
||||||
device at91_mci # Atmel AT91 Multimedia Card Interface
|
device at91_mci # Atmel AT91 Multimedia Card Interface
|
||||||
options AT91_MCI_HAS_4WIRE
|
options AT91_MCI_HAS_4WIRE
|
||||||
device mmc # MMC/SD bus
|
device mmc # MMC/SD bus
|
||||||
device mmcsd # MMC/SD memory card
|
device mmcsd # MMC/SD memory card
|
||||||
|
|
||||||
# DataFlash
|
# DataFlash
|
||||||
device at91_spi # Atmel AT91 Serial Peripheral Interface
|
device at91_spi # Atmel AT91 Serial Peripheral Interface
|
||||||
device spibus # SPI bus
|
device spibus # SPI bus
|
||||||
device at45d # Atmel AT45D
|
device at45d # Atmel AT45D
|
||||||
device geom_map # GEOM partition mapping
|
device geom_map # GEOM partition mapping
|
||||||
|
|
||||||
# Pseudo devices.
|
# Pseudo devices.
|
||||||
device loop # Network loopback
|
device loop # Network loopback
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
device ether # Ethernet support
|
device ether # Ethernet support
|
||||||
device vlan # 802.1Q VLAN support
|
device vlan # 802.1Q VLAN support
|
||||||
device tun # Packet tunnel.
|
device tun # Packet tunnel.
|
||||||
device md # Memory "disks"
|
device md # Memory "disks"
|
||||||
device gif # IPv6 and IPv4 tunneling
|
device gif # IPv6 and IPv4 tunneling
|
||||||
device faith # IPv6-to-IPv4 relaying (translation)
|
device faith # IPv6-to-IPv4 relaying (translation)
|
||||||
#device firmware # firmware assist module
|
#device firmware # firmware assist module
|
||||||
|
|
||||||
# SCSI peripherals
|
# SCSI peripherals
|
||||||
device scbus # SCSI bus (required for ATA/SCSI)
|
device scbus # SCSI bus (required for ATA/SCSI)
|
||||||
device ch # SCSI media changers
|
device ch # SCSI media changers
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device sa # Sequential Access (tape etc)
|
device sa # Sequential Access (tape etc)
|
||||||
device cd # CD
|
device cd # CD
|
||||||
device pass # Passthrough device (direct ATA/SCSI access)
|
device pass # Passthrough device (direct ATA/SCSI access)
|
||||||
device ses # Enclosure Services (SES and SAF-TE)
|
device ses # Enclosure Services (SES and SAF-TE)
|
||||||
#device ctl # CAM Target Layer
|
#device ctl # CAM Target Layer
|
||||||
|
|
||||||
# Serial (COM) ports
|
# Serial (COM) ports
|
||||||
device uart # Multi-uart driver
|
device uart # Multi-uart driver
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
# USB support
|
# USB support
|
||||||
options USB_DEBUG # enable debug msgs
|
options USB_DEBUG # enable debug msgs
|
||||||
device ohci # OHCI USB interface
|
device ohci # OHCI USB interface
|
||||||
device usb # USB Bus (required)
|
device usb # USB Bus (required)
|
||||||
device umass # Disks/Mass storage - Requires scbus and da
|
device umass # Disks/Mass storage - Requires scbus and da
|
||||||
|
|
||||||
# USB device (gadget) support
|
# USB device (gadget) support
|
||||||
device at91_dci # Atmel's usb device
|
device at91_dci # Atmel's usb device
|
||||||
device usfs # emulate a flash
|
device usfs # emulate a flash
|
||||||
device cdce # emulate an ethernet
|
device cdce # emulate an ethernet
|
||||||
device usb_template # Control of the gadget
|
device usb_template # Control of the gadget
|
||||||
|
|
||||||
# watchdog
|
# watchdog
|
||||||
device at91_wdt # Atmel AT91 Watchdog Timer
|
device at91_wdt # Atmel AT91 Watchdog Timer
|
||||||
|
|
||||||
device at91_rtc
|
device at91_rtc
|
||||||
device at91_ssc
|
device at91_ssc
|
||||||
#device at91_tc # missing?
|
#device at91_tc # missing?
|
||||||
|
|
||||||
# NAND Flash - Reference design has Samsung 256MB but others possible
|
# NAND Flash - Reference design has Samsung 256MB but others possible
|
||||||
device nand # NAND interface on CS3
|
device nand # NAND interface on CS3
|
||||||
|
|||||||
+40
-40
@@ -25,10 +25,10 @@ include "../xscale/ixp425/std.ixp425"
|
|||||||
include "../xscale/ixp425/std.avila"
|
include "../xscale/ixp425/std.avila"
|
||||||
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
||||||
#To statically compile in device wiring instead of /boot/device.hints
|
#To statically compile in device wiring instead of /boot/device.hints
|
||||||
hints "AVILA.hints" #Default places to look for devices.
|
hints "AVILA.hints" # Default places to look for devices.
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions CONF_CFLAGS=-mcpu=xscale
|
makeoptions CONF_CFLAGS=-mcpu=xscale
|
||||||
#options HZ=1000
|
#options HZ=1000
|
||||||
options HZ=100
|
options HZ=100
|
||||||
@@ -37,23 +37,23 @@ options DEVICE_POLLING
|
|||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
options KDB
|
options KDB
|
||||||
#options GDB
|
#options GDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
@@ -73,34 +73,34 @@ device hwpmc
|
|||||||
device pci
|
device pci
|
||||||
device uart
|
device uart
|
||||||
|
|
||||||
device ixpwdog # watchdog timer
|
device ixpwdog # watchdog timer
|
||||||
device cfi # flash support
|
device cfi # flash support
|
||||||
device cfid # flash disk support
|
device cfid # flash disk support
|
||||||
device geom_redboot # redboot fis parser
|
device geom_redboot # redboot fis parser
|
||||||
|
|
||||||
# I2C Bus
|
# I2C Bus
|
||||||
device iicbus
|
device iicbus
|
||||||
device iicbb
|
device iicbb
|
||||||
device iic
|
device iic
|
||||||
|
|
||||||
device ixpiic # I2C bus glue
|
device ixpiic # I2C bus glue
|
||||||
device ds1672 # DS1672 on I2C bus
|
device ds1672 # DS1672 on I2C bus
|
||||||
device ad7418 # AD7418 on I2C bus
|
device ad7418 # AD7418 on I2C bus
|
||||||
|
|
||||||
device avila_led
|
device avila_led
|
||||||
|
|
||||||
device gpio
|
device gpio
|
||||||
device gpioled
|
device gpioled
|
||||||
device avila_gpio # GPIO pins on J8
|
device avila_gpio # GPIO pins on J8
|
||||||
|
|
||||||
device ata
|
device ata
|
||||||
device avila_ata # Gateworks CF/IDE support
|
device avila_ata # Gateworks CF/IDE support
|
||||||
|
|
||||||
device npe # Network Processing Engine
|
device npe # Network Processing Engine
|
||||||
device npe_fw
|
device npe_fw
|
||||||
device firmware
|
device firmware
|
||||||
device qmgr # Q Manager (required by npe)
|
device qmgr # Q Manager (required by npe)
|
||||||
device mii # NB: required by npe
|
device mii # NB: required by npe
|
||||||
device ether
|
device ether
|
||||||
device bpf
|
device bpf
|
||||||
|
|
||||||
@@ -108,24 +108,24 @@ device loop
|
|||||||
device if_bridge
|
device if_bridge
|
||||||
|
|
||||||
device md
|
device md
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
|
|
||||||
# Wireless NIC cards
|
# Wireless NIC cards
|
||||||
device wlan # 802.11 support
|
device wlan # 802.11 support
|
||||||
options IEEE80211_DEBUG
|
options IEEE80211_DEBUG
|
||||||
options IEEE80211_SUPPORT_TDMA
|
options IEEE80211_SUPPORT_TDMA
|
||||||
options IEEE80211_SUPPORT_MESH
|
options IEEE80211_SUPPORT_MESH
|
||||||
device wlan_wep # 802.11 WEP support
|
device wlan_wep # 802.11 WEP support
|
||||||
device wlan_ccmp # 802.11 CCMP support
|
device wlan_ccmp # 802.11 CCMP support
|
||||||
device wlan_tkip # 802.11 TKIP support
|
device wlan_tkip # 802.11 TKIP support
|
||||||
device wlan_xauth
|
device wlan_xauth
|
||||||
|
|
||||||
device ath # Atheros NICs
|
device ath # Atheros NICs
|
||||||
device ath_pci # Atheros pci/cardbus glue
|
device ath_pci # Atheros pci/cardbus glue
|
||||||
options ATH_DEBUG
|
options ATH_DEBUG
|
||||||
options ATH_DIAGAPI
|
options ATH_DIAGAPI
|
||||||
#options ATH_TX99_DIAG
|
#options ATH_TX99_DIAG
|
||||||
device ath_rate_sample # SampleRate tx rate control for ath
|
device ath_rate_sample # SampleRate tx rate control for ath
|
||||||
|
|
||||||
#options AH_DEBUG
|
#options AH_DEBUG
|
||||||
#options AH_ASSERT
|
#options AH_ASSERT
|
||||||
@@ -149,9 +149,9 @@ device usb
|
|||||||
device ohci
|
device ohci
|
||||||
device ehci
|
device ehci
|
||||||
device umass
|
device umass
|
||||||
device scbus # SCSI bus (required for ATA/SCSI)
|
device scbus # SCSI bus (required for ATA/SCSI)
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device pass # Passthrough device (direct ATA/SCSI access)
|
device pass # Passthrough device (direct ATA/SCSI access)
|
||||||
|
|
||||||
#device ural
|
#device ural
|
||||||
#device zyd
|
#device zyd
|
||||||
|
|||||||
+30
-30
@@ -27,42 +27,42 @@ include "../ti/am335x/std.beaglebone"
|
|||||||
makeoptions WITHOUT_MODULES="ahc"
|
makeoptions WITHOUT_MODULES="ahc"
|
||||||
|
|
||||||
options HZ=100
|
options HZ=100
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
options PROCFS #Process filesystem (requires PSEUDOFS)
|
options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options PREEMPTION
|
options PREEMPTION
|
||||||
options FREEBSD_BOOT_LOADER
|
options FREEBSD_BOOT_LOADER
|
||||||
options VFP # vfp/neon
|
options VFP # vfp/neon
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
#options VERBOSE_SYSINIT #Enable verbose sysinit messages
|
#options VERBOSE_SYSINIT # Enable verbose sysinit messages
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
# NFS support
|
# NFS support
|
||||||
@@ -71,7 +71,7 @@ options NFSCL
|
|||||||
options NFSLOCKD
|
options NFSLOCKD
|
||||||
|
|
||||||
# Uncomment this for NFS root
|
# Uncomment this for NFS root
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCL
|
#options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_COMPAT
|
#options BOOTP_COMPAT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
@@ -129,7 +129,7 @@ device miibus
|
|||||||
device axe # ASIX Electronics USB Ethernet
|
device axe # ASIX Electronics USB Ethernet
|
||||||
|
|
||||||
# Device mode support and USFS template
|
# Device mode support and USFS template
|
||||||
device usb_template # Control of the gadget
|
device usb_template # Control of the gadget
|
||||||
device usfs
|
device usfs
|
||||||
|
|
||||||
# Flattened Device Tree
|
# Flattened Device Tree
|
||||||
|
|||||||
+34
-34
@@ -27,42 +27,42 @@ include "../at91/std.bwct"
|
|||||||
hints "BWCT.hints"
|
hints "BWCT.hints"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
#options ROOTDEVNAME=\"ufs:md0\"
|
#options ROOTDEVNAME=\"ufs:md0\"
|
||||||
#options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
#options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP
|
options BOOTP
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
#options KTRACE #ktrace(1) support
|
#options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
||||||
#options NO_SYSCTL_DESCR
|
#options NO_SYSCTL_DESCR
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
@@ -79,11 +79,11 @@ device mii
|
|||||||
device rlswitch
|
device rlswitch
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
device md
|
device md
|
||||||
@@ -96,17 +96,17 @@ device mmcsd # mmc/sd flash cards
|
|||||||
# iic
|
# iic
|
||||||
device iic
|
device iic
|
||||||
device iicbus
|
device iicbus
|
||||||
device ds1672 # DS1672 on I2C bus
|
device ds1672 # DS1672 on I2C bus
|
||||||
#device iicsmb # smb over i2c bridge
|
#device iicsmb # smb over i2c bridge
|
||||||
#device smbus # Bus support, required for smb below.
|
#device smbus # Bus support, required for smb below.
|
||||||
#device smb
|
#device smb
|
||||||
# SPI bus
|
# SPI bus
|
||||||
device spibus
|
device spibus
|
||||||
#device at45d # at45db642 and maybe others
|
#device at45d # at45db642 and maybe others
|
||||||
|
|
||||||
device bpf # Berkeley packet filter
|
device bpf # Berkeley packet filter
|
||||||
|
|
||||||
#options USB_DEBUG
|
#options USB_DEBUG
|
||||||
#device ohci
|
#device ohci
|
||||||
#device usb
|
#device usb
|
||||||
#device umass # Disks/Mass storage - Requires scbus and da
|
#device umass # Disks/Mass storage - Requires scbus and da
|
||||||
|
|||||||
+43
-43
@@ -27,7 +27,7 @@ options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
|||||||
#To statically compile in device wiring instead of /boot/device.hints
|
#To statically compile in device wiring instead of /boot/device.hints
|
||||||
hints "CAMBRIA.hints" # Default places to look for devices.
|
hints "CAMBRIA.hints" # Default places to look for devices.
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions CONF_CFLAGS=-mcpu=xscale
|
makeoptions CONF_CFLAGS=-mcpu=xscale
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
#options HZ=1000
|
#options HZ=1000
|
||||||
@@ -37,24 +37,24 @@ options DEVICE_POLLING
|
|||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
options KDB
|
options KDB
|
||||||
#options GDB
|
#options GDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
#options PREEMPTION
|
#options PREEMPTION
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
@@ -73,37 +73,37 @@ options VERBOSE_INIT_ARM
|
|||||||
device pci
|
device pci
|
||||||
device uart
|
device uart
|
||||||
|
|
||||||
device ixpwdog # watchdog timer
|
device ixpwdog # watchdog timer
|
||||||
|
|
||||||
options IXP4XX_FLASH_SIZE=0x02000000 # stock 2358 comes w/ 32M
|
options IXP4XX_FLASH_SIZE=0x02000000 # stock 2358 comes w/ 32M
|
||||||
device cfi # flash support
|
device cfi # flash support
|
||||||
device cfid # flash disk support
|
device cfid # flash disk support
|
||||||
device geom_redboot # redboot fis parser
|
device geom_redboot # redboot fis parser
|
||||||
|
|
||||||
# I2C Bus
|
# I2C Bus
|
||||||
device iicbus
|
device iicbus
|
||||||
device iicbb
|
device iicbb
|
||||||
device iic
|
device iic
|
||||||
|
|
||||||
device ixpiic # I2C bus glue
|
device ixpiic # I2C bus glue
|
||||||
device ds1672 # DS1672 on I2C bus
|
device ds1672 # DS1672 on I2C bus
|
||||||
device ad7418 # AD7418 on I2C bus
|
device ad7418 # AD7418 on I2C bus
|
||||||
|
|
||||||
device cambria_fled # Font Panel LED on I2C bus
|
device cambria_fled # Font Panel LED on I2C bus
|
||||||
device cambria_led # 8-LED latch
|
device cambria_led # 8-LED latch
|
||||||
|
|
||||||
device gpio
|
device gpio
|
||||||
device gpioled
|
device gpioled
|
||||||
device cambria_gpio # GPIO pins on J11
|
device cambria_gpio # GPIO pins on J11
|
||||||
|
|
||||||
device ata
|
device ata
|
||||||
device avila_ata # Gateworks CF/IDE support
|
device avila_ata # Gateworks CF/IDE support
|
||||||
|
|
||||||
device npe # Network Processing Engine
|
device npe # Network Processing Engine
|
||||||
device npe_fw
|
device npe_fw
|
||||||
device firmware
|
device firmware
|
||||||
device qmgr # Q Manager (required by npe)
|
device qmgr # Q Manager (required by npe)
|
||||||
device mii # NB: required by npe
|
device mii # NB: required by npe
|
||||||
device ether
|
device ether
|
||||||
device bpf
|
device bpf
|
||||||
|
|
||||||
@@ -111,26 +111,26 @@ device loop
|
|||||||
device if_bridge
|
device if_bridge
|
||||||
|
|
||||||
device md
|
device md
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
|
|
||||||
# Wireless NIC cards
|
# Wireless NIC cards
|
||||||
device wlan # 802.11 support
|
device wlan # 802.11 support
|
||||||
options IEEE80211_DEBUG
|
options IEEE80211_DEBUG
|
||||||
options IEEE80211_SUPPORT_TDMA
|
options IEEE80211_SUPPORT_TDMA
|
||||||
options IEEE80211_SUPPORT_MESH
|
options IEEE80211_SUPPORT_MESH
|
||||||
device wlan_wep # 802.11 WEP support
|
device wlan_wep # 802.11 WEP support
|
||||||
device wlan_ccmp # 802.11 CCMP support
|
device wlan_ccmp # 802.11 CCMP support
|
||||||
device wlan_tkip # 802.11 TKIP support
|
device wlan_tkip # 802.11 TKIP support
|
||||||
device wlan_xauth
|
device wlan_xauth
|
||||||
|
|
||||||
device ath # Atheros NICs
|
device ath # Atheros NICs
|
||||||
device ath_pci # Atheros pci/cardbus glue
|
device ath_pci # Atheros pci/cardbus glue
|
||||||
options ATH_DEBUG
|
options ATH_DEBUG
|
||||||
options ATH_DIAGAPI
|
options ATH_DIAGAPI
|
||||||
options ATH_ENABLE_DFS
|
options ATH_ENABLE_DFS
|
||||||
options ATH_ENABLE_11N
|
options ATH_ENABLE_11N
|
||||||
#options ATH_TX99_DIAG
|
#options ATH_TX99_DIAG
|
||||||
device ath_rate_sample # SampleRate tx rate control for ath
|
device ath_rate_sample # SampleRate tx rate control for ath
|
||||||
|
|
||||||
options AH_DEBUG
|
options AH_DEBUG
|
||||||
options AH_PRIVATE_DIAG
|
options AH_PRIVATE_DIAG
|
||||||
@@ -139,13 +139,13 @@ device ath_hal
|
|||||||
|
|
||||||
# NB: 2 USB 2.0 ports standard
|
# NB: 2 USB 2.0 ports standard
|
||||||
device usb
|
device usb
|
||||||
options USB_EHCI_BIG_ENDIAN_DESC # handle big-endian byte order
|
options USB_EHCI_BIG_ENDIAN_DESC # handle big-endian byte order
|
||||||
#options USB_DEBUG
|
#options USB_DEBUG
|
||||||
device ehci
|
device ehci
|
||||||
device umass
|
device umass
|
||||||
device scbus # SCSI bus (required for ATA/SCSI)
|
device scbus # SCSI bus (required for ATA/SCSI)
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device pass # Passthrough device (direct ATA/SCSI access)
|
device pass # Passthrough device (direct ATA/SCSI access)
|
||||||
|
|
||||||
#device ural
|
#device ural
|
||||||
#device zyd
|
#device zyd
|
||||||
|
|||||||
+41
-41
@@ -22,7 +22,7 @@ ident CNS11XXNAS
|
|||||||
|
|
||||||
#options PHYSADDR=0x10000000
|
#options PHYSADDR=0x10000000
|
||||||
#options KERNPHYSADDR=0x10200000
|
#options KERNPHYSADDR=0x10200000
|
||||||
#options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
#options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
||||||
#options FLASHADDR=0x50000000
|
#options FLASHADDR=0x50000000
|
||||||
#options LOADERRAMADDR=0x00000000
|
#options LOADERRAMADDR=0x00000000
|
||||||
|
|
||||||
@@ -30,61 +30,61 @@ include "../econa/std.econa"
|
|||||||
|
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options HZ=100
|
options HZ=100
|
||||||
options DEVICE_POLLING
|
options DEVICE_POLLING
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
options KDB
|
options KDB
|
||||||
#options GDB
|
#options GDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
##options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
##options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
|
|
||||||
#options COMPAT_FREEBSD5
|
#options COMPAT_FREEBSD5
|
||||||
#options COMPAT_FREEBSD6
|
#options COMPAT_FREEBSD6
|
||||||
#options COMPAT_FREEBSD7
|
#options COMPAT_FREEBSD7n
|
||||||
|
|
||||||
|
|
||||||
options SCHED_ULE #ULE scheduler
|
options SCHED_ULE # ULE scheduler
|
||||||
#options SCHED_4BSD #4BSD scheduler
|
#options SCHED_4BSD # 4BSD scheduler
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_PART_GPT # GUID Partition Tables.
|
options GEOM_PART_GPT # GUID Partition Tables.
|
||||||
#options GEOM_PART_EBR
|
#options GEOM_PART_EBR
|
||||||
#options GEOM_PART_EBR_COMPAT
|
#options GEOM_PART_EBR_COMPAT
|
||||||
options GEOM_LABEL # Provides labelization
|
options GEOM_LABEL # Provides labelization
|
||||||
|
|
||||||
|
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE #Mutex inlines are space hogs
|
options MUTEX_NOINLINE # Mutex inlines are space hogs
|
||||||
options RWLOCK_NOINLINE #rwlock inlines are space hogs
|
options RWLOCK_NOINLINE # rwlock inlines are space hogs
|
||||||
options SX_NOINLINE #sx inliens are space hogs
|
options SX_NOINLINE # sx inliens are space hogs
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
@@ -96,14 +96,14 @@ device uart
|
|||||||
|
|
||||||
|
|
||||||
device firmware
|
device firmware
|
||||||
device mii # Minimal mii routines
|
device mii # Minimal mii routines
|
||||||
device ether
|
device ether
|
||||||
device bpf
|
device bpf
|
||||||
|
|
||||||
device loop
|
device loop
|
||||||
|
|
||||||
device md
|
device md
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
|
|
||||||
|
|
||||||
device usb
|
device usb
|
||||||
@@ -111,12 +111,12 @@ device usb
|
|||||||
device ohci
|
device ohci
|
||||||
device ehci
|
device ehci
|
||||||
device umass
|
device umass
|
||||||
device scbus # SCSI bus (required for SCSI)
|
device scbus # SCSI bus (required for SCSI)
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device pass
|
device pass
|
||||||
device cfi
|
device cfi
|
||||||
|
|
||||||
#device udav # Davicom DM9601E USB
|
#device udav # Davicom DM9601E USB
|
||||||
|
|
||||||
device geom_label
|
device geom_label
|
||||||
device geom_journal
|
device geom_journal
|
||||||
|
|||||||
+38
-38
@@ -21,43 +21,43 @@ ident CRB
|
|||||||
|
|
||||||
options PHYSADDR=0x00000000
|
options PHYSADDR=0x00000000
|
||||||
options KERNPHYSADDR=0x00200000
|
options KERNPHYSADDR=0x00200000
|
||||||
options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
||||||
|
|
||||||
options COUNTS_PER_SEC=400000000
|
options COUNTS_PER_SEC=400000000
|
||||||
include "../xscale/i8134x/std.crb"
|
include "../xscale/i8134x/std.crb"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions CONF_CFLAGS=-mcpu=xscale
|
makeoptions CONF_CFLAGS=-mcpu=xscale
|
||||||
options HZ=100
|
options HZ=100
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
#options DEVICE_POLLING
|
#options DEVICE_POLLING
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSD #New Network Filesystem Server
|
options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options INTR_FILTER
|
options INTR_FILTER
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
@@ -75,12 +75,12 @@ device uart
|
|||||||
device pci
|
device pci
|
||||||
|
|
||||||
device ata
|
device ata
|
||||||
options ATA_STATIC_ID # Static device numbering
|
options ATA_STATIC_ID # Static device numbering
|
||||||
|
|
||||||
device scbus # SCSI bus (required for ATA/SCSI)
|
device scbus # SCSI bus (required for ATA/SCSI)
|
||||||
device cd # CD
|
device cd # CD
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device pass # Passthrough device (direct ATA/SCSI access)
|
device pass # Passthrough device (direct ATA/SCSI access)
|
||||||
|
|
||||||
device "7seg"
|
device "7seg"
|
||||||
|
|
||||||
@@ -93,12 +93,12 @@ device "7seg"
|
|||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
# To make an SMP kernel, the next two are needed
|
# To make an SMP kernel, the next two are needed
|
||||||
@@ -106,7 +106,7 @@ options DDB #Enable the kernel debugger
|
|||||||
#options APIC_IO # Symmetric (APIC) I/O
|
#options APIC_IO # Symmetric (APIC) I/O
|
||||||
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
||||||
device md
|
device md
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
|
|
||||||
device iopwdog
|
device iopwdog
|
||||||
# Floppy drives
|
# Floppy drives
|
||||||
|
|||||||
+35
-35
@@ -26,51 +26,51 @@ makeoptions MODULES_OVERRIDE=""
|
|||||||
makeoptions WITHOUT_MODULES="ahc"
|
makeoptions WITHOUT_MODULES="ahc"
|
||||||
|
|
||||||
options HZ=100
|
options HZ=100
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
options PROCFS #Process filesystem (requires PSEUDOFS)
|
options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options PREEMPTION
|
options PREEMPTION
|
||||||
options FREEBSD_BOOT_LOADER
|
options FREEBSD_BOOT_LOADER
|
||||||
options VFP # vfp/neon
|
options VFP # vfp/neon
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
#options VERBOSE_SYSINIT #Enable verbose sysinit messages
|
#options VERBOSE_SYSINIT # Enable verbose sysinit messages
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
# NFS support
|
# NFS support
|
||||||
#options NFSCL
|
#options NFSCL
|
||||||
#options NFSSERVER #Network Filesystem Server
|
#options NFSSERVER # Network Filesystem Server
|
||||||
#options NFSCLIENT #Network Filesystem Client
|
#options NFSCLIENT # Network Filesystem Client
|
||||||
|
|
||||||
# Uncomment this for NFS root
|
# Uncomment this for NFS root
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
#options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_COMPAT
|
#options BOOTP_COMPAT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
@@ -85,9 +85,9 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
|||||||
options ROOTDEVNAME=\"ufs:/dev/da0s2\"
|
options ROOTDEVNAME=\"ufs:/dev/da0s2\"
|
||||||
|
|
||||||
# ATA controllers
|
# ATA controllers
|
||||||
#device ahci # AHCI-compatible SATA controllers
|
#device ahci # AHCI-compatible SATA controllers
|
||||||
#device ata # Legacy ATA/SATA controllers
|
#device ata # Legacy ATA/SATA controllers
|
||||||
#options ATA_STATIC_ID # Static device numbering
|
#options ATA_STATIC_ID # Static device numbering
|
||||||
|
|
||||||
# Console and misc
|
# Console and misc
|
||||||
device uart
|
device uart
|
||||||
|
|||||||
+35
-35
@@ -26,51 +26,51 @@ makeoptions MODULES_OVERRIDE=""
|
|||||||
makeoptions WITHOUT_MODULES="ahc"
|
makeoptions WITHOUT_MODULES="ahc"
|
||||||
|
|
||||||
options HZ=100
|
options HZ=100
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
options PROCFS #Process filesystem (requires PSEUDOFS)
|
options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options PREEMPTION
|
options PREEMPTION
|
||||||
options FREEBSD_BOOT_LOADER
|
options FREEBSD_BOOT_LOADER
|
||||||
options VFP # vfp/neon
|
options VFP # vfp/neon
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
#options VERBOSE_SYSINIT #Enable verbose sysinit messages
|
#options VERBOSE_SYSINIT # Enable verbose sysinit messages
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
# NFS support
|
# NFS support
|
||||||
#options NFSCL
|
#options NFSCL
|
||||||
#options NFSSERVER #Network Filesystem Server
|
#options NFSSERVER # Network Filesystem Server
|
||||||
#options NFSCLIENT #Network Filesystem Client
|
#options NFSCLIENT # Network Filesystem Client
|
||||||
|
|
||||||
# Uncomment this for NFS root
|
# Uncomment this for NFS root
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
#options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_COMPAT
|
#options BOOTP_COMPAT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
@@ -85,9 +85,9 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
|||||||
options ROOTDEVNAME=\"ufs:/dev/da0s2\"
|
options ROOTDEVNAME=\"ufs:/dev/da0s2\"
|
||||||
|
|
||||||
# ATA controllers
|
# ATA controllers
|
||||||
#device ahci # AHCI-compatible SATA controllers
|
#device ahci # AHCI-compatible SATA controllers
|
||||||
#device ata # Legacy ATA/SATA controllers
|
#device ata # Legacy ATA/SATA controllers
|
||||||
#options ATA_STATIC_ID # Static device numbering
|
#options ATA_STATIC_ID # Static device numbering
|
||||||
|
|
||||||
# Console and misc
|
# Console and misc
|
||||||
device uart
|
device uart
|
||||||
|
|||||||
+22
-22
@@ -10,20 +10,20 @@ include "../mv/discovery/std.db78xxx"
|
|||||||
options SOC_MV_DISCOVERY
|
options SOC_MV_DISCOVERY
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options NANDFS #NAND Filesystem
|
options NANDFS # NAND Filesystem
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
@@ -31,10 +31,10 @@ options BOOTP_WIRED_TO=mge0
|
|||||||
|
|
||||||
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
||||||
|
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
@@ -43,13 +43,13 @@ options NO_SWAPPING
|
|||||||
# Debugging
|
# Debugging
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
options DDB
|
options DDB
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
options DIAGNOSTIC
|
options DIAGNOSTIC
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options KDB
|
options KDB
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options WITNESS_KDB
|
#options WITNESS_KDB
|
||||||
|
|
||||||
device pci
|
device pci
|
||||||
@@ -70,7 +70,7 @@ device e1000phy
|
|||||||
device bpf
|
device bpf
|
||||||
|
|
||||||
# USB
|
# USB
|
||||||
options USB_DEBUG # enable debug msgs
|
options USB_DEBUG # enable debug msgs
|
||||||
device usb
|
device usb
|
||||||
device ehci
|
device ehci
|
||||||
device umass
|
device umass
|
||||||
|
|||||||
+21
-21
@@ -10,19 +10,19 @@ include "../mv/orion/std.db88f5xxx"
|
|||||||
options SOC_MV_ORION
|
options SOC_MV_ORION
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
@@ -30,10 +30,10 @@ options BOOTP_WIRED_TO=mge0
|
|||||||
|
|
||||||
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
||||||
|
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
@@ -42,13 +42,13 @@ options NO_SWAPPING
|
|||||||
# Debugging
|
# Debugging
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
options DDB
|
options DDB
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
options DIAGNOSTIC
|
options DIAGNOSTIC
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options KDB
|
options KDB
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options WITNESS_KDB
|
#options WITNESS_KDB
|
||||||
|
|
||||||
device pci
|
device pci
|
||||||
@@ -76,7 +76,7 @@ device iicbus
|
|||||||
device ds133x
|
device ds133x
|
||||||
|
|
||||||
# USB
|
# USB
|
||||||
options USB_DEBUG # enable debug msgs
|
options USB_DEBUG # enable debug msgs
|
||||||
device usb
|
device usb
|
||||||
device ehci
|
device ehci
|
||||||
device umass
|
device umass
|
||||||
|
|||||||
+22
-22
@@ -10,20 +10,20 @@ include "../mv/kirkwood/std.db88f6xxx"
|
|||||||
options SOC_MV_KIRKWOOD
|
options SOC_MV_KIRKWOOD
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options NANDFS #NAND Filesystem
|
options NANDFS # NAND Filesystem
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
@@ -31,10 +31,10 @@ options BOOTP_WIRED_TO=mge0
|
|||||||
|
|
||||||
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
||||||
|
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
@@ -43,13 +43,13 @@ options NO_SWAPPING
|
|||||||
# Debugging
|
# Debugging
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
options DDB
|
options DDB
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
options DIAGNOSTIC
|
options DIAGNOSTIC
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options KDB
|
options KDB
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options WITNESS_KDB
|
#options WITNESS_KDB
|
||||||
|
|
||||||
device pci
|
device pci
|
||||||
@@ -74,7 +74,7 @@ device crypto
|
|||||||
device cryptodev
|
device cryptodev
|
||||||
|
|
||||||
# USB
|
# USB
|
||||||
options USB_DEBUG # enable debug msgs
|
options USB_DEBUG # enable debug msgs
|
||||||
device usb
|
device usb
|
||||||
device ehci
|
device ehci
|
||||||
device umass
|
device umass
|
||||||
|
|||||||
+44
-44
@@ -41,13 +41,13 @@ options NFSCL # New Network Filesystem Client
|
|||||||
#options NFSD # New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD # Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT # NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS # MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 # ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS # Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_PART_GPT # GUID Partition Tables.
|
options GEOM_PART_GPT # GUID Partition Tables.
|
||||||
options GEOM_LABEL # Provides labelization
|
options GEOM_LABEL # Provides labelization
|
||||||
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
||||||
@@ -94,33 +94,33 @@ options WITNESS # Enable checks to detect deadlocks and cycles
|
|||||||
# The `bpf' device enables the Berkeley Packet Filter.
|
# The `bpf' device enables the Berkeley Packet Filter.
|
||||||
# Be aware of the administrative consequences of enabling this!
|
# Be aware of the administrative consequences of enabling this!
|
||||||
# Note that 'bpf' is required for DHCP.
|
# Note that 'bpf' is required for DHCP.
|
||||||
device bpf # Berkeley packet filter
|
device bpf # Berkeley packet filter
|
||||||
|
|
||||||
# Pseudo devices.
|
# Pseudo devices.
|
||||||
device loop # Network loopback
|
device loop # Network loopback
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
device ether # Ethernet support
|
device ether # Ethernet support
|
||||||
#device vlan # 802.1Q VLAN support
|
#device vlan # 802.1Q VLAN support
|
||||||
#device tun # Packet tunnel.
|
#device tun # Packet tunnel.
|
||||||
#device md # Memory "disks"
|
#device md # Memory "disks"
|
||||||
#device gif # IPv6 and IPv4 tunneling
|
#device gif # IPv6 and IPv4 tunneling
|
||||||
#device faith # IPv6-to-IPv4 relaying (translation)
|
#device faith # IPv6-to-IPv4 relaying (translation)
|
||||||
#device firmware # firmware assist module
|
#device firmware # firmware assist module
|
||||||
|
|
||||||
# Ethernet
|
# Ethernet
|
||||||
device ffec # Freescale Fast Ethernet Controller
|
device ffec # Freescale Fast Ethernet Controller
|
||||||
device miibus # Standard mii bus
|
device miibus # Standard mii bus
|
||||||
|
|
||||||
# Serial (COM) ports
|
# Serial (COM) ports
|
||||||
device uart # Multi-uart driver
|
device uart # Multi-uart driver
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
device ata
|
device ata
|
||||||
device atapci # Only for helper functions
|
device atapci # Only for helper functions
|
||||||
device imxata
|
device imxata
|
||||||
options ATA_STATIC_ID # Static device numbering
|
options ATA_STATIC_ID # Static device numbering
|
||||||
|
|
||||||
device iomux # IO Multiplexor
|
device iomux # IO Multiplexor
|
||||||
|
|
||||||
device gpio
|
device gpio
|
||||||
device gpioled
|
device gpioled
|
||||||
@@ -130,44 +130,44 @@ device iic
|
|||||||
device iicbus
|
device iicbus
|
||||||
|
|
||||||
# SCSI peripherals
|
# SCSI peripherals
|
||||||
device scbus # SCSI bus (required for SCSI)
|
device scbus # SCSI bus (required for SCSI)
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device cd # CD
|
device cd # CD
|
||||||
device pass # Passthrough device (direct SCSI access)
|
device pass # Passthrough device (direct SCSI access)
|
||||||
|
|
||||||
# USB support
|
# USB support
|
||||||
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
|
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
|
||||||
options USB_DEBUG # enable debug msgs
|
options USB_DEBUG # enable debug msgs
|
||||||
device ehci # OHCI USB interface
|
device ehci # OHCI USB interface
|
||||||
device usb # USB Bus (required)
|
device usb # USB Bus (required)
|
||||||
device umass # Disks/Mass storage - Requires scbus and da
|
device umass # Disks/Mass storage - Requires scbus and da
|
||||||
device uhid # "Human Interface Devices"
|
device uhid # "Human Interface Devices"
|
||||||
#device ukbd # Allow keyboard like HIDs to control console
|
#device ukbd # Allow keyboard like HIDs to control console
|
||||||
device ums
|
device ums
|
||||||
|
|
||||||
# USB Ethernet, requires miibus
|
# USB Ethernet, requires miibus
|
||||||
#device miibus
|
#device miibus
|
||||||
#device aue # ADMtek USB Ethernet
|
#device aue # ADMtek USB Ethernet
|
||||||
#device axe # ASIX Electronics USB Ethernet
|
#device axe # ASIX Electronics USB Ethernet
|
||||||
#device cdce # Generic USB over Ethernet
|
#device cdce # Generic USB over Ethernet
|
||||||
#device cue # CATC USB Ethernet
|
#device cue # CATC USB Ethernet
|
||||||
#device kue # Kawasaki LSI USB Ethernet
|
#device kue # Kawasaki LSI USB Ethernet
|
||||||
#device rue # RealTek RTL8150 USB Ethernet
|
#device rue # RealTek RTL8150 USB Ethernet
|
||||||
#device udav # Davicom DM9601E USB
|
#device udav # Davicom DM9601E USB
|
||||||
|
|
||||||
# USB Wireless
|
# USB Wireless
|
||||||
#device rum # Ralink Technology RT2501USB wireless NICs
|
#device rum # Ralink Technology RT2501USB wireless NICs
|
||||||
|
|
||||||
# Watchdog timer.
|
# Watchdog timer.
|
||||||
# WARNING: can't be disabled!!!
|
# WARNING: can't be disabled!!!
|
||||||
device imxwdt # Watchdog
|
device imxwdt # Watchdog
|
||||||
|
|
||||||
# Wireless NIC cards
|
# Wireless NIC cards
|
||||||
device wlan # 802.11 support
|
device wlan # 802.11 support
|
||||||
device wlan_wep # 802.11 WEP support
|
device wlan_wep # 802.11 WEP support
|
||||||
device wlan_ccmp # 802.11 CCMP support
|
device wlan_ccmp # 802.11 CCMP support
|
||||||
device wlan_tkip # 802.11 TKIP support
|
device wlan_tkip # 802.11 TKIP support
|
||||||
device wlan_amrr # AMRR transmit rate control algorithm
|
device wlan_amrr # AMRR transmit rate control algorithm
|
||||||
|
|
||||||
# Flattened Device Tree
|
# Flattened Device Tree
|
||||||
options FDT
|
options FDT
|
||||||
@@ -178,5 +178,5 @@ makeoptions FDT_DTS_FILE=digi-ccwmx53.dts
|
|||||||
# Uncomment following lines for framebuffer/syscons support
|
# Uncomment following lines for framebuffer/syscons support
|
||||||
#device sc
|
#device sc
|
||||||
#device kbdmux
|
#device kbdmux
|
||||||
#options SC_DFLT_FONT # compile font in
|
#options SC_DFLT_FONT # compile font in
|
||||||
#makeoptions SC_DFLT_FONT=cp437
|
#makeoptions SC_DFLT_FONT=cp437
|
||||||
|
|||||||
+43
-43
@@ -28,21 +28,21 @@ makeoptions MODULES_OVERRIDE=""
|
|||||||
|
|
||||||
options SOC_MV_KIRKWOOD
|
options SOC_MV_KIRKWOOD
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options SOFTUPDATES
|
options SOFTUPDATES
|
||||||
options CD9660 #ISO 9660 filesystem
|
options CD9660 # ISO 9660 filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS #MS DOS File System (FAT, FAT32)
|
options MSDOSFS # MS DOS File System (FAT, FAT32)
|
||||||
options NULLFS #NULL filesystem
|
options NULLFS # NULL filesystem
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_ELI # Disk encryption.
|
options GEOM_ELI # Disk encryption.
|
||||||
options GEOM_LABEL # Providers labelization.
|
options GEOM_LABEL # Providers labelization.
|
||||||
options GEOM_PART_GPT # GPT partitioning
|
options GEOM_PART_GPT # GPT partitioning
|
||||||
@@ -53,18 +53,18 @@ options FDT
|
|||||||
options FDT_DTB_STATIC
|
options FDT_DTB_STATIC
|
||||||
|
|
||||||
# Misc pseudo devices
|
# Misc pseudo devices
|
||||||
device bpf #Required for DHCP
|
device bpf # Required for DHCP
|
||||||
device faith #IPv6-to-IPv4 relaying (translation)
|
device faith # IPv6-to-IPv4 relaying (translation)
|
||||||
device firmware #firmware(9) required for USB wlan
|
device firmware # firmware(9) required for USB wlan
|
||||||
device gif #IPv6 and IPv4 tunneling
|
device gif # IPv6 and IPv4 tunneling
|
||||||
device loop #Network loopback
|
device loop # Network loopback
|
||||||
device md #Memory/malloc disk
|
device md # Memory/malloc disk
|
||||||
device pty #BSD-style compatibility pseudo ttys
|
device pty # BSD-style compatibility pseudo ttys
|
||||||
device random #Entropy device
|
device random # Entropy device
|
||||||
device tun #Packet tunnel.
|
device tun # Packet tunnel.
|
||||||
device ether #Required for all ethernet devices
|
device ether # Required for all ethernet devices
|
||||||
device vlan #802.1Q VLAN support
|
device vlan # 802.1Q VLAN support
|
||||||
device wlan #802.11 WLAN support
|
device wlan # 802.11 WLAN support
|
||||||
|
|
||||||
# cam support for umass and ahci
|
# cam support for umass and ahci
|
||||||
device scbus
|
device scbus
|
||||||
@@ -111,7 +111,7 @@ device cryptodev
|
|||||||
device enc
|
device enc
|
||||||
options IPSEC
|
options IPSEC
|
||||||
options IPSEC_NAT_T
|
options IPSEC_NAT_T
|
||||||
options TCP_SIGNATURE #include support for RFC 2385
|
options TCP_SIGNATURE # include support for RFC 2385
|
||||||
|
|
||||||
# IPFW
|
# IPFW
|
||||||
options IPFIREWALL
|
options IPFIREWALL
|
||||||
@@ -129,33 +129,33 @@ device pflog
|
|||||||
device pfsync
|
device pfsync
|
||||||
|
|
||||||
# ALTQ, required for PF
|
# ALTQ, required for PF
|
||||||
options ALTQ # Basic ALTQ support
|
options ALTQ # Basic ALTQ support
|
||||||
options ALTQ_CBQ # Class Based Queueing
|
options ALTQ_CBQ # Class Based Queueing
|
||||||
options ALTQ_RED # Random Early Detection
|
options ALTQ_RED # Random Early Detection
|
||||||
options ALTQ_RIO # RED In/Out
|
options ALTQ_RIO # RED In/Out
|
||||||
options ALTQ_HFSC # Hierarchical Packet Scheduler
|
options ALTQ_HFSC # Hierarchical Packet Scheduler
|
||||||
options ALTQ_CDNR # Traffic conditioner
|
options ALTQ_CDNR # Traffic conditioner
|
||||||
options ALTQ_PRIQ # Priority Queueing
|
options ALTQ_PRIQ # Priority Queueing
|
||||||
options ALTQ_NOPCC # Required if the TSC is unusable
|
options ALTQ_NOPCC # Required if the TSC is unusable
|
||||||
#options ALTQ_DEBUG
|
#options ALTQ_DEBUG
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
options DIAGNOSTIC
|
options DIAGNOSTIC
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options WITNESS_KDB
|
#options WITNESS_KDB
|
||||||
|
|
||||||
# Enable these options for nfs root configured via BOOTP.
|
# Enable these options for nfs root configured via BOOTP.
|
||||||
options NFSCL #Network Filesystem Client
|
options NFSCL # Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
#options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
|
|||||||
+43
-43
@@ -31,21 +31,21 @@ makeoptions MODULES_OVERRIDE=""
|
|||||||
|
|
||||||
options SOC_MV_KIRKWOOD
|
options SOC_MV_KIRKWOOD
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options SOFTUPDATES
|
options SOFTUPDATES
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options CD9660 #ISO 9660 filesystem
|
options CD9660 # ISO 9660 filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options MSDOSFS #MS DOS File System (FAT, FAT32)
|
options MSDOSFS # MS DOS File System (FAT, FAT32)
|
||||||
options NULLFS #NULL filesystem
|
options NULLFS # NULL filesystem
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_ELI # Disk encryption.
|
options GEOM_ELI # Disk encryption.
|
||||||
options GEOM_LABEL # Providers labelization.
|
options GEOM_LABEL # Providers labelization.
|
||||||
options GEOM_PART_GPT # GPT partitioning
|
options GEOM_PART_GPT # GPT partitioning
|
||||||
@@ -56,18 +56,18 @@ options FDT
|
|||||||
options FDT_DTB_STATIC
|
options FDT_DTB_STATIC
|
||||||
|
|
||||||
# Misc pseudo devices
|
# Misc pseudo devices
|
||||||
device bpf #Required for DHCP
|
device bpf # Required for DHCP
|
||||||
device faith #IPv6-to-IPv4 relaying (translation)
|
device faith # IPv6-to-IPv4 relaying (translation)
|
||||||
device firmware #firmware(9) required for USB wlan
|
device firmware # firmware(9) required for USB wlan
|
||||||
device gif #IPv6 and IPv4 tunneling
|
device gif # IPv6 and IPv4 tunneling
|
||||||
device loop #Network loopback
|
device loop # Network loopback
|
||||||
device md #Memory/malloc disk
|
device md # Memory/malloc disk
|
||||||
device pty #BSD-style compatibility pseudo ttys
|
device pty # BSD-style compatibility pseudo ttys
|
||||||
device random #Entropy device
|
device random # Entropy device
|
||||||
device tun #Packet tunnel.
|
device tun # Packet tunnel.
|
||||||
device ether #Required for all ethernet devices
|
device ether # Required for all ethernet devices
|
||||||
device vlan #802.1Q VLAN support
|
device vlan # 802.1Q VLAN support
|
||||||
device wlan #802.11 WLAN support
|
device wlan # 802.11 WLAN support
|
||||||
|
|
||||||
# cam support for umass and ahci
|
# cam support for umass and ahci
|
||||||
device scbus
|
device scbus
|
||||||
@@ -119,7 +119,7 @@ device cryptodev
|
|||||||
device enc
|
device enc
|
||||||
options IPSEC
|
options IPSEC
|
||||||
options IPSEC_NAT_T
|
options IPSEC_NAT_T
|
||||||
options TCP_SIGNATURE #include support for RFC 2385
|
options TCP_SIGNATURE # include support for RFC 2385
|
||||||
|
|
||||||
# IPFW
|
# IPFW
|
||||||
options IPFIREWALL
|
options IPFIREWALL
|
||||||
@@ -137,33 +137,33 @@ device pflog
|
|||||||
device pfsync
|
device pfsync
|
||||||
|
|
||||||
# ALTQ, required for PF
|
# ALTQ, required for PF
|
||||||
options ALTQ # Basic ALTQ support
|
options ALTQ # Basic ALTQ support
|
||||||
options ALTQ_CBQ # Class Based Queueing
|
options ALTQ_CBQ # Class Based Queueing
|
||||||
options ALTQ_RED # Random Early Detection
|
options ALTQ_RED # Random Early Detection
|
||||||
options ALTQ_RIO # RED In/Out
|
options ALTQ_RIO # RED In/Out
|
||||||
options ALTQ_HFSC # Hierarchical Packet Scheduler
|
options ALTQ_HFSC # Hierarchical Packet Scheduler
|
||||||
options ALTQ_CDNR # Traffic conditioner
|
options ALTQ_CDNR # Traffic conditioner
|
||||||
options ALTQ_PRIQ # Priority Queueing
|
options ALTQ_PRIQ # Priority Queueing
|
||||||
options ALTQ_NOPCC # Required if the TSC is unusable
|
options ALTQ_NOPCC # Required if the TSC is unusable
|
||||||
#options ALTQ_DEBUG
|
#options ALTQ_DEBUG
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
options DIAGNOSTIC
|
options DIAGNOSTIC
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options WITNESS_KDB
|
#options WITNESS_KDB
|
||||||
|
|
||||||
# Enable these options for nfs root configured via BOOTP.
|
# Enable these options for nfs root configured via BOOTP.
|
||||||
options NFSCL #Network Filesystem Client
|
options NFSCL # Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
#options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
|
|||||||
+20
-20
@@ -10,19 +10,19 @@ hints "EA3250.hints"
|
|||||||
|
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options NFSCL #Network Filesystem Client
|
options NFSCL # Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS
|
options MSDOSFS
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
@@ -31,10 +31,10 @@ options BOOTP_WIRED_TO=lpe0
|
|||||||
|
|
||||||
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
||||||
|
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
@@ -43,13 +43,13 @@ options NO_SWAPPING
|
|||||||
# Debugging
|
# Debugging
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
options DDB
|
options DDB
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
options DIAGNOSTIC
|
options DIAGNOSTIC
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options KDB
|
options KDB
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options WITNESS_KDB
|
#options WITNESS_KDB
|
||||||
|
|
||||||
# Pseudo devices
|
# Pseudo devices
|
||||||
|
|||||||
+43
-43
@@ -20,40 +20,40 @@ include "../at91/std.eb9200"
|
|||||||
hints "EB9200.hints"
|
hints "EB9200.hints"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options SOFTUPDATES #Enable FFS soft updates support
|
#options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
#options ROOTDEVNAME=\"ufs:/dev/da0s1a\"
|
#options ROOTDEVNAME=\"ufs:/dev/da0s1a\"
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSD #New Network Filesystem Server
|
options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP
|
options BOOTP
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
#options KTRACE #ktrace(1) support
|
#options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
#options NO_SYSCTL_DESCR
|
#options NO_SYSCTL_DESCR
|
||||||
# Disable the inlining of mutex, rwlock and sx locks. These eat up a lot
|
# Disable the inlining of mutex, rwlock and sx locks. These eat up a lot
|
||||||
# of space.
|
# of space.
|
||||||
@@ -74,11 +74,11 @@ device at91_cfata
|
|||||||
device ata
|
device ata
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
|
|
||||||
device md
|
device md
|
||||||
device at91_twi # TWI: Two Wire Interface
|
device at91_twi # TWI: Two Wire Interface
|
||||||
@@ -95,18 +95,18 @@ device icee
|
|||||||
|
|
||||||
device bpf
|
device bpf
|
||||||
# USB support
|
# USB support
|
||||||
options USB_DEBUG # enable debug msgs
|
options USB_DEBUG # enable debug msgs
|
||||||
device ohci # OHCI localbus->USB interface
|
device ohci # OHCI localbus->USB interface
|
||||||
device usb # USB Bus (required)
|
device usb # USB Bus (required)
|
||||||
device umass # Disks/Mass storage - Requires scbus and da
|
device umass # Disks/Mass storage - Requires scbus and da
|
||||||
# SCSI peripherals
|
# SCSI peripherals
|
||||||
device scbus # SCSI bus (required for SCSI)
|
device scbus # SCSI bus (required for SCSI)
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device cd # CD
|
device cd # CD
|
||||||
device pass # Passthrough device (direct SCSI access)
|
device pass # Passthrough device (direct SCSI access)
|
||||||
|
|
||||||
# USB device (gadget) support
|
# USB device (gadget) support
|
||||||
#device at91_dci # Atmel's usb device
|
#device at91_dci # Atmel's usb device
|
||||||
#device usfs # emulate a flash
|
#device usfs # emulate a flash
|
||||||
#device cdce # emulate an ethernet
|
#device cdce # emulate an ethernet
|
||||||
#device usb_template # Control of the gadget
|
#device usb_template # Control of the gadget
|
||||||
|
|||||||
+42
-43
@@ -41,13 +41,13 @@ options NFSCL # New Network Filesystem Client
|
|||||||
#options NFSD # New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD # Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT # NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS # MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 # ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS # Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_PART_GPT # GUID Partition Tables.
|
options GEOM_PART_GPT # GUID Partition Tables.
|
||||||
options GEOM_LABEL # Provides labelization
|
options GEOM_LABEL # Provides labelization
|
||||||
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
||||||
@@ -94,29 +94,29 @@ options WITNESS # Enable checks to detect deadlocks and cycles
|
|||||||
# The `bpf' device enables the Berkeley Packet Filter.
|
# The `bpf' device enables the Berkeley Packet Filter.
|
||||||
# Be aware of the administrative consequences of enabling this!
|
# Be aware of the administrative consequences of enabling this!
|
||||||
# Note that 'bpf' is required for DHCP.
|
# Note that 'bpf' is required for DHCP.
|
||||||
device bpf # Berkeley packet filter
|
device bpf # Berkeley packet filter
|
||||||
|
|
||||||
# Pseudo devices.
|
# Pseudo devices.
|
||||||
device loop # Network loopback
|
device loop # Network loopback
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
device ether # Ethernet support
|
device ether # Ethernet support
|
||||||
#device vlan # 802.1Q VLAN support
|
#device vlan # 802.1Q VLAN support
|
||||||
#device tun # Packet tunnel.
|
#device tun # Packet tunnel.
|
||||||
#device md # Memory "disks"
|
#device md # Memory "disks"
|
||||||
#device gif # IPv6 and IPv4 tunneling
|
#device gif # IPv6 and IPv4 tunneling
|
||||||
#device faith # IPv6-to-IPv4 relaying (translation)
|
#device faith # IPv6-to-IPv4 relaying (translation)
|
||||||
#device firmware # firmware assist module
|
#device firmware # firmware assist module
|
||||||
|
|
||||||
# Serial (COM) ports
|
# Serial (COM) ports
|
||||||
device uart # Multi-uart driver
|
device uart # Multi-uart driver
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
device ata
|
device ata
|
||||||
device atapci # Only for helper functions
|
device atapci # Only for helper functions
|
||||||
device imxata
|
device imxata
|
||||||
options ATA_STATIC_ID # Static device numbering
|
options ATA_STATIC_ID # Static device numbering
|
||||||
|
|
||||||
device iomux # IO Multiplexor
|
device iomux # IO Multiplexor
|
||||||
|
|
||||||
device gpio
|
device gpio
|
||||||
device gpioled
|
device gpioled
|
||||||
@@ -126,43 +126,43 @@ device iic
|
|||||||
device iicbus
|
device iicbus
|
||||||
|
|
||||||
# SCSI peripherals
|
# SCSI peripherals
|
||||||
device scbus # SCSI bus (required for SCSI)
|
device scbus # SCSI bus (required for SCSI)
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device cd # CD
|
device cd # CD
|
||||||
device pass # Passthrough device (direct SCSI access)
|
device pass # Passthrough device (direct SCSI access)
|
||||||
|
|
||||||
# USB support
|
# USB support
|
||||||
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
|
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
|
||||||
#options USB_DEBUG # enable debug msgs
|
#options USB_DEBUG # enable debug msgs
|
||||||
device ehci # OHCI USB interface
|
device ehci # OHCI USB interface
|
||||||
device usb # USB Bus (required)
|
device usb # USB Bus (required)
|
||||||
device umass # Disks/Mass storage - Requires scbus and da
|
device umass # Disks/Mass storage - Requires scbus and da
|
||||||
device uhid # "Human Interface Devices"
|
device uhid # "Human Interface Devices"
|
||||||
device u3g
|
device u3g
|
||||||
|
|
||||||
# USB Ethernet, requires miibus
|
# USB Ethernet, requires miibus
|
||||||
device miibus
|
device miibus
|
||||||
device aue # ADMtek USB Ethernet
|
device aue # ADMtek USB Ethernet
|
||||||
device axe # ASIX Electronics USB Ethernet
|
device axe # ASIX Electronics USB Ethernet
|
||||||
device cdce # Generic USB over Ethernet
|
device cdce # Generic USB over Ethernet
|
||||||
device cue # CATC USB Ethernet
|
device cue # CATC USB Ethernet
|
||||||
device kue # Kawasaki LSI USB Ethernet
|
device kue # Kawasaki LSI USB Ethernet
|
||||||
device rue # RealTek RTL8150 USB Ethernet
|
device rue # RealTek RTL8150 USB Ethernet
|
||||||
device udav # Davicom DM9601E USB
|
device udav # Davicom DM9601E USB
|
||||||
|
|
||||||
# USB Wireless
|
# USB Wireless
|
||||||
device rum # Ralink Technology RT2501USB wireless NICs
|
device rum # Ralink Technology RT2501USB wireless NICs
|
||||||
|
|
||||||
# Watchdog timer.
|
# Watchdog timer.
|
||||||
# WARNING: can't be disabled!!!
|
# WARNING: can't be disabled!!!
|
||||||
device imxwdt # Watchdog
|
device imxwdt # Watchdog
|
||||||
|
|
||||||
# Wireless NIC cards
|
# Wireless NIC cards
|
||||||
device wlan # 802.11 support
|
device wlan # 802.11 support
|
||||||
device wlan_wep # 802.11 WEP support
|
device wlan_wep # 802.11 WEP support
|
||||||
device wlan_ccmp # 802.11 CCMP support
|
device wlan_ccmp # 802.11 CCMP support
|
||||||
device wlan_tkip # 802.11 TKIP support
|
device wlan_tkip # 802.11 TKIP support
|
||||||
device wlan_amrr # AMRR transmit rate control algorithm
|
device wlan_amrr # AMRR transmit rate control algorithm
|
||||||
|
|
||||||
# Flattened Device Tree
|
# Flattened Device Tree
|
||||||
options FDT
|
options FDT
|
||||||
@@ -173,8 +173,7 @@ makeoptions FDT_DTS_FILE=efikamx.dts
|
|||||||
# Uncomment following lines for framebuffer/syscons support
|
# Uncomment following lines for framebuffer/syscons support
|
||||||
device sc
|
device sc
|
||||||
device kbdmux
|
device kbdmux
|
||||||
options SC_DFLT_FONT # compile font in
|
options SC_DFLT_FONT # compile font in
|
||||||
makeoptions SC_DFLT_FONT=cp437
|
makeoptions SC_DFLT_FONT=cp437
|
||||||
device ukbd # Allow keyboard like HIDs to control console
|
device ukbd # Allow keyboard like HIDs to control console
|
||||||
|
|
||||||
device ums
|
device ums
|
||||||
|
|||||||
+39
-39
@@ -21,42 +21,42 @@ ident EP80219
|
|||||||
|
|
||||||
options PHYSADDR=0xa0000000
|
options PHYSADDR=0xa0000000
|
||||||
options KERNPHYSADDR=0xa0200000
|
options KERNPHYSADDR=0xa0200000
|
||||||
options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
||||||
|
|
||||||
#options ARM32_NEW_VM_LAYOUT
|
#options ARM32_NEW_VM_LAYOUT
|
||||||
include "../xscale/i80321/std.ep80219"
|
include "../xscale/i80321/std.ep80219"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions CONF_CFLAGS=-mcpu=xscale
|
makeoptions CONF_CFLAGS=-mcpu=xscale
|
||||||
options HZ=100
|
options HZ=100
|
||||||
#options DEVICE_POLLING
|
#options DEVICE_POLLING
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSD #New Network Filesystem Server
|
options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_PART_GPT # GUID Partition Tables.
|
options GEOM_PART_GPT # GUID Partition Tables.
|
||||||
options GEOM_LABEL # Providers labelization.
|
options GEOM_LABEL # Providers labelization.
|
||||||
|
|
||||||
@@ -75,12 +75,12 @@ device uart
|
|||||||
device pci
|
device pci
|
||||||
|
|
||||||
device ata
|
device ata
|
||||||
options ATA_STATIC_ID # Static device numbering
|
options ATA_STATIC_ID # Static device numbering
|
||||||
|
|
||||||
device scbus # SCSI bus (required for ATA/SCSI)
|
device scbus # SCSI bus (required for ATA/SCSI)
|
||||||
device cd # CD
|
device cd # CD
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device pass # Passthrough device (direct ATA/SCSI access)
|
device pass # Passthrough device (direct ATA/SCSI access)
|
||||||
|
|
||||||
# SCSI Controllers
|
# SCSI Controllers
|
||||||
|
|
||||||
@@ -89,12 +89,12 @@ device dma # I80321 DMA Controller
|
|||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
# To make an SMP kernel, the next two are needed
|
# To make an SMP kernel, the next two are needed
|
||||||
@@ -102,11 +102,11 @@ options DDB #Enable the kernel debugger
|
|||||||
#options APIC_IO # Symmetric (APIC) I/O
|
#options APIC_IO # Symmetric (APIC) I/O
|
||||||
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
||||||
device md
|
device md
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
|
|
||||||
# Floppy drives
|
# Floppy drives
|
||||||
|
|
||||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||||
#options VERBOSE_SYSINIT
|
#options VERBOSE_SYSINIT
|
||||||
options VERBOSE_INIT_ARM
|
options VERBOSE_INIT_ARM
|
||||||
|
|
||||||
|
|||||||
+40
-40
@@ -41,9 +41,9 @@ options NFSCL # New Network Filesystem Client
|
|||||||
#options NFSD # New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD # Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT # NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS # MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 # ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
@@ -102,60 +102,60 @@ options RWLOCK_NOINLINE
|
|||||||
# The `bpf' device enables the Berkeley Packet Filter.
|
# The `bpf' device enables the Berkeley Packet Filter.
|
||||||
# Be aware of the administrative consequences of enabling this!
|
# Be aware of the administrative consequences of enabling this!
|
||||||
# Note that 'bpf' is required for DHCP.
|
# Note that 'bpf' is required for DHCP.
|
||||||
device bpf # Berkeley packet filter
|
device bpf # Berkeley packet filter
|
||||||
|
|
||||||
# Ethernet
|
# Ethernet
|
||||||
device mii # Minimal MII support
|
device mii # Minimal MII support
|
||||||
device ate # Atmel AT91 Ethernet driver
|
device ate # Atmel AT91 Ethernet driver
|
||||||
|
|
||||||
# I2C
|
# I2C
|
||||||
device at91_twi # Atmel AT91 Two-wire Interface
|
device at91_twi # Atmel AT91 Two-wire Interface
|
||||||
device iic # I2C generic I/O device driver
|
device iic # I2C generic I/O device driver
|
||||||
device iicbus # I2C bus system
|
device iicbus # I2C bus system
|
||||||
device pcf8563 # NXP PCF8563 clock/calendar
|
device pcf8563 # NXP PCF8563 clock/calendar
|
||||||
|
|
||||||
# MMC/SD
|
# MMC/SD
|
||||||
device at91_mci # Atmel AT91 Multimedia Card Interface
|
device at91_mci # Atmel AT91 Multimedia Card Interface
|
||||||
options AT91_MCI_HAS_4WIRE
|
options AT91_MCI_HAS_4WIRE
|
||||||
device mmc # MMC/SD bus
|
device mmc # MMC/SD bus
|
||||||
device mmcsd # MMC/SD memory card
|
device mmcsd # MMC/SD memory card
|
||||||
|
|
||||||
# DataFlash
|
# DataFlash
|
||||||
device at91_spi # Atmel AT91 Serial Peripheral Interface
|
device at91_spi # Atmel AT91 Serial Peripheral Interface
|
||||||
device spibus # SPI bus
|
device spibus # SPI bus
|
||||||
device at45d # Atmel AT45D
|
device at45d # Atmel AT45D
|
||||||
device geom_map # GEOM partition mapping
|
device geom_map # GEOM partition mapping
|
||||||
|
|
||||||
# Pseudo devices.
|
# Pseudo devices.
|
||||||
device loop # Network loopback
|
device loop # Network loopback
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
device ether # Ethernet support
|
device ether # Ethernet support
|
||||||
#device vlan # 802.1Q VLAN support
|
#device vlan # 802.1Q VLAN support
|
||||||
#device tun # Packet tunnel.
|
#device tun # Packet tunnel.
|
||||||
#device md # Memory "disks"
|
#device md # Memory "disks"
|
||||||
#device gif # IPv6 and IPv4 tunneling
|
#device gif # IPv6 and IPv4 tunneling
|
||||||
#device faith # IPv6-to-IPv4 relaying (translation)
|
#device faith # IPv6-to-IPv4 relaying (translation)
|
||||||
#device firmware # firmware assist module
|
#device firmware # firmware assist module
|
||||||
|
|
||||||
# SCSI peripherals
|
# SCSI peripherals
|
||||||
#device scbus # SCSI bus (required for ATA/SCSI)
|
#device scbus # SCSI bus (required for ATA/SCSI)
|
||||||
#device ch # SCSI media changers
|
#device ch # SCSI media changers
|
||||||
#device da # Direct Access (disks)
|
#device da # Direct Access (disks)
|
||||||
#device sa # Sequential Access (tape etc)
|
#device sa # Sequential Access (tape etc)
|
||||||
#device cd # CD
|
#device cd # CD
|
||||||
#device pass # Passthrough device (direct ATA/SCSI access)
|
#device pass # Passthrough device (direct ATA/SCSI access)
|
||||||
#device ses # Enclosure Services (SES and SAF-TE)
|
#device ses # Enclosure Services (SES and SAF-TE)
|
||||||
#device ctl # CAM Target Layer
|
#device ctl # CAM Target Layer
|
||||||
|
|
||||||
# Serial (COM) ports
|
# Serial (COM) ports
|
||||||
device uart # Multi-uart driver
|
device uart # Multi-uart driver
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
# USB support
|
# USB support
|
||||||
#options USB_DEBUG # enable debug msgs
|
#options USB_DEBUG # enable debug msgs
|
||||||
device ohci # OHCI USB interface
|
device ohci # OHCI USB interface
|
||||||
device usb # USB Bus (required)
|
device usb # USB Bus (required)
|
||||||
#device umass # Disks/Mass storage - Requires scbus and da
|
#device umass # Disks/Mass storage - Requires scbus and da
|
||||||
|
|
||||||
# watchdog
|
# watchdog
|
||||||
device at91_wdt # Atmel AT91 Watchdog Timer
|
device at91_wdt # Atmel AT91 Watchdog Timer
|
||||||
|
|||||||
+33
-33
@@ -28,39 +28,39 @@ hints "GUMSTIX.hints"
|
|||||||
|
|
||||||
options PHYSADDR=0xa0000000
|
options PHYSADDR=0xa0000000
|
||||||
options KERNPHYSADDR=0xa0200000
|
options KERNPHYSADDR=0xa0200000
|
||||||
options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
||||||
|
|
||||||
include "../xscale/pxa/std.pxa"
|
include "../xscale/pxa/std.pxa"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options HZ=100
|
options HZ=100
|
||||||
#options DEVICE_POLLING
|
#options DEVICE_POLLING
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
@@ -80,13 +80,13 @@ device uart_ns8250
|
|||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
device md
|
device md
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
|
|||||||
+68
-68
@@ -25,43 +25,43 @@ include "../at91/std.hl200"
|
|||||||
hints "KB920X.hints"
|
hints "KB920X.hints"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options SOFTUPDATES #Enable FFS soft updates support
|
#options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
#options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
#options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
options BOOTP_WIRED_TO=ate0
|
options BOOTP_WIRED_TO=ate0
|
||||||
options BOOTP_COMPAT
|
options BOOTP_COMPAT
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
#options KTRACE #ktrace(1) support
|
#options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
#options NO_SYSCTL_DESCR
|
#options NO_SYSCTL_DESCR
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
@@ -76,11 +76,11 @@ device mii
|
|||||||
device lxtphy
|
device lxtphy
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
|
|
||||||
device md
|
device md
|
||||||
device at91_twi # TWI: Two Wire Interface
|
device at91_twi # TWI: Two Wire Interface
|
||||||
@@ -97,46 +97,46 @@ device icee
|
|||||||
|
|
||||||
device bpf
|
device bpf
|
||||||
# USB support
|
# USB support
|
||||||
options USB_DEBUG # enable debug msgs
|
options USB_DEBUG # enable debug msgs
|
||||||
device ohci # OHCI localbus->USB interface
|
device ohci # OHCI localbus->USB interface
|
||||||
device usb # USB Bus (required)
|
device usb # USB Bus (required)
|
||||||
#device udbp # USB Double Bulk Pipe devices
|
#device udbp # USB Double Bulk Pipe devices
|
||||||
device uhid # "Human Interface Devices"
|
device uhid # "Human Interface Devices"
|
||||||
device ulpt # Printer
|
device ulpt # Printer
|
||||||
device umass # Disks/Mass storage - Requires scbus and da
|
device umass # Disks/Mass storage - Requires scbus and da
|
||||||
device urio # Diamond Rio 500 MP3 player
|
device urio # Diamond Rio 500 MP3 player
|
||||||
# USB Serial devices
|
# USB Serial devices
|
||||||
device uark # Technologies ARK3116 based serial adapters
|
device uark # Technologies ARK3116 based serial adapters
|
||||||
device ubsa # Belkin F5U103 and compatible serial adapters
|
device ubsa # Belkin F5U103 and compatible serial adapters
|
||||||
#device ubser # not yet converted.
|
#device ubser # not yet converted.
|
||||||
device uftdi # For FTDI usb serial adapters
|
device uftdi # For FTDI usb serial adapters
|
||||||
device uipaq # Some WinCE based devices
|
device uipaq # Some WinCE based devices
|
||||||
device uplcom # Prolific PL-2303 serial adapters
|
device uplcom # Prolific PL-2303 serial adapters
|
||||||
device uslcom # SI Labs CP2101/CP2102 serial adapters
|
device uslcom # SI Labs CP2101/CP2102 serial adapters
|
||||||
device uvisor # Visor and Palm devices
|
device uvisor # Visor and Palm devices
|
||||||
device uvscom # USB serial support for DDI pocket's PHS
|
device uvscom # USB serial support for DDI pocket's PHS
|
||||||
# USB Ethernet, requires miibus
|
# USB Ethernet, requires miibus
|
||||||
device miibus
|
device miibus
|
||||||
device aue # ADMtek USB Ethernet
|
device aue # ADMtek USB Ethernet
|
||||||
device axe # ASIX Electronics USB Ethernet
|
device axe # ASIX Electronics USB Ethernet
|
||||||
device cdce # Generic USB over Ethernet
|
device cdce # Generic USB over Ethernet
|
||||||
device cue # CATC USB Ethernet
|
device cue # CATC USB Ethernet
|
||||||
device kue # Kawasaki LSI USB Ethernet
|
device kue # Kawasaki LSI USB Ethernet
|
||||||
device rue # RealTek RTL8150 USB Ethernet
|
device rue # RealTek RTL8150 USB Ethernet
|
||||||
device udav # Davicom DM9601E USB
|
device udav # Davicom DM9601E USB
|
||||||
# USB Wireless
|
# USB Wireless
|
||||||
device rum # Ralink Technology RT2501USB wireless NICs
|
device rum # Ralink Technology RT2501USB wireless NICs
|
||||||
device uath # Atheros AR5523 wireless NICs
|
device uath # Atheros AR5523 wireless NICs
|
||||||
device ural # Ralink Technology RT2500USB wireless NICs
|
device ural # Ralink Technology RT2500USB wireless NICs
|
||||||
device zyd # ZyDAS zd1211/zd1211b wireless NICs
|
device zyd # ZyDAS zd1211/zd1211b wireless NICs
|
||||||
# SCSI peripherals
|
# SCSI peripherals
|
||||||
device scbus # SCSI bus (required for SCSI)
|
device scbus # SCSI bus (required for SCSI)
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device cd # CD
|
device cd # CD
|
||||||
device pass # Passthrough device (direct SCSI access)
|
device pass # Passthrough device (direct SCSI access)
|
||||||
# Wireless NIC cards
|
# Wireless NIC cards
|
||||||
device wlan # 802.11 support
|
device wlan # 802.11 support
|
||||||
device wlan_wep # 802.11 WEP support
|
device wlan_wep # 802.11 WEP support
|
||||||
device wlan_ccmp # 802.11 CCMP support
|
device wlan_ccmp # 802.11 CCMP support
|
||||||
device wlan_tkip # 802.11 TKIP support
|
device wlan_tkip # 802.11 TKIP support
|
||||||
device wlan_amrr # AMRR transmit rate control algorithm
|
device wlan_amrr # AMRR transmit rate control algorithm
|
||||||
|
|||||||
+57
-57
@@ -25,25 +25,25 @@ include "../at91/std.hl201"
|
|||||||
hints "HL201.hints"
|
hints "HL201.hints"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options SOFTUPDATES #Enable FFS soft updates support
|
#options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
options NANDFS # NAND file system
|
options NANDFS # NAND file system
|
||||||
options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
@@ -52,19 +52,19 @@ options NFS_ROOT #NFS usable as /, requires NFSCL
|
|||||||
|
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
#options KTRACE #ktrace(1) support
|
#options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
@@ -78,52 +78,52 @@ device mii
|
|||||||
#device lxtphy
|
#device lxtphy
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
device md
|
device md
|
||||||
device bpf
|
device bpf
|
||||||
|
|
||||||
# USB support
|
# USB support
|
||||||
device ohci # OHCI localbus->USB interface
|
device ohci # OHCI localbus->USB interface
|
||||||
device usb # USB Bus (required)
|
device usb # USB Bus (required)
|
||||||
#device udbp # USB Double Bulk Pipe devices
|
#device udbp # USB Double Bulk Pipe devices
|
||||||
device uhid # "Human Interface Devices"
|
device uhid # "Human Interface Devices"
|
||||||
#device ulpt # Printer
|
#device ulpt # Printer
|
||||||
device umass # Disks/Mass storage - Requires scbus and da
|
device umass # Disks/Mass storage - Requires scbus and da
|
||||||
|
|
||||||
# USB Ethernet, requires miibus
|
# USB Ethernet, requires miibus
|
||||||
device miibus
|
device miibus
|
||||||
#device aue # ADMtek USB Ethernet
|
#device aue # ADMtek USB Ethernet
|
||||||
#device axe # ASIX Electronics USB Ethernet
|
#device axe # ASIX Electronics USB Ethernet
|
||||||
#device cdce # Generic USB over Ethernet
|
#device cdce # Generic USB over Ethernet
|
||||||
#device cue # CATC USB Ethernet
|
#device cue # CATC USB Ethernet
|
||||||
#device kue # Kawasaki LSI USB Ethernet
|
#device kue # Kawasaki LSI USB Ethernet
|
||||||
#device rue # RealTek RTL8150 USB Ethernet
|
#device rue # RealTek RTL8150 USB Ethernet
|
||||||
device udav # Davicom DM9601E USB
|
device udav # Davicom DM9601E USB
|
||||||
# USB Wireless
|
# USB Wireless
|
||||||
#device rum # Ralink Technology RT2501USB wireless NICs
|
#device rum # Ralink Technology RT2501USB wireless NICs
|
||||||
#device uath # Atheros AR5523 wireless NICs
|
#device uath # Atheros AR5523 wireless NICs
|
||||||
#device ural # Ralink Technology RT2500USB wireless NICs
|
#device ural # Ralink Technology RT2500USB wireless NICs
|
||||||
#device zyd # ZyDAS zd1211/zd1211b wireless NICs
|
#device zyd # ZyDAS zd1211/zd1211b wireless NICs
|
||||||
# SCSI peripherals
|
# SCSI peripherals
|
||||||
device scbus # SCSI bus (required for SCSI)
|
device scbus # SCSI bus (required for SCSI)
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device cd # CD
|
device cd # CD
|
||||||
device pass # Passthrough device (direct SCSI access)
|
device pass # Passthrough device (direct SCSI access)
|
||||||
# Wireless NIC cards
|
# Wireless NIC cards
|
||||||
#device wlan # 802.11 support
|
#device wlan # 802.11 support
|
||||||
#device wlan_wep # 802.11 WEP support
|
#device wlan_wep # 802.11 WEP support
|
||||||
#device wlan_ccmp # 802.11 CCMP support
|
#device wlan_ccmp # 802.11 CCMP support
|
||||||
#device wlan_tkip # 802.11 TKIP support
|
#device wlan_tkip # 802.11 TKIP support
|
||||||
#device wlan_amrr # AMRR transmit rate control algorithm
|
#device wlan_amrr # AMRR transmit rate control algorithm
|
||||||
options ROOTDEVNAME=\"ufs:da0s1a\"
|
options ROOTDEVNAME=\"ufs:da0s1a\"
|
||||||
|
|
||||||
# NAND Flash - my board as 128MB Samsung part, YMMV.
|
# NAND Flash - my board as 128MB Samsung part, YMMV.
|
||||||
device nand # NAND interface on CS3
|
device nand # NAND interface on CS3
|
||||||
|
|
||||||
# Coming soon, but not yet
|
# Coming soon, but not yet
|
||||||
#options FDT
|
#options FDT
|
||||||
|
|||||||
+44
-44
@@ -40,13 +40,13 @@ options NFSCL # New Network Filesystem Client
|
|||||||
#options NFSD # New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD # Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT # NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS # MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 # ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS # Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_PART_GPT # GUID Partition Tables.
|
options GEOM_PART_GPT # GUID Partition Tables.
|
||||||
options GEOM_LABEL # Provides labelization
|
options GEOM_LABEL # Provides labelization
|
||||||
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
||||||
@@ -93,33 +93,33 @@ options DDB # Support DDB.
|
|||||||
# The `bpf' device enables the Berkeley Packet Filter.
|
# The `bpf' device enables the Berkeley Packet Filter.
|
||||||
# Be aware of the administrative consequences of enabling this!
|
# Be aware of the administrative consequences of enabling this!
|
||||||
# Note that 'bpf' is required for DHCP.
|
# Note that 'bpf' is required for DHCP.
|
||||||
device bpf # Berkeley packet filter
|
device bpf # Berkeley packet filter
|
||||||
|
|
||||||
# Pseudo devices.
|
# Pseudo devices.
|
||||||
device loop # Network loopback
|
device loop # Network loopback
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
device ether # Ethernet support
|
device ether # Ethernet support
|
||||||
#device vlan # 802.1Q VLAN support
|
#device vlan # 802.1Q VLAN support
|
||||||
#device tun # Packet tunnel.
|
#device tun # Packet tunnel.
|
||||||
device md # Memory "disks"
|
device md # Memory "disks"
|
||||||
#device gif # IPv6 and IPv4 tunneling
|
#device gif # IPv6 and IPv4 tunneling
|
||||||
#device faith # IPv6-to-IPv4 relaying (translation)
|
#device faith # IPv6-to-IPv4 relaying (translation)
|
||||||
#device firmware # firmware assist module
|
#device firmware # firmware assist module
|
||||||
|
|
||||||
# Ethernet
|
# Ethernet
|
||||||
device ffec # Freescale Fast Ethernet Controller
|
device ffec # Freescale Fast Ethernet Controller
|
||||||
device miibus # Standard mii bus
|
device miibus # Standard mii bus
|
||||||
|
|
||||||
# Serial (COM) ports
|
# Serial (COM) ports
|
||||||
device uart # Multi-uart driver
|
device uart # Multi-uart driver
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
#device ata
|
#device ata
|
||||||
#device atapci # Only for helper functions
|
#device atapci # Only for helper functions
|
||||||
#device imxata
|
#device imxata
|
||||||
#options ATA_STATIC_ID # Static device numbering
|
#options ATA_STATIC_ID # Static device numbering
|
||||||
|
|
||||||
device iomux # IO Multiplexor
|
device iomux # IO Multiplexor
|
||||||
|
|
||||||
device gpio
|
device gpio
|
||||||
device gpioled
|
device gpioled
|
||||||
@@ -129,44 +129,44 @@ device iic
|
|||||||
device iicbus
|
device iicbus
|
||||||
|
|
||||||
# SCSI peripherals
|
# SCSI peripherals
|
||||||
device scbus # SCSI bus (required for SCSI)
|
device scbus # SCSI bus (required for SCSI)
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device cd # CD
|
device cd # CD
|
||||||
device pass # Passthrough device (direct SCSI access)
|
device pass # Passthrough device (direct SCSI access)
|
||||||
|
|
||||||
# USB support
|
# USB support
|
||||||
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
|
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
|
||||||
#options USB_DEBUG # enable debug msgs
|
#options USB_DEBUG # enable debug msgs
|
||||||
device ehci # OHCI USB interface
|
device ehci # OHCI USB interface
|
||||||
device usb # USB Bus (required)
|
device usb # USB Bus (required)
|
||||||
device umass # Disks/Mass storage - Requires scbus and da
|
device umass # Disks/Mass storage - Requires scbus and da
|
||||||
#device uhid # "Human Interface Devices"
|
#device uhid # "Human Interface Devices"
|
||||||
#device ukbd # Allow keyboard like HIDs to control console
|
#device ukbd # Allow keyboard like HIDs to control console
|
||||||
#device ums
|
#device ums
|
||||||
|
|
||||||
# USB Ethernet, requires miibus
|
# USB Ethernet, requires miibus
|
||||||
#device miibus
|
#device miibus
|
||||||
#device aue # ADMtek USB Ethernet
|
#device aue # ADMtek USB Ethernet
|
||||||
#device axe # ASIX Electronics USB Ethernet
|
#device axe # ASIX Electronics USB Ethernet
|
||||||
#device cdce # Generic USB over Ethernet
|
#device cdce # Generic USB over Ethernet
|
||||||
#device cue # CATC USB Ethernet
|
#device cue # CATC USB Ethernet
|
||||||
#device kue # Kawasaki LSI USB Ethernet
|
#device kue # Kawasaki LSI USB Ethernet
|
||||||
#device rue # RealTek RTL8150 USB Ethernet
|
#device rue # RealTek RTL8150 USB Ethernet
|
||||||
#device udav # Davicom DM9601E USB
|
#device udav # Davicom DM9601E USB
|
||||||
|
|
||||||
# USB Wireless
|
# USB Wireless
|
||||||
#device rum # Ralink Technology RT2501USB wireless NICs
|
#device rum # Ralink Technology RT2501USB wireless NICs
|
||||||
|
|
||||||
# Watchdog timer.
|
# Watchdog timer.
|
||||||
# WARNING: can't be disabled!!!
|
# WARNING: can't be disabled!!!
|
||||||
device imxwdt # Watchdog
|
device imxwdt # Watchdog
|
||||||
|
|
||||||
# Wireless NIC cards
|
# Wireless NIC cards
|
||||||
device wlan # 802.11 support
|
device wlan # 802.11 support
|
||||||
device wlan_wep # 802.11 WEP support
|
device wlan_wep # 802.11 WEP support
|
||||||
device wlan_ccmp # 802.11 CCMP support
|
device wlan_ccmp # 802.11 CCMP support
|
||||||
device wlan_tkip # 802.11 TKIP support
|
device wlan_tkip # 802.11 TKIP support
|
||||||
device wlan_amrr # AMRR transmit rate control algorithm
|
device wlan_amrr # AMRR transmit rate control algorithm
|
||||||
|
|
||||||
# Flattened Device Tree
|
# Flattened Device Tree
|
||||||
options FDT
|
options FDT
|
||||||
@@ -177,6 +177,6 @@ makeoptions FDT_DTS_FILE=imx53-qsb.dts
|
|||||||
# Uncomment following lines for framebuffer/syscons support
|
# Uncomment following lines for framebuffer/syscons support
|
||||||
#device sc
|
#device sc
|
||||||
#device kbdmux
|
#device kbdmux
|
||||||
#options SC_DFLT_FONT # compile font in
|
#options SC_DFLT_FONT # compile font in
|
||||||
#makeoptions SC_DFLT_FONT=cp437
|
#makeoptions SC_DFLT_FONT=cp437
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -36,13 +36,13 @@ options NFSCL # New Network Filesystem Client
|
|||||||
#options NFSD # New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD # Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT # NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS # MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 # ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS # Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_PART_GPT # GUID Partition Tables.
|
options GEOM_PART_GPT # GUID Partition Tables.
|
||||||
options GEOM_LABEL # Provides labelization
|
options GEOM_LABEL # Provides labelization
|
||||||
options KTRACE # ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
|
|||||||
+38
-38
@@ -21,42 +21,42 @@ ident IQ31244
|
|||||||
|
|
||||||
options PHYSADDR=0xa0000000
|
options PHYSADDR=0xa0000000
|
||||||
options KERNPHYSADDR=0xa0200000
|
options KERNPHYSADDR=0xa0200000
|
||||||
options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
||||||
options FLASHADDR=0xf0000000
|
options FLASHADDR=0xf0000000
|
||||||
options LOADERRAMADDR=0x00000000
|
options LOADERRAMADDR=0x00000000
|
||||||
|
|
||||||
include "../xscale/i80321/std.iq31244"
|
include "../xscale/i80321/std.iq31244"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions CONF_CFLAGS=-mcpu=xscale
|
makeoptions CONF_CFLAGS=-mcpu=xscale
|
||||||
options HZ=100
|
options HZ=100
|
||||||
#options DEVICE_POLLING
|
#options DEVICE_POLLING
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSD #New Network Filesystem Server
|
options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
@@ -74,12 +74,12 @@ device uart
|
|||||||
device pci
|
device pci
|
||||||
|
|
||||||
device ata
|
device ata
|
||||||
options ATA_STATIC_ID # Static device numbering
|
options ATA_STATIC_ID # Static device numbering
|
||||||
|
|
||||||
device scbus # SCSI bus (required for ATA/SCSI)
|
device scbus # SCSI bus (required for ATA/SCSI)
|
||||||
device cd # CD
|
device cd # CD
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device pass # Passthrough device (direct ATA/SCSI access)
|
device pass # Passthrough device (direct ATA/SCSI access)
|
||||||
|
|
||||||
# SCSI Controllers
|
# SCSI Controllers
|
||||||
|
|
||||||
@@ -94,12 +94,12 @@ device "iq31244_7seg" # IQ31244 7 seg
|
|||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
# To make an SMP kernel, the next two are needed
|
# To make an SMP kernel, the next two are needed
|
||||||
@@ -107,7 +107,7 @@ options DDB #Enable the kernel debugger
|
|||||||
#options APIC_IO # Symmetric (APIC) I/O
|
#options APIC_IO # Symmetric (APIC) I/O
|
||||||
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
||||||
device md
|
device md
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
|
|
||||||
# Floppy drives
|
# Floppy drives
|
||||||
|
|
||||||
|
|||||||
+71
-71
@@ -26,40 +26,40 @@ include "../at91/std.kb920x"
|
|||||||
hints "KB920X.hints"
|
hints "KB920X.hints"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options SOFTUPDATES #Enable FFS soft updates support
|
#options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCL
|
#options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
#options KTRACE #ktrace(1) support
|
#options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
#options NO_SYSCTL_DESCR
|
#options NO_SYSCTL_DESCR
|
||||||
# Disable the inlining of mutex, rwlock and sx locks. These eat up a lot
|
# Disable the inlining of mutex, rwlock and sx locks. These eat up a lot
|
||||||
# of space.
|
# of space.
|
||||||
@@ -77,11 +77,11 @@ device mii
|
|||||||
device lxtphy
|
device lxtphy
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
|
|
||||||
device md
|
device md
|
||||||
device at91_twi # TWI: Two Wire Interface
|
device at91_twi # TWI: Two Wire Interface
|
||||||
@@ -98,54 +98,54 @@ device icee
|
|||||||
|
|
||||||
device bpf
|
device bpf
|
||||||
# USB support
|
# USB support
|
||||||
options USB_DEBUG # enable debug msgs
|
options USB_DEBUG # enable debug msgs
|
||||||
device ohci # OHCI localbus->USB interface
|
device ohci # OHCI localbus->USB interface
|
||||||
device usb # USB Bus (required)
|
device usb # USB Bus (required)
|
||||||
#device udbp # USB Double Bulk Pipe devices
|
#device udbp # USB Double Bulk Pipe devices
|
||||||
device uhid # "Human Interface Devices"
|
device uhid # "Human Interface Devices"
|
||||||
device ulpt # Printer
|
device ulpt # Printer
|
||||||
device umass # Disks/Mass storage - Requires scbus and da
|
device umass # Disks/Mass storage - Requires scbus and da
|
||||||
device urio # Diamond Rio 500 MP3 player
|
device urio # Diamond Rio 500 MP3 player
|
||||||
# USB Serial devices
|
# USB Serial devices
|
||||||
device uark # Technologies ARK3116 based serial adapters
|
device uark # Technologies ARK3116 based serial adapters
|
||||||
device ubsa # Belkin F5U103 and compatible serial adapters
|
device ubsa # Belkin F5U103 and compatible serial adapters
|
||||||
device uftdi # For FTDI usb serial adapters
|
device uftdi # For FTDI usb serial adapters
|
||||||
device uipaq # Some WinCE based devices
|
device uipaq # Some WinCE based devices
|
||||||
device uplcom # Prolific PL-2303 serial adapters
|
device uplcom # Prolific PL-2303 serial adapters
|
||||||
device uslcom # SI Labs CP2101/CP2102 serial adapters
|
device uslcom # SI Labs CP2101/CP2102 serial adapters
|
||||||
device uvisor # Visor and Palm devices
|
device uvisor # Visor and Palm devices
|
||||||
device uvscom # USB serial support for DDI pocket's PHS
|
device uvscom # USB serial support for DDI pocket's PHS
|
||||||
# USB Ethernet, requires miibus
|
# USB Ethernet, requires miibus
|
||||||
device miibus
|
device miibus
|
||||||
device aue # ADMtek USB Ethernet
|
device aue # ADMtek USB Ethernet
|
||||||
device axe # ASIX Electronics USB Ethernet
|
device axe # ASIX Electronics USB Ethernet
|
||||||
device cdce # Generic USB over Ethernet
|
device cdce # Generic USB over Ethernet
|
||||||
device cue # CATC USB Ethernet
|
device cue # CATC USB Ethernet
|
||||||
device kue # Kawasaki LSI USB Ethernet
|
device kue # Kawasaki LSI USB Ethernet
|
||||||
device rue # RealTek RTL8150 USB Ethernet
|
device rue # RealTek RTL8150 USB Ethernet
|
||||||
device udav # Davicom DM9601E USB
|
device udav # Davicom DM9601E USB
|
||||||
# USB Wireless
|
# USB Wireless
|
||||||
device rum # Ralink Technology RT2501USB wireless NICs
|
device rum # Ralink Technology RT2501USB wireless NICs
|
||||||
device uath # Atheros AR5523 wireless NICs
|
device uath # Atheros AR5523 wireless NICs
|
||||||
device ural # Ralink Technology RT2500USB wireless NICs
|
device ural # Ralink Technology RT2500USB wireless NICs
|
||||||
device zyd # ZyDAS zd1211/zd1211b wireless NICs
|
device zyd # ZyDAS zd1211/zd1211b wireless NICs
|
||||||
# SCSI peripherals
|
# SCSI peripherals
|
||||||
device scbus # SCSI bus (required for SCSI)
|
device scbus # SCSI bus (required for SCSI)
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device cd # CD
|
device cd # CD
|
||||||
device pass # Passthrough device (direct SCSI access)
|
device pass # Passthrough device (direct SCSI access)
|
||||||
# Wireless NIC cards
|
# Wireless NIC cards
|
||||||
device wlan # 802.11 support
|
device wlan # 802.11 support
|
||||||
device wlan_wep # 802.11 WEP support
|
device wlan_wep # 802.11 WEP support
|
||||||
device wlan_ccmp # 802.11 CCMP support
|
device wlan_ccmp # 802.11 CCMP support
|
||||||
device wlan_tkip # 802.11 TKIP support
|
device wlan_tkip # 802.11 TKIP support
|
||||||
device wlan_amrr # AMRR transmit rate control algorithm
|
device wlan_amrr # AMRR transmit rate control algorithm
|
||||||
|
|
||||||
# USB device (gadget) support
|
# USB device (gadget) support
|
||||||
device at91_dci # Atmel's usb device
|
device at91_dci # Atmel's usb device
|
||||||
device usfs # emulate a flash
|
device usfs # emulate a flash
|
||||||
device cdce # emulate an ethernet
|
device cdce # emulate an ethernet
|
||||||
device usb_template # Control of the gadget
|
device usb_template # Control of the gadget
|
||||||
|
|
||||||
options IEEE80211_SUPPORT_MESH
|
options IEEE80211_SUPPORT_MESH
|
||||||
|
|
||||||
|
|||||||
+30
-30
@@ -21,42 +21,42 @@ ident LN2410SBC
|
|||||||
|
|
||||||
include "../s3c2xx0/std.ln2410sbc"
|
include "../s3c2xx0/std.ln2410sbc"
|
||||||
#To statically compile in device wiring instead of /boot/device.hints
|
#To statically compile in device wiring instead of /boot/device.hints
|
||||||
#hints "GENERIC.hints" #Default places to look for devices.
|
#hints "GENERIC.hints" # Default places to look for devices.
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
device board_ln2410sbc
|
device board_ln2410sbc
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options HZ=100
|
options HZ=100
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options SOFTUPDATES #Enable FFS soft updates support
|
#options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
options ROOTDEVNAME=\"ufs:da0s1\"
|
options ROOTDEVNAME=\"ufs:da0s1\"
|
||||||
|
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSROOT # NFS mount root filesystem using BOOTP info
|
#options BOOTP_NFSROOT # NFS mount root filesystem using BOOTP info
|
||||||
#options NFSCL #New Network Filesystem Client
|
#options NFSCL # New Network Filesystem Client
|
||||||
#options NFS_ROOT #NFS usable as root device
|
#options NFS_ROOT # NFS usable as root device
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
|
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
@@ -73,17 +73,17 @@ device bpf
|
|||||||
device uart
|
device uart
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
|
|
||||||
device md
|
device md
|
||||||
|
|
||||||
options USB_DEBUG # enable debug msgs
|
options USB_DEBUG # enable debug msgs
|
||||||
device usb
|
device usb
|
||||||
device ohci
|
device ohci
|
||||||
device umass
|
device umass
|
||||||
device scbus # SCSI bus (required for da)
|
device scbus # SCSI bus (required for da)
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
|
|
||||||
|
|||||||
+44
-44
@@ -22,7 +22,7 @@ ident NSLU
|
|||||||
# XXX What is defined in std.avila does not exactly match the following:
|
# XXX What is defined in std.avila does not exactly match the following:
|
||||||
#options PHYSADDR=0x10000000
|
#options PHYSADDR=0x10000000
|
||||||
#options KERNPHYSADDR=0x10200000
|
#options KERNPHYSADDR=0x10200000
|
||||||
#options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
#options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
||||||
#options FLASHADDR=0x50000000
|
#options FLASHADDR=0x50000000
|
||||||
#options LOADERRAMADDR=0x00000000
|
#options LOADERRAMADDR=0x00000000
|
||||||
|
|
||||||
@@ -31,10 +31,10 @@ include "../xscale/ixp425/std.ixp425"
|
|||||||
include "../xscale/ixp425/std.avila"
|
include "../xscale/ixp425/std.avila"
|
||||||
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
||||||
#To statically compile in device wiring instead of /boot/device.hints
|
#To statically compile in device wiring instead of /boot/device.hints
|
||||||
hints "NSLU.hints" #Default places to look for devices.
|
hints "NSLU.hints" # Default places to look for devices.
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions CONF_CFLAGS=-mcpu=xscale
|
makeoptions CONF_CFLAGS=-mcpu=xscale
|
||||||
options HZ=100
|
options HZ=100
|
||||||
options DEVICE_POLLING
|
options DEVICE_POLLING
|
||||||
@@ -42,41 +42,41 @@ options DEVICE_POLLING
|
|||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
options KDB
|
options KDB
|
||||||
#options GDB
|
#options GDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
options SCHED_ULE #ULE scheduler
|
options SCHED_ULE # ULE scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSD #New Network Filesystem Server
|
options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE #Mutex inlines are space hogs
|
options MUTEX_NOINLINE # Mutex inlines are space hogs
|
||||||
options RWLOCK_NOINLINE #rwlock inlines are space hogs
|
options RWLOCK_NOINLINE # rwlock inlines are space hogs
|
||||||
options SX_NOINLINE #sx inliens are space hogs
|
options SX_NOINLINE # sx inliens are space hogs
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
@@ -91,27 +91,27 @@ device iicbus
|
|||||||
device iicbb
|
device iicbb
|
||||||
device iic
|
device iic
|
||||||
|
|
||||||
device ixpiic # I2C bus glue
|
device ixpiic # I2C bus glue
|
||||||
device ixpwdog # watchdog timer
|
device ixpwdog # watchdog timer
|
||||||
|
|
||||||
device npe # Network Processing Engine
|
device npe # Network Processing Engine
|
||||||
device npe_fw
|
device npe_fw
|
||||||
device firmware
|
device firmware
|
||||||
device qmgr # Q Manager (required by npe)
|
device qmgr # Q Manager (required by npe)
|
||||||
device mii # Minimal mii routines
|
device mii # Minimal mii routines
|
||||||
device rlphy # NSLU2 uses Realtek PHY attached to npe
|
device rlphy # NSLU2 uses Realtek PHY attached to npe
|
||||||
device ether
|
device ether
|
||||||
device bpf
|
device bpf
|
||||||
|
|
||||||
device loop
|
device loop
|
||||||
|
|
||||||
device md
|
device md
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
|
|
||||||
device usb
|
device usb
|
||||||
options USB_DEBUG
|
options USB_DEBUG
|
||||||
device ohci
|
device ohci
|
||||||
device ehci
|
device ehci
|
||||||
device umass
|
device umass
|
||||||
device scbus # SCSI bus (required for SCSI)
|
device scbus # SCSI bus (required for SCSI)
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
|
|||||||
+37
-37
@@ -34,47 +34,47 @@ include "../ti/omap4/pandaboard/std.pandaboard"
|
|||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
makeoptions WITHOUT_MODULES="ahc"
|
makeoptions WITHOUT_MODULES="ahc"
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options HZ=100
|
options HZ=100
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
device snp
|
device snp
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
options NFSCL
|
options NFSCL
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_COMPAT
|
#options BOOTP_COMPAT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
#options BOOTP_WIRED_TO=ue0
|
#options BOOTP_WIRED_TO=ue0
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options FREEBSD_BOOT_LOADER
|
options FREEBSD_BOOT_LOADER
|
||||||
|
|
||||||
options PREEMPTION
|
options PREEMPTION
|
||||||
|
|
||||||
# MMC/SD/SDIO Card slot support
|
# MMC/SD/SDIO Card slot support
|
||||||
device mmc # mmc/sd bus
|
device mmc # mmc/sd bus
|
||||||
device mmcsd # mmc/sd flash cards
|
device mmcsd # mmc/sd flash cards
|
||||||
|
|
||||||
# I2C support
|
# I2C support
|
||||||
@@ -94,15 +94,15 @@ device gpio
|
|||||||
|
|
||||||
device pty
|
device pty
|
||||||
|
|
||||||
device pl310 # PL310 L2 cache controller
|
device pl310 # PL310 L2 cache controller
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options VERBOSE_SYSINIT #Enable verbose sysinit messages
|
#options VERBOSE_SYSINIT # Enable verbose sysinit messages
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
device md
|
device md
|
||||||
@@ -112,7 +112,7 @@ device md
|
|||||||
#options MD_ROOT
|
#options MD_ROOT
|
||||||
#options MD_ROOT_SIZE=7560
|
#options MD_ROOT_SIZE=7560
|
||||||
|
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
|
|
||||||
# USB support
|
# USB support
|
||||||
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
|
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
|
||||||
@@ -123,14 +123,14 @@ options USB_DEBUG
|
|||||||
device ohci
|
device ohci
|
||||||
device ehci
|
device ehci
|
||||||
device umass
|
device umass
|
||||||
device scbus # SCSI bus (required for SCSI)
|
device scbus # SCSI bus (required for SCSI)
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
|
|
||||||
|
|
||||||
# USB Ethernet support, requires miibus
|
# USB Ethernet support, requires miibus
|
||||||
device miibus
|
device miibus
|
||||||
#device axe # ASIX Electronics USB Ethernet
|
#device axe # ASIX Electronics USB Ethernet
|
||||||
device smsc # SMSC LAN95xx USB Ethernet
|
device smsc # SMSC LAN95xx USB Ethernet
|
||||||
device bpf
|
device bpf
|
||||||
|
|
||||||
# OMAP-specific devices
|
# OMAP-specific devices
|
||||||
@@ -144,4 +144,4 @@ options FDT
|
|||||||
options FDT_DTB_STATIC
|
options FDT_DTB_STATIC
|
||||||
makeoptions FDT_DTS_FILE=pandaboard.dts
|
makeoptions FDT_DTS_FILE=pandaboard.dts
|
||||||
|
|
||||||
options VFP # vfp/neon
|
options VFP # vfp/neon
|
||||||
|
|||||||
+56
-56
@@ -26,23 +26,23 @@ include "../at91/std.qila9g20"
|
|||||||
hints "QILA9G20.hints"
|
hints "QILA9G20.hints"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options SOFTUPDATES #Enable FFS soft updates support
|
#options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCL
|
#options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
@@ -53,18 +53,18 @@ options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
|||||||
|
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
#options PSEUDOFS #Pseudo-filesystem framework
|
#options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
#options KTRACE #ktrace(1) support
|
#options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
@@ -72,10 +72,10 @@ options NO_FFS_SNAPSHOT
|
|||||||
options NO_SWAPPING
|
options NO_SWAPPING
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
device random
|
device random
|
||||||
@@ -87,7 +87,7 @@ device md
|
|||||||
device uart # Serial Ports
|
device uart # Serial Ports
|
||||||
|
|
||||||
# Ethernet
|
# Ethernet
|
||||||
device ate # Ethernet Driver
|
device ate # Ethernet Driver
|
||||||
device mii
|
device mii
|
||||||
option AT91_ATE_USE_RMII
|
option AT91_ATE_USE_RMII
|
||||||
|
|
||||||
@@ -115,39 +115,39 @@ device iicbus
|
|||||||
device icee
|
device icee
|
||||||
|
|
||||||
# SCSI peripherals
|
# SCSI peripherals
|
||||||
device scbus # SCSI bus (required for SCSI)
|
device scbus # SCSI bus (required for SCSI)
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device cd # CD
|
device cd # CD
|
||||||
device pass # Passthrough device (direct SCSI access)
|
device pass # Passthrough device (direct SCSI access)
|
||||||
|
|
||||||
# USB support
|
# USB support
|
||||||
device ohci # OHCI localbus->USB interface
|
device ohci # OHCI localbus->USB interface
|
||||||
device usb # USB Bus (required)
|
device usb # USB Bus (required)
|
||||||
device umass # Disks/Mass storage - Requires scbus and da
|
device umass # Disks/Mass storage - Requires scbus and da
|
||||||
device uhid # "Human Interface Devices"
|
device uhid # "Human Interface Devices"
|
||||||
#device ulpt # Printer
|
#device ulpt # Printer
|
||||||
#device udbp # USB Double Bulk Pipe devices
|
#device udbp # USB Double Bulk Pipe devices
|
||||||
|
|
||||||
# USB Ethernet, requires miibus
|
# USB Ethernet, requires miibus
|
||||||
device miibus
|
device miibus
|
||||||
#device aue # ADMtek USB Ethernet
|
#device aue # ADMtek USB Ethernet
|
||||||
#device axe # ASIX Electronics USB Ethernet
|
#device axe # ASIX Electronics USB Ethernet
|
||||||
#device cdce # Generic USB over Ethernet
|
#device cdce # Generic USB over Ethernet
|
||||||
#device cue # CATC USB Ethernet
|
#device cue # CATC USB Ethernet
|
||||||
#device kue # Kawasaki LSI USB Ethernet
|
#device kue # Kawasaki LSI USB Ethernet
|
||||||
#device rue # RealTek RTL8150 USB Ethernet
|
#device rue # RealTek RTL8150 USB Ethernet
|
||||||
device udav # Davicom DM9601E USB
|
device udav # Davicom DM9601E USB
|
||||||
|
|
||||||
# USB Wireless
|
# USB Wireless
|
||||||
#device rum # Ralink Technology RT2501USB wireless NICs
|
#device rum # Ralink Technology RT2501USB wireless NICs
|
||||||
#device uath # Atheros AR5523 wireless NICs
|
#device uath # Atheros AR5523 wireless NICs
|
||||||
#device ural # Ralink Technology RT2500USB wireless NICs
|
#device ural # Ralink Technology RT2500USB wireless NICs
|
||||||
#device zyd # ZyDAS zd1211/zd1211b wireless NICs
|
#device zyd # ZyDAS zd1211/zd1211b wireless NICs
|
||||||
|
|
||||||
# Wireless NIC cards
|
# Wireless NIC cards
|
||||||
#device wlan # 802.11 support
|
#device wlan # 802.11 support
|
||||||
#device wlan_wep # 802.11 WEP support
|
#device wlan_wep # 802.11 WEP support
|
||||||
#device wlan_ccmp # 802.11 CCMP support
|
#device wlan_ccmp # 802.11 CCMP support
|
||||||
#device wlan_tkip # 802.11 TKIP support
|
#device wlan_tkip # 802.11 TKIP support
|
||||||
#device wlan_amrr # AMRR transmit rate control algorithm
|
#device wlan_amrr # AMRR transmit rate control algorithm
|
||||||
|
|
||||||
|
|||||||
+32
-32
@@ -26,48 +26,48 @@ makeoptions MODULES_OVERRIDE=""
|
|||||||
makeoptions WITHOUT_MODULES="ahc"
|
makeoptions WITHOUT_MODULES="ahc"
|
||||||
|
|
||||||
options HZ=100
|
options HZ=100
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
options PROCFS #Process filesystem (requires PSEUDOFS)
|
options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options PREEMPTION
|
options PREEMPTION
|
||||||
options FREEBSD_BOOT_LOADER
|
options FREEBSD_BOOT_LOADER
|
||||||
options VFP # vfp/neon
|
options VFP # vfp/neon
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
#options VERBOSE_SYSINIT #Enable verbose sysinit messages
|
#options VERBOSE_SYSINIT # Enable verbose sysinit messages
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
options DIAGNOSTIC
|
options DIAGNOSTIC
|
||||||
|
|
||||||
# NFS support
|
# NFS support
|
||||||
#options NFSCL
|
#options NFSCL
|
||||||
#options NFSSERVER #Network Filesystem Server
|
#options NFSSERVER # Network Filesystem Server
|
||||||
#options NFSCLIENT #Network Filesystem Client
|
#options NFSCLIENT # Network Filesystem Client
|
||||||
|
|
||||||
# MMC/SD/SDIO card slot support
|
# MMC/SD/SDIO card slot support
|
||||||
#device mmc # mmc/sd bus
|
#device mmc # mmc/sd bus
|
||||||
@@ -101,7 +101,7 @@ device usb
|
|||||||
options USB_DEBUG
|
options USB_DEBUG
|
||||||
#options USB_REQ_DEBUG
|
#options USB_REQ_DEBUG
|
||||||
#options USB_VERBOSE
|
#options USB_VERBOSE
|
||||||
device dwcotg #DWC OTG controller
|
device dwcotg # DWC OTG controller
|
||||||
|
|
||||||
device umass
|
device umass
|
||||||
|
|
||||||
|
|||||||
+30
-30
@@ -21,40 +21,40 @@ ident RPI-B
|
|||||||
|
|
||||||
include "../broadcom/bcm2835/std.rpi"
|
include "../broadcom/bcm2835/std.rpi"
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options HZ=100
|
options HZ=100
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options SCTP #Stream Control Transmission Protocol
|
options SCTP # Stream Control Transmission Protocol
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
device snp
|
device snp
|
||||||
|
|
||||||
options NFSCL #Network Filesystem Client
|
options NFSCL # Network Filesystem Client
|
||||||
|
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
#options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_COMPAT
|
#options BOOTP_COMPAT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
#options BOOTP_WIRED_TO=ue0
|
#options BOOTP_WIRED_TO=ue0
|
||||||
|
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
#options ROOTDEVNAME=\"ufs:mmcsd0s2\"
|
#options ROOTDEVNAME=\"ufs:mmcsd0s2\"
|
||||||
|
|
||||||
@@ -71,7 +71,7 @@ device pty
|
|||||||
# Comment following lines for boot console on serial port
|
# Comment following lines for boot console on serial port
|
||||||
device vt
|
device vt
|
||||||
device kbdmux
|
device kbdmux
|
||||||
options SC_DFLT_FONT # compile font in
|
options SC_DFLT_FONT # compile font in
|
||||||
makeoptions SC_DFLT_FONT=cp437
|
makeoptions SC_DFLT_FONT=cp437
|
||||||
device ukbd
|
device ukbd
|
||||||
|
|
||||||
@@ -88,17 +88,17 @@ device iicbus
|
|||||||
device bcm2835_bsc
|
device bcm2835_bsc
|
||||||
|
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
|
|
||||||
device md
|
device md
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
|
|
||||||
# USB support
|
# USB support
|
||||||
device usb
|
device usb
|
||||||
options USB_DEBUG
|
options USB_DEBUG
|
||||||
device dwcotg #DWC OTG controller
|
device dwcotg # DWC OTG controller
|
||||||
|
|
||||||
# USB storage support
|
# USB storage support
|
||||||
device scbus
|
device scbus
|
||||||
@@ -121,4 +121,4 @@ options FDT
|
|||||||
#options FDT_DTB_STATIC
|
#options FDT_DTB_STATIC
|
||||||
makeoptions FDT_DTS_FILE=rpi.dts
|
makeoptions FDT_DTS_FILE=rpi.dts
|
||||||
|
|
||||||
options VFP # vfp/neon
|
options VFP # vfp/neon
|
||||||
|
|||||||
+40
-40
@@ -43,13 +43,13 @@ options NFSCL # New Network Filesystem Client
|
|||||||
#options NFSD # New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD # Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT # NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS # MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 # ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
#options PSEUDOFS # Pseudo-filesystem framework
|
#options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
#options GEOM_PART_GPT # GUID Partition Tables.
|
#options GEOM_PART_GPT # GUID Partition Tables.
|
||||||
#options GEOM_LABEL # Provides labelization
|
#options GEOM_LABEL # Provides labelization
|
||||||
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
||||||
@@ -107,68 +107,68 @@ options RWLOCK_NOINLINE
|
|||||||
# The `bpf' device enables the Berkeley Packet Filter.
|
# The `bpf' device enables the Berkeley Packet Filter.
|
||||||
# Be aware of the administrative consequences of enabling this!
|
# Be aware of the administrative consequences of enabling this!
|
||||||
# Note that 'bpf' is required for DHCP.
|
# Note that 'bpf' is required for DHCP.
|
||||||
device bpf # Berkeley packet filter
|
device bpf # Berkeley packet filter
|
||||||
|
|
||||||
# Ethernet
|
# Ethernet
|
||||||
device mii # Minimal MII support
|
device mii # Minimal MII support
|
||||||
device ate # Atmel AT91 Ethernet driver
|
device ate # Atmel AT91 Ethernet driver
|
||||||
|
|
||||||
# I2C
|
# I2C
|
||||||
device at91_twi # Atmel AT91 Two-wire Interface
|
device at91_twi # Atmel AT91 Two-wire Interface
|
||||||
device iic # I2C generic I/O device driver
|
device iic # I2C generic I/O device driver
|
||||||
device iicbus # I2C bus system
|
device iicbus # I2C bus system
|
||||||
device icee # I2C eeprom
|
device icee # I2C eeprom
|
||||||
|
|
||||||
# MMC/SD
|
# MMC/SD
|
||||||
# See comment for DataFlash below
|
# See comment for DataFlash below
|
||||||
device at91_mci # Atmel AT91 Multimedia Card Interface
|
device at91_mci # Atmel AT91 Multimedia Card Interface
|
||||||
options AT91_MCI_HAS_4WIRE # 4 wires
|
options AT91_MCI_HAS_4WIRE # 4 wires
|
||||||
options AT91_MCI_SLOT_B # Wired to slot B
|
options AT91_MCI_SLOT_B # Wired to slot B
|
||||||
device mmc # MMC/SD bus
|
device mmc # MMC/SD bus
|
||||||
device mmcsd # MMC/SD memory card
|
device mmcsd # MMC/SD memory card
|
||||||
|
|
||||||
# DataFlash
|
# DataFlash
|
||||||
# The DataFlash and MMC card are wired together, so we must pick one or the
|
# The DataFlash and MMC card are wired together, so we must pick one or the
|
||||||
# other. This is due to pin mux, and also due to the design of the
|
# other. This is due to pin mux, and also due to the design of the
|
||||||
# SAM9260EK board. SLOT A wouldn't have this issue.
|
# SAM9260EK board. SLOT A wouldn't have this issue.
|
||||||
#device at91_spi # Atmel AT91 Serial Peripheral Interface
|
#device at91_spi # Atmel AT91 Serial Peripheral Interface
|
||||||
#device spibus # SPI bus
|
#device spibus # SPI bus
|
||||||
#device at45d # Atmel AT45D
|
#device at45d # Atmel AT45D
|
||||||
#device geom_map # GEOM partition mapping
|
#device geom_map # GEOM partition mapping
|
||||||
|
|
||||||
# Pseudo devices.
|
# Pseudo devices.
|
||||||
device loop # Network loopback
|
device loop # Network loopback
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
device ether # Ethernet support
|
device ether # Ethernet support
|
||||||
#device vlan # 802.1Q VLAN support
|
#device vlan # 802.1Q VLAN support
|
||||||
#device tun # Packet tunnel.
|
#device tun # Packet tunnel.
|
||||||
#device md # Memory "disks"
|
#device md # Memory "disks"
|
||||||
#device gif # IPv6 and IPv4 tunneling
|
#device gif # IPv6 and IPv4 tunneling
|
||||||
#device faith # IPv6-to-IPv4 relaying (translation)
|
#device faith # IPv6-to-IPv4 relaying (translation)
|
||||||
#device firmware # firmware assist module
|
#device firmware # firmware assist module
|
||||||
|
|
||||||
# SCSI peripherals
|
# SCSI peripherals
|
||||||
device scbus # SCSI bus (required for ATA/SCSI)
|
device scbus # SCSI bus (required for ATA/SCSI)
|
||||||
#device ch # SCSI media changers
|
#device ch # SCSI media changers
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
#device sa # Sequential Access (tape etc)
|
#device sa # Sequential Access (tape etc)
|
||||||
device cd # CD/DVD
|
device cd # CD/DVD
|
||||||
device pass # Passthrough device (direct ATA/SCSI access)
|
device pass # Passthrough device (direct ATA/SCSI access)
|
||||||
device ses # Enclosure Services (SES and SAF-TE)
|
device ses # Enclosure Services (SES and SAF-TE)
|
||||||
#device ctl # CAM Target Layer
|
#device ctl # CAM Target Layer
|
||||||
|
|
||||||
# Serial (COM) ports
|
# Serial (COM) ports
|
||||||
device uart # Multi-uart driver
|
device uart # Multi-uart driver
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
# USB support
|
# USB support
|
||||||
#options USB_DEBUG # enable debug msgs
|
#options USB_DEBUG # enable debug msgs
|
||||||
device ohci # OHCI USB interface
|
device ohci # OHCI USB interface
|
||||||
device usb # USB Bus (required)
|
device usb # USB Bus (required)
|
||||||
device umass # Disks/Mass storage - Requires scbus and da
|
device umass # Disks/Mass storage - Requires scbus and da
|
||||||
|
|
||||||
# watchdog
|
# watchdog
|
||||||
device at91_wdt # Atmel AT91 Watchdog Timer
|
device at91_wdt # Atmel AT91 Watchdog Timer
|
||||||
|
|
||||||
# NAND Flash - Reference design has Samsung 256MB but others possible
|
# NAND Flash - Reference design has Samsung 256MB but others possible
|
||||||
device nand # NAND interface on CS3
|
device nand # NAND interface on CS3
|
||||||
|
|||||||
+58
-58
@@ -25,27 +25,27 @@ include "../at91/std.sam9g20ek"
|
|||||||
hints "SAM9G20EK.hints"
|
hints "SAM9G20EK.hints"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options SOFTUPDATES #Enable FFS soft updates support
|
#options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
options NANDFS #NAND file system
|
options NANDFS # NAND file system
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCL
|
#options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
@@ -56,26 +56,26 @@ options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
|||||||
|
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
#options PSEUDOFS #Pseudo-filesystem framework
|
#options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
#options KTRACE #ktrace(1) support
|
#options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
options NO_SWAPPING
|
options NO_SWAPPING
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
device random
|
device random
|
||||||
@@ -87,7 +87,7 @@ device md
|
|||||||
device uart # Serial Ports
|
device uart # Serial Ports
|
||||||
|
|
||||||
# Ethernet
|
# Ethernet
|
||||||
device ate # Ethernet Driver
|
device ate # Ethernet Driver
|
||||||
device mii
|
device mii
|
||||||
option AT91_ATE_USE_RMII
|
option AT91_ATE_USE_RMII
|
||||||
|
|
||||||
@@ -119,38 +119,38 @@ device iicbus
|
|||||||
device icee
|
device icee
|
||||||
|
|
||||||
# SCSI peripherals
|
# SCSI peripherals
|
||||||
device scbus # SCSI bus (required for SCSI)
|
device scbus # SCSI bus (required for SCSI)
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device cd # CD
|
device cd # CD
|
||||||
device pass # Passthrough device (direct SCSI access)
|
device pass # Passthrough device (direct SCSI access)
|
||||||
|
|
||||||
# USB support
|
# USB support
|
||||||
device ohci # OHCI localbus->USB interface
|
device ohci # OHCI localbus->USB interface
|
||||||
device usb # USB Bus (required)
|
device usb # USB Bus (required)
|
||||||
device umass # Disks/Mass storage - Requires scbus and da
|
device umass # Disks/Mass storage - Requires scbus and da
|
||||||
device uhid # "Human Interface Devices"
|
device uhid # "Human Interface Devices"
|
||||||
#device ulpt # Printer
|
#device ulpt # Printer
|
||||||
#device udbp # USB Double Bulk Pipe devices
|
#device udbp # USB Double Bulk Pipe devices
|
||||||
|
|
||||||
# USB Ethernet, requires miibus
|
# USB Ethernet, requires miibus
|
||||||
#device miibus
|
#device miibus
|
||||||
#device aue # ADMtek USB Ethernet
|
#device aue # ADMtek USB Ethernet
|
||||||
#device axe # ASIX Electronics USB Ethernet
|
#device axe # ASIX Electronics USB Ethernet
|
||||||
#device cdce # Generic USB over Ethernet
|
#device cdce # Generic USB over Ethernet
|
||||||
#device cue # CATC USB Ethernet
|
#device cue # CATC USB Ethernet
|
||||||
#device kue # Kawasaki LSI USB Ethernet
|
#device kue # Kawasaki LSI USB Ethernet
|
||||||
#device rue # RealTek RTL8150 USB Ethernet
|
#device rue # RealTek RTL8150 USB Ethernet
|
||||||
#device udav # Davicom DM9601E USB
|
#device udav # Davicom DM9601E USB
|
||||||
|
|
||||||
# USB Wireless
|
# USB Wireless
|
||||||
#device rum # Ralink Technology RT2501USB wireless NICs
|
#device rum # Ralink Technology RT2501USB wireless NICs
|
||||||
#device uath # Atheros AR5523 wireless NICs
|
#device uath # Atheros AR5523 wireless NICs
|
||||||
#device ural # Ralink Technology RT2500USB wireless NICs
|
#device ural # Ralink Technology RT2500USB wireless NICs
|
||||||
#device zyd # ZyDAS zd1211/zd1211b wireless NICs
|
#device zyd # ZyDAS zd1211/zd1211b wireless NICs
|
||||||
|
|
||||||
# Wireless NIC cards
|
# Wireless NIC cards
|
||||||
#device wlan # 802.11 support
|
#device wlan # 802.11 support
|
||||||
#device wlan_wep # 802.11 WEP support
|
#device wlan_wep # 802.11 WEP support
|
||||||
#device wlan_ccmp # 802.11 CCMP support
|
#device wlan_ccmp # 802.11 CCMP support
|
||||||
#device wlan_tkip # 802.11 TKIP support
|
#device wlan_tkip # 802.11 TKIP support
|
||||||
#device wlan_amrr # AMRR transmit rate control algorithm
|
#device wlan_amrr # AMRR transmit rate control algorithm
|
||||||
|
|||||||
+57
-57
@@ -26,26 +26,26 @@ include "../at91/std.sam9x25ek"
|
|||||||
hints "SAM9G20EK.hints"
|
hints "SAM9G20EK.hints"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options SOFTUPDATES #Enable FFS soft updates support
|
#options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCL
|
#options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
@@ -56,26 +56,26 @@ options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
|||||||
|
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
#options PSEUDOFS #Pseudo-filesystem framework
|
#options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
#options KTRACE #ktrace(1) support
|
#options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
options NO_SWAPPING
|
options NO_SWAPPING
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
device random
|
device random
|
||||||
@@ -88,7 +88,7 @@ device md
|
|||||||
device uart # Serial Ports
|
device uart # Serial Ports
|
||||||
|
|
||||||
# Ethernet
|
# Ethernet
|
||||||
device ate # Ethernet Driver
|
device ate # Ethernet Driver
|
||||||
device mii
|
device mii
|
||||||
option AT91_ATE_USE_RMII
|
option AT91_ATE_USE_RMII
|
||||||
|
|
||||||
@@ -117,39 +117,39 @@ device iicbus
|
|||||||
device icee
|
device icee
|
||||||
|
|
||||||
# SCSI peripherals
|
# SCSI peripherals
|
||||||
device scbus # SCSI bus (required for SCSI)
|
device scbus # SCSI bus (required for SCSI)
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device cd # CD
|
device cd # CD
|
||||||
device pass # Passthrough device (direct SCSI access)
|
device pass # Passthrough device (direct SCSI access)
|
||||||
|
|
||||||
# USB support
|
# USB support
|
||||||
#device ohci # OHCI localbus->USB interface
|
#device ohci # OHCI localbus->USB interface
|
||||||
#device usb # USB Bus (required)
|
#device usb # USB Bus (required)
|
||||||
#device umass # Disks/Mass storage - Requires scbus and da
|
#device umass # Disks/Mass storage - Requires scbus and da
|
||||||
#device uhid # "Human Interface Devices"
|
#device uhid # "Human Interface Devices"
|
||||||
#device ulpt # Printer
|
#device ulpt # Printer
|
||||||
#device udbp # USB Double Bulk Pipe devices
|
#device udbp # USB Double Bulk Pipe devices
|
||||||
|
|
||||||
# USB Ethernet, requires miibus
|
# USB Ethernet, requires miibus
|
||||||
device miibus
|
device miibus
|
||||||
#device aue # ADMtek USB Ethernet
|
#device aue # ADMtek USB Ethernet
|
||||||
#device axe # ASIX Electronics USB Ethernet
|
#device axe # ASIX Electronics USB Ethernet
|
||||||
#device cdce # Generic USB over Ethernet
|
#device cdce # Generic USB over Ethernet
|
||||||
#device cue # CATC USB Ethernet
|
#device cue # CATC USB Ethernet
|
||||||
#device kue # Kawasaki LSI USB Ethernet
|
#device kue # Kawasaki LSI USB Ethernet
|
||||||
#device rue # RealTek RTL8150 USB Ethernet
|
#device rue # RealTek RTL8150 USB Ethernet
|
||||||
#device udav # Davicom DM9601E USB
|
#device udav # Davicom DM9601E USB
|
||||||
|
|
||||||
# USB Wireless
|
# USB Wireless
|
||||||
#device rum # Ralink Technology RT2501USB wireless NICs
|
#device rum # Ralink Technology RT2501USB wireless NICs
|
||||||
#device uath # Atheros AR5523 wireless NICs
|
#device uath # Atheros AR5523 wireless NICs
|
||||||
#device ural # Ralink Technology RT2500USB wireless NICs
|
#device ural # Ralink Technology RT2500USB wireless NICs
|
||||||
#device zyd # ZyDAS zd1211/zd1211b wireless NICs
|
#device zyd # ZyDAS zd1211/zd1211b wireless NICs
|
||||||
|
|
||||||
# Wireless NIC cards
|
# Wireless NIC cards
|
||||||
#device wlan # 802.11 support
|
#device wlan # 802.11 support
|
||||||
#device wlan_wep # 802.11 WEP support
|
#device wlan_wep # 802.11 WEP support
|
||||||
#device wlan_ccmp # 802.11 CCMP support
|
#device wlan_ccmp # 802.11 CCMP support
|
||||||
#device wlan_tkip # 802.11 TKIP support
|
#device wlan_tkip # 802.11 TKIP support
|
||||||
#device wlan_amrr # AMRR transmit rate control algorithm
|
#device wlan_amrr # AMRR transmit rate control algorithm
|
||||||
|
|
||||||
|
|||||||
+17
-17
@@ -10,20 +10,20 @@ include "../mv/kirkwood/std.db88f6xxx"
|
|||||||
options SOC_MV_KIRKWOOD
|
options SOC_MV_KIRKWOOD
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options NANDFS #NAND Filesystem
|
options NANDFS # NAND Filesystem
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
@@ -32,10 +32,10 @@ options BOOTP_WIRED_TO=mge0
|
|||||||
# Root fs on USB device
|
# Root fs on USB device
|
||||||
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
||||||
|
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
@@ -68,7 +68,7 @@ device crypto
|
|||||||
device cryptodev
|
device cryptodev
|
||||||
|
|
||||||
# USB
|
# USB
|
||||||
options USB_DEBUG # enable debug msgs
|
options USB_DEBUG # enable debug msgs
|
||||||
device usb
|
device usb
|
||||||
device ehci
|
device ehci
|
||||||
device umass
|
device umass
|
||||||
|
|||||||
+57
-57
@@ -25,23 +25,23 @@ include "../at91/std.sn9g45"
|
|||||||
#hints "SN9G45.hints"
|
#hints "SN9G45.hints"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options SOFTUPDATES #Enable FFS soft updates support
|
#options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCL
|
#options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
@@ -52,29 +52,29 @@ options ROOTDEVNAME=\"ufs:/dev/da0s1\"
|
|||||||
|
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
#options PSEUDOFS #Pseudo-filesystem framework
|
#options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options SCSI_DELAY=1000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=1000 # Delay (in ms) before probing SCSI
|
||||||
#options KTRACE #ktrace(1) support
|
#options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
options NO_SWAPPING
|
options NO_SWAPPING
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
device random
|
device random
|
||||||
@@ -86,46 +86,46 @@ device md
|
|||||||
device uart # Serial Ports
|
device uart # Serial Ports
|
||||||
|
|
||||||
# Ethernet
|
# Ethernet
|
||||||
device ate # Ethernet Driver
|
device ate # Ethernet Driver
|
||||||
device mii
|
device mii
|
||||||
option AT91_ATE_USE_RMII
|
option AT91_ATE_USE_RMII
|
||||||
|
|
||||||
device at91_wdt # WDT: Watchdog timer
|
device at91_wdt # WDT: Watchdog timer
|
||||||
|
|
||||||
# SCSI peripherals
|
# SCSI peripherals
|
||||||
device scbus # SCSI bus (required for SCSI)
|
device scbus # SCSI bus (required for SCSI)
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device cd # CD
|
device cd # CD
|
||||||
device pass # Passthrough device (direct SCSI access)
|
device pass # Passthrough device (direct SCSI access)
|
||||||
|
|
||||||
# USB support
|
# USB support
|
||||||
device ohci # OHCI localbus->USB interface
|
device ohci # OHCI localbus->USB interface
|
||||||
device usb # USB Bus (required)
|
device usb # USB Bus (required)
|
||||||
device umass # Disks/Mass storage - Requires scbus and da
|
device umass # Disks/Mass storage - Requires scbus and da
|
||||||
device uhid # "Human Interface Devices"
|
device uhid # "Human Interface Devices"
|
||||||
#device ulpt # Printer
|
#device ulpt # Printer
|
||||||
#device udbp # USB Double Bulk Pipe devices
|
#device udbp # USB Double Bulk Pipe devices
|
||||||
|
|
||||||
# USB Ethernet, requires miibus
|
# USB Ethernet, requires miibus
|
||||||
device miibus
|
device miibus
|
||||||
#device aue # ADMtek USB Ethernet
|
#device aue # ADMtek USB Ethernet
|
||||||
#device axe # ASIX Electronics USB Ethernet
|
#device axe # ASIX Electronics USB Ethernet
|
||||||
#device cdce # Generic USB over Ethernet
|
#device cdce # Generic USB over Ethernet
|
||||||
#device cue # CATC USB Ethernet
|
#device cue # CATC USB Ethernet
|
||||||
#device kue # Kawasaki LSI USB Ethernet
|
#device kue # Kawasaki LSI USB Ethernet
|
||||||
#device rue # RealTek RTL8150 USB Ethernet
|
#device rue # RealTek RTL8150 USB Ethernet
|
||||||
device udav # Davicom DM9601E USB
|
device udav # Davicom DM9601E USB
|
||||||
|
|
||||||
# USB Wireless
|
# USB Wireless
|
||||||
#device rum # Ralink Technology RT2501USB wireless NICs
|
#device rum # Ralink Technology RT2501USB wireless NICs
|
||||||
#device uath # Atheros AR5523 wireless NICs
|
#device uath # Atheros AR5523 wireless NICs
|
||||||
#device ural # Ralink Technology RT2500USB wireless NICs
|
#device ural # Ralink Technology RT2500USB wireless NICs
|
||||||
#device zyd # ZyDAS zd1211/zd1211b wireless NICs
|
#device zyd # ZyDAS zd1211/zd1211b wireless NICs
|
||||||
|
|
||||||
# Wireless NIC cards
|
# Wireless NIC cards
|
||||||
#device wlan # 802.11 support
|
#device wlan # 802.11 support
|
||||||
#device wlan_wep # 802.11 WEP support
|
#device wlan_wep # 802.11 WEP support
|
||||||
#device wlan_ccmp # 802.11 CCMP support
|
#device wlan_ccmp # 802.11 CCMP support
|
||||||
#device wlan_tkip # 802.11 TKIP support
|
#device wlan_tkip # 802.11 TKIP support
|
||||||
#device wlan_amrr # AMRR transmit rate control algorithm
|
#device wlan_amrr # AMRR transmit rate control algorithm
|
||||||
|
|
||||||
|
|||||||
+15
-15
@@ -10,30 +10,30 @@ include "../mv/orion/std.ts7800"
|
|||||||
options SOC_MV_ORION
|
options SOC_MV_ORION
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES # Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
options BOOTP_WIRED_TO=mge0
|
options BOOTP_WIRED_TO=mge0
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
|
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
|
|||||||
+28
-28
@@ -32,31 +32,31 @@ options PHYSADDR=0x00000000
|
|||||||
options FREEBSD_BOOT_LOADER
|
options FREEBSD_BOOT_LOADER
|
||||||
options LINUX_BOOT_ABI
|
options LINUX_BOOT_ABI
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options HZ=100
|
options HZ=100
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
device snp
|
device snp
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options ROOTDEVNAME=\"ufs:da0s1a\"
|
options ROOTDEVNAME=\"ufs:da0s1a\"
|
||||||
options VFP # vfp/neon
|
options VFP # vfp/neon
|
||||||
|
|
||||||
options PREEMPTION
|
options PREEMPTION
|
||||||
|
|
||||||
@@ -76,27 +76,27 @@ device pty
|
|||||||
device pci
|
device pci
|
||||||
|
|
||||||
# SCSI Controllers
|
# SCSI Controllers
|
||||||
device sym # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
|
device sym # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
|
||||||
|
|
||||||
# ATA/SCSI peripherals
|
# ATA/SCSI peripherals
|
||||||
device scbus # SCSI bus (required for ATA/SCSI)
|
device scbus # SCSI bus (required for ATA/SCSI)
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device pass # Passthrough device (direct ATA/SCSI access)
|
device pass # Passthrough device (direct ATA/SCSI access)
|
||||||
|
|
||||||
# NOTE: serial console is disabled if syscons enabled
|
# NOTE: serial console is disabled if syscons enabled
|
||||||
# Comment following lines for headless setup
|
# Comment following lines for headless setup
|
||||||
device sc
|
device sc
|
||||||
device kbdmux
|
device kbdmux
|
||||||
options SC_DFLT_FONT # compile font in
|
options SC_DFLT_FONT # compile font in
|
||||||
makeoptions SC_DFLT_FONT=cp437
|
makeoptions SC_DFLT_FONT=cp437
|
||||||
|
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
|
|
||||||
device md
|
device md
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
|
|
||||||
# Flattened Device Tree
|
# Flattened Device Tree
|
||||||
options FDT
|
options FDT
|
||||||
|
|||||||
+35
-35
@@ -22,32 +22,32 @@ include "../freescale/vybrid/std.vybrid"
|
|||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
makeoptions WITHOUT_MODULES="ahc"
|
makeoptions WITHOUT_MODULES="ahc"
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
options HZ=100 ##
|
options HZ=100
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES
|
options SOFTUPDATES
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
options PROCFS #Process filesystem (requires PSEUDOFS)
|
options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options NANDFS #NAND Filesystem
|
#options NANDFS # NAND Filesystem
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE
|
options KTRACE
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV
|
options KBD_INSTALL_CDEV
|
||||||
options PREEMPTION
|
options PREEMPTION
|
||||||
options FREEBSD_BOOT_LOADER
|
options FREEBSD_BOOT_LOADER
|
||||||
@@ -55,27 +55,27 @@ options MUTEX_NOINLINE
|
|||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
options NO_SWAPPING
|
options NO_SWAPPING
|
||||||
options VFP # vfp/neon
|
options VFP # vfp/neon
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
#options VERBOSE_SYSINIT #Enable verbose sysinit messages
|
#options VERBOSE_SYSINIT # Enable verbose sysinit messages
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
# NFS support
|
# NFS support
|
||||||
options NFSCL #Network Filesystem Client
|
options NFSCL # Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
|
|
||||||
# Uncomment this for NFS root
|
# Uncomment this for NFS root
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCL
|
#options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_COMPAT
|
#options BOOTP_COMPAT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
@@ -143,6 +143,6 @@ device sound
|
|||||||
# Framebuffer
|
# Framebuffer
|
||||||
device vt
|
device vt
|
||||||
device kbdmux
|
device kbdmux
|
||||||
options SC_DFLT_FONT # compile font in
|
options SC_DFLT_FONT # compile font in
|
||||||
makeoptions SC_DFLT_FONT=cp437
|
makeoptions SC_DFLT_FONT=cp437
|
||||||
device ukbd
|
device ukbd
|
||||||
|
|||||||
@@ -68,71 +68,71 @@ options ALT_BREAK_TO_DEBUGGER # Use <CR><tilde><ctrl-b> to enter debugger.
|
|||||||
#options WITNESS # Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
|
|
||||||
# Note that 'bpf' is required for DHCP.
|
# Note that 'bpf' is required for DHCP.
|
||||||
device bpf # Berkeley packet filter
|
device bpf # Berkeley packet filter
|
||||||
|
|
||||||
# Pseudo devices.
|
# Pseudo devices.
|
||||||
device loop # Network loopback
|
device loop # Network loopback
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
device vlan # 802.1Q VLAN support
|
device vlan # 802.1Q VLAN support
|
||||||
device tun # Packet tunnel.
|
device tun # Packet tunnel.
|
||||||
device md # Memory "disks"
|
device md # Memory "disks"
|
||||||
#device gif # IPv6 and IPv4 tunneling
|
#device gif # IPv6 and IPv4 tunneling
|
||||||
#device faith # IPv6-to-IPv4 relaying (translation)
|
#device faith # IPv6-to-IPv4 relaying (translation)
|
||||||
#device firmware # firmware assist module
|
#device firmware # firmware assist module
|
||||||
device ether # Ethernet support
|
device ether # Ethernet support
|
||||||
device miibus # Required for ethernet
|
device miibus # Required for ethernet
|
||||||
|
|
||||||
# Serial (COM) ports
|
# Serial (COM) ports
|
||||||
device uart # Multi-uart driver
|
device uart # Multi-uart driver
|
||||||
|
|
||||||
#device iomux # IO Multiplexor
|
#device iomux # IO Multiplexor
|
||||||
|
|
||||||
# SCSI peripherals
|
# SCSI peripherals
|
||||||
device scbus # SCSI bus (required for SCSI)
|
device scbus # SCSI bus (required for SCSI)
|
||||||
device da # Direct Access (disks)
|
device da # Direct Access (disks)
|
||||||
device cd # CD
|
device cd # CD
|
||||||
device pass # Passthrough device (direct SCSI access)
|
device pass # Passthrough device (direct SCSI access)
|
||||||
|
|
||||||
# USB support
|
# USB support
|
||||||
#options USB_DEBUG # enable debug msgs
|
#options USB_DEBUG # enable debug msgs
|
||||||
options USB_HOST_ALIGN=32 # Required for ARM, set to cache line size.
|
options USB_HOST_ALIGN=32 # Required for ARM, set to cache line size.
|
||||||
device ehci # OHCI USB interface
|
device ehci # OHCI USB interface
|
||||||
device usb # USB Bus (required)
|
device usb # USB Bus (required)
|
||||||
device umass # Disks/Mass storage - Requires scbus and da
|
device umass # Disks/Mass storage - Requires scbus and da
|
||||||
device uhid # "Human Interface Devices"
|
device uhid # "Human Interface Devices"
|
||||||
device u3g # USB modems
|
device u3g # USB modems
|
||||||
|
|
||||||
# USB Ethernet, requires miibus
|
# USB Ethernet, requires miibus
|
||||||
#device aue # ADMtek USB Ethernet
|
#device aue # ADMtek USB Ethernet
|
||||||
#device axe # ASIX Electronics USB Ethernet
|
#device axe # ASIX Electronics USB Ethernet
|
||||||
#device cdce # Generic USB over Ethernet
|
#device cdce # Generic USB over Ethernet
|
||||||
#device cue # CATC USB Ethernet
|
#device cue # CATC USB Ethernet
|
||||||
#device kue # Kawasaki LSI USB Ethernet
|
#device kue # Kawasaki LSI USB Ethernet
|
||||||
#device rue # RealTek RTL8150 USB Ethernet
|
#device rue # RealTek RTL8150 USB Ethernet
|
||||||
#device udav # Davicom DM9601E USB
|
#device udav # Davicom DM9601E USB
|
||||||
|
|
||||||
# USB Wireless
|
# USB Wireless
|
||||||
#device rum # Ralink Technology RT2501USB wireless NICs
|
#device rum # Ralink Technology RT2501USB wireless NICs
|
||||||
|
|
||||||
# Watchdog timer.
|
# Watchdog timer.
|
||||||
# WARNING: can't be disabled!!!
|
# WARNING: can't be disabled!!!
|
||||||
#device imxwdt # Watchdog
|
#device imxwdt # Watchdog
|
||||||
|
|
||||||
# Wireless NIC cards
|
# Wireless NIC cards
|
||||||
#device wlan # 802.11 support
|
#device wlan # 802.11 support
|
||||||
#device wlan_wep # 802.11 WEP support
|
#device wlan_wep # 802.11 WEP support
|
||||||
#device wlan_ccmp # 802.11 CCMP support
|
#device wlan_ccmp # 802.11 CCMP support
|
||||||
#device wlan_tkip # 802.11 TKIP support
|
#device wlan_tkip # 802.11 TKIP support
|
||||||
#device wlan_amrr # AMRR transmit rate control algorithm
|
#device wlan_amrr # AMRR transmit rate control algorithm
|
||||||
|
|
||||||
# NOTE: serial console will be disabled if syscons enabled
|
# NOTE: serial console will be disabled if syscons enabled
|
||||||
# Uncomment following lines for framebuffer/syscons support
|
# Uncomment following lines for framebuffer/syscons support
|
||||||
# Wandboard has no video console support yet.
|
# Wandboard has no video console support yet.
|
||||||
#device sc
|
#device sc
|
||||||
#device kbdmux
|
#device kbdmux
|
||||||
#options SC_DFLT_FONT # compile font in
|
#options SC_DFLT_FONT # compile font in
|
||||||
#makeoptions SC_DFLT_FONT=cp437
|
#makeoptions SC_DFLT_FONT=cp437
|
||||||
#device ukbd # Allow keyboard like HIDs to control console
|
#device ukbd # Allow keyboard like HIDs to control console
|
||||||
#device ums
|
#device ums
|
||||||
|
|
||||||
# required for netbooting
|
# required for netbooting
|
||||||
@@ -145,15 +145,15 @@ device u3g # USB modems
|
|||||||
# U-Boot stuff lives on slice 1, FreeBSD on slice 2.
|
# U-Boot stuff lives on slice 1, FreeBSD on slice 2.
|
||||||
options ROOTDEVNAME=\"ufs:mmcsd0s2a\"
|
options ROOTDEVNAME=\"ufs:mmcsd0s2a\"
|
||||||
|
|
||||||
#device fsliic # Freescale i2c/iic (not ready yet)
|
#device fsliic # Freescale i2c/iic (not ready yet)
|
||||||
#device iic # iic protocol
|
#device iic # iic protocol
|
||||||
#device iicbus # iic bus
|
#device iicbus # iic bus
|
||||||
|
|
||||||
device sdhci # SD controller
|
device sdhci # SD controller
|
||||||
device mmc # SD/MMC protocol
|
device mmc # SD/MMC protocol
|
||||||
device mmcsd # SDCard disk device
|
device mmcsd # SDCard disk device
|
||||||
|
|
||||||
device ffec # Freescale Fast Ethernet Controller
|
device ffec # Freescale Fast Ethernet Controller
|
||||||
|
|
||||||
options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
|
options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
|
||||||
|
|
||||||
|
|||||||
+43
-43
@@ -1,22 +1,22 @@
|
|||||||
# ZEDBOARD -- Custom configuration for the Xilinx Zynq-7000 based
|
# ZEDBOARD -- Custom configuration for the Xilinx Zynq-7000 based
|
||||||
# ZedBoard (www.zedboard.org)
|
# ZedBoard (www.zedboard.org)
|
||||||
#
|
#
|
||||||
# For more information on this file, please read the handbook section on
|
# For more information on this file, please read the handbook section on
|
||||||
# Kernel Configuration Files:
|
# Kernel Configuration Files:
|
||||||
#
|
#
|
||||||
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
|
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
|
||||||
#
|
#
|
||||||
# The handbook is also available locally in /usr/share/doc/handbook
|
# The handbook is also available locally in /usr/share/doc/handbook
|
||||||
# if you've installed the doc distribution, otherwise always see the
|
# if you've installed the doc distribution, otherwise always see the
|
||||||
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
|
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
|
||||||
# latest information.
|
# latest information.
|
||||||
#
|
#
|
||||||
# An exhaustive list of options and more detailed explanations of the
|
# An exhaustive list of options and more detailed explanations of the
|
||||||
# device lines is also present in the ../../conf/NOTES and NOTES files.
|
# device lines is also present in the ../../conf/NOTES and NOTES files.
|
||||||
# If you are in doubt as to the purpose or necessity of a line, check first
|
# If you are in doubt as to the purpose or necessity of a line, check first
|
||||||
# in NOTES.
|
# in NOTES.
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
ident ZEDBOARD
|
ident ZEDBOARD
|
||||||
|
|
||||||
@@ -25,37 +25,37 @@ include "../xilinx/zedboard/std.zedboard"
|
|||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
makeoptions WITHOUT_MODULES="ahc"
|
makeoptions WITHOUT_MODULES="ahc"
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
# options ROOTDEVNAME=\"ufs:mmcsd0s2a\"
|
# options ROOTDEVNAME=\"ufs:mmcsd0s2a\"
|
||||||
|
|
||||||
options NFSCL #Network Filesystem Client
|
options NFSCL # Network Filesystem Client
|
||||||
# options NFSSD #Network Filesystem Server
|
# options NFSSD # Network Filesystem Server
|
||||||
# options NFSLOCKD #Network Lock Manager
|
# options NFSLOCKD # Network Lock Manager
|
||||||
# options NFS_ROOT #NFS usable as /, requires NFSCL
|
# options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
# options BOOTP_NFSROOT
|
# options BOOTP_NFSROOT
|
||||||
# options BOOTP
|
# options BOOTP
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
options PROCFS #Process filesystem (requires PSEUDOFS)
|
options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options FREEBSD_BOOT_LOADER
|
options FREEBSD_BOOT_LOADER
|
||||||
options VFP # vfp/neon
|
options VFP # vfp/neon
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
makeoptions DEBUG=-g
|
makeoptions DEBUG=-g
|
||||||
@@ -63,10 +63,10 @@ options DDB
|
|||||||
options KDB
|
options KDB
|
||||||
# options BREAK_TO_DEBUGGER
|
# options BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
# options INVARIANTS #Enable calls of extra sanity checking
|
# options INVARIANTS # Enable calls of extra sanity checking
|
||||||
# options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
# options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
# options WITNESS #Enable checks to detect deadlocks and cycles
|
# options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
# options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
# options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
|
|
||||||
device loop
|
device loop
|
||||||
device random
|
device random
|
||||||
|
|||||||
Reference in New Issue
Block a user