machine alpha cpu EV5 makeoptions COPTFLAGS="-O2 -pipe -funroll-loops -ffast-math" ident ALPHABOX options DEC_EB164 # EB164, PC164, PC164LX, PC164SX options SCHED_ULE options INET #InterNETworking options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support options UFS_DIRHASH #Improve performance on big directories options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 #Compatible with FreeBSD4 options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions device isa device pci device fdc device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') device scbus # SCSI bus (required for SCSI) device da # Direct Access (disks) device cd # CD device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device vga # VGA video card driver device splash # Splash screen and screen saver support device sc device mcclock # MC146818 real time clock device device sio # 8250, 16[45]50 based serial ports device miibus # MII bus support device dc # DEC/Intel 21143 and workalikes device random # Entropy device device loop # Network loopback device ether # Ethernet support device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device bpf #Berkeley packet filter device pcm options DEVICE_POLLING options HZ=1000 options TCP_DROP_SYNFIN