ident SLAPPY maxusers 0 machine i386 ##################################################################### # CPU OPTIONS cpu I686_CPU # aka Pentium Pro(tm) ##################################################################### # Scheduler options: options SCHED_4BSD ##################################################################### # COMPATIBILITY OPTIONS options COMPAT_43 options SYSVSHM options SYSVSEM options SYSVMSG ##################################################################### # NETWORKING OPTIONS options INET #Internet communications protocols device ether #Generic Ethernet device loop #Network loopback device device bpf #Berkeley packet filter device tun #Tunnel driver (ppp(8), nos-tun(8)) options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #enable logging to syslogd(8) options IPFIREWALL_FORWARD #packet destination changes options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity options IPDIVERT #divert sockets #options IPSTEALTH #support for stealth forwarding options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN #options DUMMYNET ##################################################################### # FILESYSTEM OPTIONS options FFS #Fast filesystem options SOFTUPDATES #options UFS_EXTATTR #options UFS_EXTATTR_AUTOSTART #options UFS_ACL options UFS_DIRHASH #options QUOTA #enable disk quotas #options SUIDDIR options VFS_AIO device random device mem device io ##################################################################### # POSIX P1003.1B options _KPOSIX_PRIORITY_SCHEDULING options P1003_1B_SEMAPHORES ##################################################################### # SECURITY POLICY PARAMETERS ##################################################################### # CLOCK OPTIONS options HZ=1600 ##################################################################### # SCSI DEVICES device scbus #base SCSI code device da #SCSI direct access devices (aka disks) #device pass ##################################################################### # MISCELLANEOUS DEVICES AND OPTIONS device pty #Pseudo ttys device speaker #Play IBM BASIC-style noises out your speaker #device apm_saver # Requires APM ##################################################################### # HARDWARE BUS CONFIGURATION device isa device pci #device agp ##################################################################### # HARDWARE DEVICE CONFIGURATION device atkbdc device atkbd device psm device vga options VGA_WIDTH90 # support 90 column modes device splash # Splash screen and screen saver support options VESA device npx device sc options MAXCONS=16 # number of virtual consoles options SC_ALT_MOUSE_IMAGE # simplified mouse cursor in text mode options SC_DISABLE_REBOOT # disable reboot key sequence options SC_PIXEL_MODE # add support for the raster text mode options SC_NORM_ATTR=(FG_LIGHTGREY|BG_BLACK) options SC_NORM_REV_ATTR=(FG_YELLOW|BG_BLUE) options SC_KERNEL_CONS_ATTR=(FG_GREEN|BG_BLACK) options SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_GREEN) options SC_TWOBUTTON_MOUSE device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID #device fdc #device sio device miibus device sis # Silicon Integrated Systems SiS 900/SiS 7016 device ath device ath_hal # Atheros HAL (includes binary component) device wlan # 802.11 layer device sound device snd_ich #device cbb #device pccard #device cardbus device pcic #ISA attachment currently busted device card #device ppbus #device lpt #device ppc #device apm device pmtimer # Adjust system timer at wakeup time device spic ##################################################################### # USB support # UHCI controller device uhci # OHCI controller device ohci # EHCI controller device ehci # General USB code (mandatory for USB) device usb # Generic USB device driver device ugen # Human Interface Device (anything with buttons and dials) device uhid # USB Iomega Zip 100 Drive (Requires scbus and da) device umass # USB mouse device ums ##################################################################### # FireWire support device firewire # FireWire bus code device sbp # SCSI over Firewire (Requires scbus and da) options PANIC_REBOOT_WAIT_TIME=16