diff options
Diffstat (limited to 'sys/ia64/conf/GENERIC')
-rw-r--r-- | sys/ia64/conf/GENERIC | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index eaf3ffd..a9dd567 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -28,17 +28,11 @@ makeoptions DEBUG=-g # Build kernel with debug information. options AUDIT # Security event auditing options CD9660 # ISO 9660 Filesystem options COMPAT_FREEBSD7 # Compatible with FreeBSD7 -options DDB # Support DDB -options DEADLKRES # Enable the deadlock resolver options FFS # Berkeley Fast Filesystem -options GDB # Support remote GDB options GEOM_LABEL # Provides labelization options INCLUDE_CONFIG_FILE # Include this file in kernel options INET # InterNETworking options INET6 # IPv6 communications protocols -options INVARIANTS # Enable calls of extra sanity checking -options INVARIANT_SUPPORT # required by INVARIANTS -options KDB # Enable kernel debugger support options KTRACE # ktrace(1) syscall trace support options MAC # TrustedBSD MAC Framework options MD_ROOT # MD usable as root device @@ -64,9 +58,17 @@ options SYSVSHM # SYSV-style shared memory options UFS_ACL # Support for access control lists options UFS_DIRHASH # Hash-based directory lookup scheme options UFS_GJOURNAL # Enable gjournal-based UFS journaling +options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B RT extensions + +# Debugging for use in -current +options KDB # Enable kernel debugger support +options DDB # Support DDB +options GDB # Support remote GDB +options DEADLKRES # Enable the deadlock resolver +options INVARIANTS # Enable calls of extra sanity checking +options INVARIANT_SUPPORT # required by INVARIANTS options WITNESS # Enable checks to detect deadlocks and cycles options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed -options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B RT extensions options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones # Various "busses" @@ -175,7 +177,8 @@ device uvscom # USB serial support for DDI pocket's PHS # FireWire support device fwip # IP over FireWire (RFC 2734,3146) -device sbp # SCSI over FireWire (need scbus & da) +# sbp(4) works for some systems but causes boot failure on others +#device sbp # SCSI over FireWire (need scbus & da) # Various (pseudo) devices device ether # Ethernet support |