# GW kernel config # CPU Geode LX 800 options INCLUDE_CONFIG_FILE machine i386 cpu I586_CPU cpu I686_CPU options CPU_GEODE options CPU_SOEKRIS ident GW maxusers 0 #options SCHED_ULE options SCHED_4BSD #options PREEMPTION # Enable kernel thread preemption options INET #InterNETworking #options INET6 options SCTP options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KTRACE #ktrace(1) support options UFS_GJOURNAL # Enable gjournal-based UFS journaling options GEOM_JOURNAL options GEOM_LABEL options GEOM_CACHE options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options UDF options LIBICONV options CD9660_ICONV options MSDOSFS_ICONV options UDF_ICONV options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options P1003_1B_SEMAPHORES # POSIX-style semaphores options PRINTF_BUFR_SIZE=512 # Prevent printf output being interspersed. options KBD_INSTALL_CDEV # install a CDEV entry in /dev options NFSCL # Network Filesystem Client options NFSD # Network Filesystem Server options NFSLOCKD # Network Lock Manager options NFS_ROOT # NFS usable as /, requires NFSCLIENT options COMPAT_LINUX options PROCFS # Process filesystem (requires PSEUDOFS) options LINPROCFS options PSEUDOFS # Pseudo-filesystem framework device eisa device pci # Floppy drives #device fdc # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc device atkbd options ATKBD_DFLT_KEYMAP # specify the built-in keymap makeoptions ATKBD_DFLT_KEYMAP=ru.koi8-r device vga # syscons is the default console driver, resembling an SCO console device sc options SC_HISTORY_SIZE=4000 options SC_DFLT_FONT # compile font in makeoptions SC_DFLT_FONT=cp866 # Serial (COM) ports device uart device speaker # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device vr # Pseudo devices device loop # Network loopback device random device ether # Ethernet support device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md device gif # IPv6 and IPv4 tunneling device vlan # FireWire support device firewire # FireWire bus code device sbp # SCSI over FireWire (Requires scbus and da) device fwe # Ethernet over FireWire (non-standard!) device fwip # IP over FireWire (RFC 2734,3146) device dcons # Dumb console driver device dcons_crom # Configuration ROM for dcons # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! device bpf #Berkeley packet filter device ata # USB support device ohci device ehci device usb # USB Bus (required) device umass # Disks/Mass storage - Requires scbus and da device ulpt options USB_VERBOSE device scbus # SCSI bus (required for SCSI) device da # Direct Access (disks) device pass # Passthrough device (direct SCSI access) options LIBALIAS options IPFIREWALL options IPDIVERT options IPFIREWALL_NAT options DUMMYNET makeoptions DEBUG=-g options NETGRAPH options NETGRAPH_BPF options NETGRAPH_ECHO options NETGRAPH_ETHER options NETGRAPH_IFACE options NETGRAPH_EIFACE options NETGRAPH_IPFW options NETGRAPH_SOCKET options NETGRAPH_KSOCKET options NETGRAPH_L2TP options NETGRAPH_TEE options NETGRAPH_NAT #options NETGRAPH_MPPC_COMPRESSION options NETGRAPH_MPPC_ENCRYPTION options NETGRAPH_TCPMSS options NETGRAPH_PPTPGRE options NETGRAPH_PPP options NETGRAPH_PPPOE options NETGRAPH_VJC device crypto device glxsb device enc options IPSEC #option IPSEC_SUPPORT options IPSEC_FILTERTUNNEL device cpuctl options ROUTETABLES=16 # Debugging kernel options KDB # Enable kernel debugger support. options KDB_UNATTENDED # Enable kernel debugger support. options KDB_TRACE # Enable kernel debugger support. options KDTRACE_HOOKS options DDB # Support DDB. options DDB_NUMSYM options GDB # Support remote GDB. options ALT_BREAK_TO_DEBUGGER options INVARIANTS # Enable calls of extra sanity checking options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS options DEADLKRES options WITNESS options WITNESS_SKIPSPIN device wlan # 802.11 support device wlan_wep # 802.11 WEP support device wlan_ccmp # 802.11 CCMP support device wlan_tkip # 802.11 TKIP support device wlan_amrr # AMRR transmit rate control algorithm device ath # Atheros pci/cardbus NIC's device ath_hal # pci/cardbus chip support device ath_pci options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors device ath_rate_sample # SampleRate tx rate control for ath